#BD00AF
A dark, vivid magenta closely aligning with Darkmagenta.
About #BD00AF
When working with digital screens, the color #BD00AF is rendered by mixing light. Its closest recognized web color is Darkmagenta. This translates to an RGB value of rgb(189, 0, 175).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 100% M, 7% Y, and 26% K. With a hue angle of 304.4 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BD00AF
RGB189, 0, 175
HSL304.4°, 100.0%, 37.1%
CMYK0%, 100%, 7%, 26%
HSV304.4°, 100.0%, 74.1%
LAB44.1, 76.4, -41.6
XYZ28.7, 13.9, 41.7
Decimal12386479
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.55:1
Text on #FFFFFF
AA
3.78:1
Text on #000000
AA Large
5.31:1
Text on #F8FAFC
AA
3.22:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD00AF;
}
.text-color {
color: #BD00AF;
}
.border-color {
border: 2px solid #BD00AF;
}