#BD50AF
A medium, moderate magenta closely aligning with Orchid.
About #BD50AF
When working with digital screens, the color #BD50AF is rendered by mixing light. Its closest recognized web color is Orchid. This translates to an RGB value of rgb(189, 80, 175).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 58% Magenta, 7% Yellow, and 26% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BD50AF
RGB189, 80, 175
HSL307.7°, 45.2%, 52.7%
CMYK0%, 58%, 7%, 26%
HSV307.7°, 57.7%, 74.1%
LAB51.4, 55.7, -30.1
XYZ31.6, 19.7, 42.7
Decimal12406959
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.26:1
Text on #FFFFFF
AA Large
4.93:1
Text on #000000
AA
4.07:1
Text on #F8FAFC
AA Large
4.19:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD50AF;
}
.text-color {
color: #BD50AF;
}
.border-color {
border: 2px solid #BD50AF;
}