#B61D7C
A medium, vivid magenta closely aligning with Mediumvioletred.
About #B61D7C
At its core, #B61D7C is a medium and vivid hue. Designers often compare it to the standard color Mediumvioletred. This translates to an RGB value of rgb(182, 29, 124).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 84% M, 32% Y, and 29% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#B61D7C
RGB182, 29, 124
HSL322.7°, 72.5%, 41.4%
CMYK0%, 84%, 32%, 29%
HSV322.7°, 84.1%, 71.4%
LAB41.7, 64.7, -14.7
XYZ23.4, 12.3, 20.2
Decimal11935100
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.08:1
Text on #FFFFFF
AA
3.46:1
Text on #000000
AA Large
5.81:1
Text on #F8FAFC
AA
2.94:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #B61D7C;
}
.text-color {
color: #B61D7C;
}
.border-color {
border: 2px solid #B61D7C;
}