#B65099
A medium, moderate magenta closely aligning with Orchid.
About #B65099
The hex code #B65099 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Orchid. In the RGB color space, it consists of 182 red, 80 green, and 153 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 56% magenta inks. The HSL representation is 317.1° hue, 41.1% saturation, and 51.4% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#B65099
RGB182, 80, 153
HSL317.1°, 41.1%, 51.4%
CMYK0%, 56%, 16%, 29%
HSV317.1°, 56.0%, 71.4%
LAB49.5, 50.1, -20.3
XYZ27.9, 18.0, 32.1
Decimal11948185
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.57:1
Text on #FFFFFF
AA
4.60:1
Text on #000000
AA
4.37:1
Text on #F8FAFC
AA Large
3.91:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B65099;
}
.text-color {
color: #B65099;
}
.border-color {
border: 2px solid #B65099;
}