Shades of Dark Orchid #B021DD
Tints of Dark Orchid #B021DD
RGB
CMYK
RGB Variations
Color information
#B021DD (or 0xB021DD) is known color: Dark Orchid. HEX triplet: B0, 21 and DD. RGB value is (176,33,221). Sum of RGB (Red+Green+Blue) = 176+33+221=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 33 (13.28% from 255 or 7.67% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #B021DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B021DD is #4FDE22. Grayscale: #606060. Windows color (decimal): -5234211 or 14492080. OLE color: 14492080.
HSL color Cylindrical-coordinate representation of color #B021DD: hue angle of 285.64º 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 #B021DD is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 33 | 221 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.13 |
| HSL | 285.64º | 0.74% | 0.5% | - |
| HSV(B) | 285.64º | 0.85% | 0.87% | - |
| XYZ | 31.5 | 15.54 | 69.75 | - |
| YUV | 97.19 | 197.88 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 33 | 221 | 0.20 | 0.85 | 0 | 0.13 | 285.64 | 0.74 | 0.5 |
| Hex | B0 | 21 | DD | 14 | 55 | 0 | D | 11E | 4A | 32 |
| Octal | 260 | 41 | 335 | 24 | 125 | 0 | 15 | 436 | 112 | 62 |
| Binary | 10110000 | 100001 | 11011101 | 10100 | 1010101 | 0 | 1101 | 100011110 | 1001010 | 110010 |
Color Harmonies of #B021DD
Complementary color
Monochromatic Colors of #B021DD
Black with #B021DD
Text Example
Text Example
White with #B021DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B021DD; }
p { color: rgb(176,33,221); }
H1.HeaderClassName
{
color: #B021DD;
}
.AnyTagClassName
{
color: #B021DD;
}
</style>
background-color css
<style>
a { background-color: #B021DD; }
a { background-color: rgb(176,33,221); }
div.DivClassName
{
background-color: #B021DD;
}
.BgClassName
{
background-color: #B021DD;
}
</style>
border-color css
<style>
span { border-color: #B021DD; }
span { border-color: rgb(176,33,221); }
td.TdClassName
{
border-color: #B021DD;
}
.TagClassName
{
border-color: #B021DD;
}
</style>