#B61699
A medium, vivid magenta closely aligning with Darkmagenta.
About #B61699
At its core, #B61699 is a medium and vivid hue. It is closely associated with the named CSS color Darkmagenta. In the RGB color space, it consists of 182 red, 22 green, and 153 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 88% M, 16% Y, and 29% K. The HSL representation is 310.9° hue, 78.4% saturation, and 40.0% lightness.
Contrast ratios determine whether this color is safe for typography. 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#B61699
RGB182, 22, 153
HSL310.9°, 78.4%, 40.0%
CMYK0%, 88%, 16%, 29%
HSV310.9°, 87.9%, 71.4%
LAB42.5, 69.6, -31.1
XYZ25.3, 12.8, 31.3
Decimal11933337
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.89:1
Text on #FFFFFF
AA
3.56:1
Text on #000000
AA Large
5.63:1
Text on #F8FAFC
AA
3.03:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B61699;
}
.text-color {
color: #B61699;
}
.border-color {
border: 2px solid #B61699;
}