#B642A0
A medium, moderate magenta closely aligning with Orchid.
About #B642A0
At its core, #B642A0 is a medium and moderate hue. It is closely associated with the named CSS color Orchid. In the RGB color space, it consists of 182 red, 66 green, and 160 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 64% magenta, 12% yellow, and 29% black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B642A0
RGB182, 66, 160
HSL311.4°, 46.8%, 48.6%
CMYK0%, 64%, 12%, 29%
HSV311.4°, 63.7%, 71.4%
LAB47.5, 57.5, -27.5
XYZ27.6, 16.4, 35.0
Decimal11944608
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.91:1
Text on #FFFFFF
AA
4.28:1
Text on #000000
AA Large
4.69:1
Text on #F8FAFC
AA
3.64:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B642A0;
}
.text-color {
color: #B642A0;
}
.border-color {
border: 2px solid #B642A0;
}