#B63A75
A medium, moderate magenta closely aligning with Mediumvioletred.
About #B63A75
At its core, #B63A75 is a medium and moderate hue. Designers often compare it to the standard color Mediumvioletred. This translates to an RGB value of rgb(182, 58, 117).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 68% Magenta, 36% Yellow, and 29% Black. The HSL representation is 331.5° hue, 51.7% saturation, and 47.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#B63A75
RGB182, 58, 117
HSL331.5°, 51.7%, 47.1%
CMYK0%, 68%, 36%, 29%
HSV331.5°, 68.1%, 71.4%
LAB44.6, 54.9, -5.9
XYZ24.0, 14.3, 18.3
Decimal11942517
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.45:1
Text on #FFFFFF
AA
3.85:1
Text on #000000
AA Large
5.21:1
Text on #F8FAFC
AA
3.27:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B63A75;
}
.text-color {
color: #B63A75;
}
.border-color {
border: 2px solid #B63A75;
}