#B616E2
A medium, vivid magenta closely aligning with Darkviolet.
About #B616E2
When working with digital screens, the color #B616E2 is rendered by mixing light. Its closest recognized web color is Darkviolet. This translates to an RGB value of rgb(182, 22, 226).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 19% C, 90% M, 0% Y, and 11% K. With a hue angle of 287.1 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B616E2
RGB182, 22, 226
HSL287.1°, 82.3%, 48.6%
CMYK19%, 90%, 0%, 11%
HSV287.1°, 90.3%, 88.6%
LAB47.0, 81.0, -66.7
XYZ33.3, 16.0, 73.3
Decimal11933410
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.00:1
Text on #FFFFFF
AA
4.20:1
Text on #000000
AA Large
4.78:1
Text on #F8FAFC
AA
3.57:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B616E2;
}
.text-color {
color: #B616E2;
}
.border-color {
border: 2px solid #B616E2;
}