Shades of Dark Orchid #B821DE
Tints of Dark Orchid #B821DE
RGB
CMYK
RGB Variations
Color information
#B821DE (or 0xB821DE) is known color: Dark Orchid. HEX triplet: B8, 21 and DE. RGB value is (184,33,222). Sum of RGB (Red+Green+Blue) = 184+33+222=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 33 (13.28% from 255 or 7.52% from 439); Blue value is 222 (87.11% from 255 or 50.57% from 439); Max value from RGB is 222 - color contains mainly: blue. Hex color #B821DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B821DE is #47DE21. Grayscale: #636363. Windows color (decimal): -4709922 or 14557624. OLE color: 14557624.
HSL color Cylindrical-coordinate representation of color #B821DE: hue angle of 287.94º degrees, saturation: 0.74, 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 #B821DE is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 33 | 222 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.13 |
| HSL | 287.94º | 0.74% | 0.5% | - |
| HSV(B) | 287.94º | 0.85% | 0.87% | - |
| XYZ | 33.5 | 16.55 | 70.54 | - |
| YUV | 99.7 | 197.03 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 33 | 222 | 0.17 | 0.85 | 0 | 0.13 | 287.94 | 0.74 | 0.5 |
| Hex | B8 | 21 | DE | 11 | 55 | 0 | D | 120 | 4A | 32 |
| Octal | 270 | 41 | 336 | 21 | 125 | 0 | 15 | 440 | 112 | 62 |
| Binary | 10111000 | 100001 | 11011110 | 10001 | 1010101 | 0 | 1101 | 100100000 | 1001010 | 110010 |
Color Harmonies of #B821DE
Complementary color
Monochromatic Colors of #B821DE
Black with #B821DE
Text Example
Text Example
White with #B821DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B821DE; }
p { color: rgb(184,33,222); }
H1.HeaderClassName
{
color: #B821DE;
}
.AnyTagClassName
{
color: #B821DE;
}
</style>
background-color css
<style>
a { background-color: #B821DE; }
a { background-color: rgb(184,33,222); }
div.DivClassName
{
background-color: #B821DE;
}
.BgClassName
{
background-color: #B821DE;
}
</style>
border-color css
<style>
span { border-color: #B821DE; }
span { border-color: rgb(184,33,222); }
td.TdClassName
{
border-color: #B821DE;
}
.TagClassName
{
border-color: #B821DE;
}
</style>