#B63A83
A medium, moderate magenta closely aligning with Mediumvioletred.
About #B63A83
The hex code #B63A83 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, 58, 131).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 68% Magenta, 28% Yellow, and 29% Black. With a hue angle of 324.7 degrees, it sits comfortably in the magenta spectrum.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B63A83
RGB182, 58, 131
HSL324.7°, 51.7%, 47.1%
CMYK0%, 68%, 28%, 29%
HSV324.7°, 68.1%, 71.4%
LAB45.1, 56.6, -13.7
XYZ24.9, 14.6, 23.0
Decimal11942531
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.35:1
Text on #FFFFFF
AA
3.92:1
Text on #000000
AA Large
5.12:1
Text on #F8FAFC
AA
3.33:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B63A83;
}
.text-color {
color: #B63A83;
}
.border-color {
border: 2px solid #B63A83;
}