Shades of Dark Orchid #B01EE0
Tints of Dark Orchid #B01EE0
RGB
CMYK
RGB Variations
Color information
#B01EE0 (or 0xB01EE0) is known color: Dark Orchid. HEX triplet: B0, 1E and E0. RGB value is (176,30,224). Sum of RGB (Red+Green+Blue) = 176+30+224=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 30 (12.11% from 255 or 6.98% from 430); Blue value is 224 (87.89% from 255 or 52.09% from 430); Max value from RGB is 224 - color contains mainly: blue. Hex color #B01EE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01EE0 is #4FE11F. Grayscale: #5F5F5F. Windows color (decimal): -5234976 or 14687920. OLE color: 14687920.
HSL color Cylindrical-coordinate representation of color #B01EE0: hue angle of 285.15º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B01EE0 is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 30 | 224 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.12 |
| HSL | 285.15º | 0.76% | 0.5% | - |
| HSV(B) | 285.15º | 0.87% | 0.88% | - |
| XYZ | 31.82 | 15.54 | 71.84 | - |
| YUV | 95.77 | 200.37 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 30 | 224 | 0.21 | 0.87 | 0 | 0.12 | 285.15 | 0.76 | 0.5 |
| Hex | B0 | 1E | E0 | 15 | 57 | 0 | C | 11D | 4C | 32 |
| Octal | 260 | 36 | 340 | 25 | 127 | 0 | 14 | 435 | 114 | 62 |
| Binary | 10110000 | 11110 | 11100000 | 10101 | 1010111 | 0 | 1100 | 100011101 | 1001100 | 110010 |
Color Harmonies of #B01EE0
Complementary color
Monochromatic Colors of #B01EE0
Black with #B01EE0
Text Example
Text Example
White with #B01EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01EE0; }
p { color: rgb(176,30,224); }
H1.HeaderClassName
{
color: #B01EE0;
}
.AnyTagClassName
{
color: #B01EE0;
}
</style>
background-color css
<style>
a { background-color: #B01EE0; }
a { background-color: rgb(176,30,224); }
div.DivClassName
{
background-color: #B01EE0;
}
.BgClassName
{
background-color: #B01EE0;
}
</style>
border-color css
<style>
span { border-color: #B01EE0; }
span { border-color: rgb(176,30,224); }
td.TdClassName
{
border-color: #B01EE0;
}
.TagClassName
{
border-color: #B01EE0;
}
</style>