#BD75A0
A light, moderate magenta closely aligning with Palevioletred.
About #BD75A0
Visually, #BD75A0 is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Palevioletred. This translates to an RGB value of rgb(189, 117, 160).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 38% M, 15% Y, and 26% K. With a hue angle of 324.2 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BD75A0
RGB189, 117, 160
HSL324.2°, 35.3%, 60.0%
CMYK0%, 38%, 15%, 26%
HSV324.2°, 38.1%, 74.1%
LAB58.1, 34.4, -11.2
XYZ33.7, 26.1, 36.5
Decimal12416416
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.38:1
Text on #FFFFFF
AA Large
6.22:1
Text on #000000
AA
3.23:1
Text on #F8FAFC
AA Large
5.28:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #BD75A0;
}
.text-color {
color: #BD75A0;
}
.border-color {
border: 2px solid #BD75A0;
}