#B62EAE
A medium, moderate magenta closely aligning with Darkmagenta.
About #B62EAE
When working with digital screens, the color #B62EAE is rendered by mixing light. Its closest recognized web color is Darkmagenta. Its digital footprint relies on 182 parts red, 46 parts green, and 174 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 75% Magenta, 4% Yellow, and 29% Black. The HSL representation is 303.5° hue, 59.6% saturation, and 44.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B62EAE
RGB182, 46, 174
HSL303.5°, 59.6%, 44.7%
CMYK0%, 75%, 4%, 29%
HSV303.5°, 74.7%, 71.4%
LAB45.6, 66.9, -38.8
XYZ27.9, 15.0, 41.5
Decimal11939502
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.26:1
Text on #FFFFFF
AA
3.99:1
Text on #000000
AA Large
5.03:1
Text on #F8FAFC
AA
3.39:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B62EAE;
}
.text-color {
color: #B62EAE;
}
.border-color {
border: 2px solid #B62EAE;
}