Medium Violet Red (Pink)
#B412CE
RGB: 180, 18, 206
Color OverviewHEX #B412CE

#B412CE Color Code Information

In the RGB color space, #B412CE is composed of 71% red, 7% green, and 81% blue. In the HSL color space, it has a hue of 292°, saturation of 84%, and lightness of 44%.

HEX
#B412CE
RGB
180, 18, 206
HSL
292°, 84%, 44%
HSV
292°, 91%, 81%
CMYK
13%, 91%, 0%, 19%
Name Match
Medium Violet Red
Closest Standard

Shades of #B412CE (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #B412CE (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #B412CE (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #B412CE

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #B412CE Background
Contrast Ratio against Pure White (#FFFFFF):5.36 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #B412CE Background
Contrast Ratio against Pure Black (#000000):3.92 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #B412CE;
}

.element {
  color: #B412CE;
  background-color: #B412CE;
  border-color: #B412CE;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#B412CE] text-[#B412CE] border-[#B412CE]">
  Content styled with #B412CE
</div>