#B616DB
A medium, vivid magenta closely aligning with Darkviolet.
About #B616DB
The hex code #B616DB represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Darkviolet. Its digital footprint relies on 182 parts red, 22 parts green, and 219 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 17% C, 90% M, 0% Y, and 14% K. The HSL representation is 288.7° hue, 81.7% saturation, and 47.3% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B616DB
RGB182, 22, 219
HSL288.7°, 81.7%, 47.3%
CMYK17%, 90%, 0%, 14%
HSV288.7°, 90.0%, 85.9%
LAB46.5, 79.8, -63.5
XYZ32.4, 15.6, 68.3
Decimal11933403
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.09:1
Text on #FFFFFF
AA
4.13:1
Text on #000000
AA Large
4.86:1
Text on #F8FAFC
AA
3.51:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B616DB;
}
.text-color {
color: #B616DB;
}
.border-color {
border: 2px solid #B616DB;
}