#B600A0
A dark, vivid magenta closely aligning with Darkmagenta.
About #B600A0
At its core, #B600A0 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Darkmagenta. In the RGB color space, it consists of 182 red, 0 green, and 160 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 100% Magenta, 12% Yellow, and 29% Black. The HSL representation is 307.3° hue, 100.0% saturation, and 35.7% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B600A0
RGB182, 0, 160
HSL307.3°, 100.0%, 35.7%
CMYK0%, 100%, 12%, 29%
HSV307.3°, 100.0%, 71.4%
LAB42.0, 73.2, -36.2
XYZ25.6, 12.5, 34.3
Decimal11927712
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.01:1
Text on #FFFFFF
AA
3.50:1
Text on #000000
AA Large
5.74:1
Text on #F8FAFC
AA
2.97:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #B600A0;
}
.text-color {
color: #B600A0;
}
.border-color {
border: 2px solid #B600A0;
}