Shades of Dark Orchid #B01ECD
Tints of Dark Orchid #B01ECD
RGB
CMYK
RGB Variations
Color information
#B01ECD (or 0xB01ECD) is known color: Dark Orchid. HEX triplet: B0, 1E and CD. RGB value is (176,30,205). Sum of RGB (Red+Green+Blue) = 176+30+205=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 30 (12.11% from 255 or 7.30% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #B01ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01ECD is #4FE132. Grayscale: #5D5D5D. Windows color (decimal): -5234995 or 13442736. OLE color: 13442736.
HSL color Cylindrical-coordinate representation of color #B01ECD: hue angle of 290.06º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B01ECD is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 30 | 205 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.20 |
| HSL | 290.06º | 0.74% | 0.46% | - |
| HSV(B) | 290.06º | 0.85% | 0.8% | - |
| XYZ | 29.39 | 14.57 | 59.02 | - |
| YUV | 93.6 | 190.87 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 30 | 205 | 0.14 | 0.85 | 0 | 0.20 | 290.06 | 0.74 | 0.46 |
| Hex | B0 | 1E | CD | E | 55 | 0 | 14 | 122 | 4A | 2E |
| Octal | 260 | 36 | 315 | 16 | 125 | 0 | 24 | 442 | 112 | 56 |
| Binary | 10110000 | 11110 | 11001101 | 1110 | 1010101 | 0 | 10100 | 100100010 | 1001010 | 101110 |
Color Harmonies of #B01ECD
Complementary color
Monochromatic Colors of #B01ECD
Black with #B01ECD
Text Example
Text Example
White with #B01ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01ECD; }
p { color: rgb(176,30,205); }
H1.HeaderClassName
{
color: #B01ECD;
}
.AnyTagClassName
{
color: #B01ECD;
}
</style>
background-color css
<style>
a { background-color: #B01ECD; }
a { background-color: rgb(176,30,205); }
div.DivClassName
{
background-color: #B01ECD;
}
.BgClassName
{
background-color: #B01ECD;
}
</style>
border-color css
<style>
span { border-color: #B01ECD; }
span { border-color: rgb(176,30,205); }
td.TdClassName
{
border-color: #B01ECD;
}
.TagClassName
{
border-color: #B01ECD;
}
</style>