#B650AF
A medium, moderate magenta closely aligning with Orchid.
About #B650AF
At its core, #B650AF is a medium and moderate hue. Its closest recognized web color is Orchid. This translates to an RGB value of rgb(182, 80, 175).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 56% magenta, 4% yellow, and 29% black. With a hue angle of 304.1 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B650AF
RGB182, 80, 175
HSL304.1°, 41.1%, 51.4%
CMYK0%, 56%, 4%, 29%
HSV304.1°, 56.0%, 71.4%
LAB50.4, 53.7, -31.8
XYZ29.9, 18.8, 42.6
Decimal11948207
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.42:1
Text on #FFFFFF
AA Large
4.76:1
Text on #000000
AA
4.22:1
Text on #F8FAFC
AA Large
4.04:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B650AF;
}
.text-color {
color: #B650AF;
}
.border-color {
border: 2px solid #B650AF;
}