Shades of Dark Orchid #B822DD
Tints of Dark Orchid #B822DD
RGB
CMYK
RGB Variations
Color information
#B822DD (or 0xB822DD) is known color: Dark Orchid. HEX triplet: B8, 22 and DD. RGB value is (184,34,221). Sum of RGB (Red+Green+Blue) = 184+34+221=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 34 (13.67% from 255 or 7.74% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #B822DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B822DD is #47DD22. Grayscale: #636363. Windows color (decimal): -4709667 or 14492344. OLE color: 14492344.
HSL color Cylindrical-coordinate representation of color #B822DD: hue angle of 288.13º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B822DD is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 34 | 221 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.13 |
| HSL | 288.13º | 0.73% | 0.5% | - |
| HSV(B) | 288.13º | 0.85% | 0.87% | - |
| XYZ | 33.39 | 16.55 | 69.84 | - |
| YUV | 100.17 | 196.2 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 34 | 221 | 0.17 | 0.85 | 0 | 0.13 | 288.13 | 0.73 | 0.5 |
| Hex | B8 | 22 | DD | 11 | 55 | 0 | D | 120 | 49 | 32 |
| Octal | 270 | 42 | 335 | 21 | 125 | 0 | 15 | 440 | 111 | 62 |
| Binary | 10111000 | 100010 | 11011101 | 10001 | 1010101 | 0 | 1101 | 100100000 | 1001001 | 110010 |
Color Harmonies of #B822DD
Complementary color
Monochromatic Colors of #B822DD
Black with #B822DD
Text Example
Text Example
White with #B822DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B822DD; }
p { color: rgb(184,34,221); }
H1.HeaderClassName
{
color: #B822DD;
}
.AnyTagClassName
{
color: #B822DD;
}
</style>
background-color css
<style>
a { background-color: #B822DD; }
a { background-color: rgb(184,34,221); }
div.DivClassName
{
background-color: #B822DD;
}
.BgClassName
{
background-color: #B822DD;
}
</style>
border-color css
<style>
span { border-color: #B822DD; }
span { border-color: rgb(184,34,221); }
td.TdClassName
{
border-color: #B822DD;
}
.TagClassName
{
border-color: #B822DD;
}
</style>