#BD075F
A dark, vivid magenta closely aligning with Mediumvioletred.
About #BD075F
Visually, #BD075F is defined as a vivid magenta. It is closely associated with the named CSS color Mediumvioletred. This translates to an RGB value of rgb(189, 7, 95).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 96% magenta, 50% yellow, and 26% black. The HSL representation is 331.0° hue, 92.9% saturation, and 38.4% lightness.
Contrast ratios determine whether this color is safe for typography. 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#BD075F
RGB189, 7, 95
HSL331.0°, 92.9%, 38.4%
CMYK0%, 96%, 50%, 26%
HSV331.0°, 96.3%, 74.1%
LAB40.9, 66.9, 2.5
XYZ23.1, 11.8, 11.9
Decimal12388191
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.25:1
Text on #FFFFFF
AA
3.36:1
Text on #000000
AA Large
5.97:1
Text on #F8FAFC
AA
2.86:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #BD075F;
}
.text-color {
color: #BD075F;
}
.border-color {
border: 2px solid #BD075F;
}