Shades of Dark Orchid #B01ECB
Tints of Dark Orchid #B01ECB
RGB
CMYK
RGB Variations
Color information
#B01ECB (or 0xB01ECB) is known color: Dark Orchid. HEX triplet: B0, 1E and CB. RGB value is (176,30,203). Sum of RGB (Red+Green+Blue) = 176+30+203=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 30 (12.11% from 255 or 7.33% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #B01ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01ECB is #4FE134. Grayscale: #5C5C5C. Windows color (decimal): -5234997 or 13311664. OLE color: 13311664.
HSL color Cylindrical-coordinate representation of color #B01ECB: hue angle of 290.64º 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 #B01ECB is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 30 | 203 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.20 |
| HSL | 290.64º | 0.74% | 0.46% | - |
| HSV(B) | 290.64º | 0.85% | 0.8% | - |
| XYZ | 29.15 | 14.47 | 57.76 | - |
| YUV | 93.38 | 189.87 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 30 | 203 | 0.13 | 0.85 | 0 | 0.20 | 290.64 | 0.74 | 0.46 |
| Hex | B0 | 1E | CB | D | 55 | 0 | 14 | 123 | 4A | 2E |
| Octal | 260 | 36 | 313 | 15 | 125 | 0 | 24 | 443 | 112 | 56 |
| Binary | 10110000 | 11110 | 11001011 | 1101 | 1010101 | 0 | 10100 | 100100011 | 1001010 | 101110 |
Color Harmonies of #B01ECB
Complementary color
Monochromatic Colors of #B01ECB
Black with #B01ECB
Text Example
Text Example
White with #B01ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01ECB; }
p { color: rgb(176,30,203); }
H1.HeaderClassName
{
color: #B01ECB;
}
.AnyTagClassName
{
color: #B01ECB;
}
</style>
background-color css
<style>
a { background-color: #B01ECB; }
a { background-color: rgb(176,30,203); }
div.DivClassName
{
background-color: #B01ECB;
}
.BgClassName
{
background-color: #B01ECB;
}
</style>
border-color css
<style>
span { border-color: #B01ECB; }
span { border-color: rgb(176,30,203); }
td.TdClassName
{
border-color: #B01ECB;
}
.TagClassName
{
border-color: #B01ECB;
}
</style>