Shades of Dark Orchid #B822DC
Tints of Dark Orchid #B822DC
RGB
CMYK
RGB Variations
Color information
#B822DC (or 0xB822DC) is known color: Dark Orchid. HEX triplet: B8, 22 and DC. RGB value is (184,34,220). Sum of RGB (Red+Green+Blue) = 184+34+220=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 34 (13.67% from 255 or 7.76% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #B822DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B822DC is #47DD23. Grayscale: #636363. Windows color (decimal): -4709668 or 14426808. OLE color: 14426808.
HSL color Cylindrical-coordinate representation of color #B822DC: hue angle of 288.39º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B822DC is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 34 | 220 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.14 |
| HSL | 288.39º | 0.73% | 0.5% | - |
| HSV(B) | 288.39º | 0.85% | 0.86% | - |
| XYZ | 33.26 | 16.5 | 69.14 | - |
| YUV | 100.05 | 195.7 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 34 | 220 | 0.16 | 0.85 | 0 | 0.14 | 288.39 | 0.73 | 0.5 |
| Hex | B8 | 22 | DC | 10 | 55 | 0 | E | 120 | 49 | 32 |
| Octal | 270 | 42 | 334 | 20 | 125 | 0 | 16 | 440 | 111 | 62 |
| Binary | 10111000 | 100010 | 11011100 | 10000 | 1010101 | 0 | 1110 | 100100000 | 1001001 | 110010 |
Color Harmonies of #B822DC
Complementary color
Monochromatic Colors of #B822DC
Black with #B822DC
Text Example
Text Example
White with #B822DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B822DC; }
p { color: rgb(184,34,220); }
H1.HeaderClassName
{
color: #B822DC;
}
.AnyTagClassName
{
color: #B822DC;
}
</style>
background-color css
<style>
a { background-color: #B822DC; }
a { background-color: rgb(184,34,220); }
div.DivClassName
{
background-color: #B822DC;
}
.BgClassName
{
background-color: #B822DC;
}
</style>
border-color css
<style>
span { border-color: #B822DC; }
span { border-color: rgb(184,34,220); }
td.TdClassName
{
border-color: #B822DC;
}
.TagClassName
{
border-color: #B822DC;
}
</style>