#B6077C
A dark, vivid magenta closely aligning with Mediumvioletred.
About #B6077C
The hex code #B6077C represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Mediumvioletred. This translates to an RGB value of rgb(182, 7, 124).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 96% Magenta, 32% Yellow, and 29% Black. The HSL representation is 319.9° hue, 92.6% saturation, and 37.1% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B6077C
RGB182, 7, 124
HSL319.9°, 92.6%, 37.1%
CMYK0%, 96%, 32%, 29%
HSV319.9°, 96.2%, 71.4%
LAB40.5, 68.1, -16.4
XYZ23.0, 11.6, 20.1
Decimal11929468
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.34:1
Text on #FFFFFF
AA
3.31:1
Text on #000000
AA Large
6.06:1
Text on #F8FAFC
AA
2.81:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #B6077C;
}
.text-color {
color: #B6077C;
}
.border-color {
border: 2px solid #B6077C;
}