#BD0750
A dark, vivid magenta closely aligning with Crimson.
About #BD0750
The precise color #BD0750 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Crimson. In the RGB color space, it consists of 189 red, 7 green, and 80 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 96% M, 58% Y, and 26% 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BD0750
RGB189, 7, 80
HSL335.9°, 92.9%, 38.4%
CMYK0%, 96%, 58%, 26%
HSV335.9°, 96.3%, 74.1%
LAB40.5, 65.9, 11.5
XYZ22.5, 11.5, 8.6
Decimal12388176
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.34:1
Text on #FFFFFF
AA
3.31:1
Text on #000000
AA Large
6.06:1
Text on #F8FAFC
AA
2.81:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #BD0750;
}
.text-color {
color: #BD0750;
}
.border-color {
border: 2px solid #BD0750;
}