Shades of Dark Orchid #B01ECE
Tints of Dark Orchid #B01ECE
RGB
CMYK
RGB Variations
Color information
#B01ECE (or 0xB01ECE) is known color: Dark Orchid. HEX triplet: B0, 1E and CE. RGB value is (176,30,206). Sum of RGB (Red+Green+Blue) = 176+30+206=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 30 (12.11% from 255 or 7.28% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #B01ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01ECE is #4FE131. Grayscale: #5D5D5D. Windows color (decimal): -5234994 or 13508272. OLE color: 13508272.
HSL color Cylindrical-coordinate representation of color #B01ECE: hue angle of 289.77º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B01ECE is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 30 | 206 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.19 |
| HSL | 289.77º | 0.75% | 0.46% | - |
| HSV(B) | 289.77º | 0.85% | 0.81% | - |
| XYZ | 29.51 | 14.61 | 59.66 | - |
| YUV | 93.72 | 191.37 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 30 | 206 | 0.15 | 0.85 | 0 | 0.19 | 289.77 | 0.75 | 0.46 |
| Hex | B0 | 1E | CE | F | 55 | 0 | 13 | 122 | 4B | 2E |
| Octal | 260 | 36 | 316 | 17 | 125 | 0 | 23 | 442 | 113 | 56 |
| Binary | 10110000 | 11110 | 11001110 | 1111 | 1010101 | 0 | 10011 | 100100010 | 1001011 | 101110 |
Color Harmonies of #B01ECE
Complementary color
Monochromatic Colors of #B01ECE
Black with #B01ECE
Text Example
Text Example
White with #B01ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01ECE; }
p { color: rgb(176,30,206); }
H1.HeaderClassName
{
color: #B01ECE;
}
.AnyTagClassName
{
color: #B01ECE;
}
</style>
background-color css
<style>
a { background-color: #B01ECE; }
a { background-color: rgb(176,30,206); }
div.DivClassName
{
background-color: #B01ECE;
}
.BgClassName
{
background-color: #B01ECE;
}
</style>
border-color css
<style>
span { border-color: #B01ECE; }
span { border-color: rgb(176,30,206); }
td.TdClassName
{
border-color: #B01ECE;
}
.TagClassName
{
border-color: #B01ECE;
}
</style>