Shades of Dark Orchid #B021EA
Tints of Dark Orchid #B021EA
RGB
CMYK
RGB Variations
Color information
#B021EA (or 0xB021EA) is known color: Dark Orchid. HEX triplet: B0, 21 and EA. RGB value is (176,33,234). Sum of RGB (Red+Green+Blue) = 176+33+234=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 33 (13.28% from 255 or 7.45% from 443); Blue value is 234 (91.80% from 255 or 52.82% from 443); Max value from RGB is 234 - color contains mainly: blue. Hex color #B021EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B021EA is #4FDE15. Grayscale: #626262. Windows color (decimal): -5234198 or 15344048. OLE color: 15344048.
HSL color Cylindrical-coordinate representation of color #B021EA: hue angle of 282.69º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B021EA is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 33 | 234 | - |
| CMYK | 0.25 | 0.86 | 0 | 0.08 |
| HSL | 282.69º | 0.83% | 0.52% | - |
| HSV(B) | 282.69º | 0.86% | 0.92% | - |
| XYZ | 33.3 | 16.26 | 79.22 | - |
| YUV | 98.67 | 204.38 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 33 | 234 | 0.25 | 0.86 | 0 | 0.08 | 282.69 | 0.83 | 0.52 |
| Hex | B0 | 21 | EA | 19 | 56 | 0 | 8 | 11B | 53 | 34 |
| Octal | 260 | 41 | 352 | 31 | 126 | 0 | 10 | 433 | 123 | 64 |
| Binary | 10110000 | 100001 | 11101010 | 11001 | 1010110 | 0 | 1000 | 100011011 | 1010011 | 110100 |
Color Harmonies of #B021EA
Complementary color
Monochromatic Colors of #B021EA
Black with #B021EA
Text Example
Text Example
White with #B021EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B021EA; }
p { color: rgb(176,33,234); }
H1.HeaderClassName
{
color: #B021EA;
}
.AnyTagClassName
{
color: #B021EA;
}
</style>
background-color css
<style>
a { background-color: #B021EA; }
a { background-color: rgb(176,33,234); }
div.DivClassName
{
background-color: #B021EA;
}
.BgClassName
{
background-color: #B021EA;
}
</style>
border-color css
<style>
span { border-color: #B021EA; }
span { border-color: rgb(176,33,234); }
td.TdClassName
{
border-color: #B021EA;
}
.TagClassName
{
border-color: #B021EA;
}
</style>