Shades of Dark Orchid #B01EC1
Tints of Dark Orchid #B01EC1
RGB
CMYK
RGB Variations
Color information
#B01EC1 (or 0xB01EC1) is known color: Dark Orchid. HEX triplet: B0, 1E and C1. RGB value is (176,30,193). Sum of RGB (Red+Green+Blue) = 176+30+193=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 30 (12.11% from 255 or 7.52% from 399); Blue value is 193 (75.78% from 255 or 48.37% from 399); Max value from RGB is 193 - color contains mainly: blue. Hex color #B01EC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01EC1 is #4FE13E. Grayscale: #5B5B5B. Windows color (decimal): -5235007 or 12656304. OLE color: 12656304.
HSL color Cylindrical-coordinate representation of color #B01EC1: hue angle of 293.74º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B01EC1 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 30 | 193 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.24 |
| HSL | 293.74º | 0.73% | 0.44% | - |
| HSV(B) | 293.74º | 0.84% | 0.76% | - |
| XYZ | 27.99 | 14.01 | 51.68 | - |
| YUV | 92.24 | 184.87 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 30 | 193 | 0.09 | 0.84 | 0 | 0.24 | 293.74 | 0.73 | 0.44 |
| Hex | B0 | 1E | C1 | 9 | 54 | 0 | 18 | 126 | 49 | 2C |
| Octal | 260 | 36 | 301 | 11 | 124 | 0 | 30 | 446 | 111 | 54 |
| Binary | 10110000 | 11110 | 11000001 | 1001 | 1010100 | 0 | 11000 | 100100110 | 1001001 | 101100 |
Color Harmonies of #B01EC1
Complementary color
Monochromatic Colors of #B01EC1
Black with #B01EC1
Text Example
Text Example
White with #B01EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01EC1; }
p { color: rgb(176,30,193); }
H1.HeaderClassName
{
color: #B01EC1;
}
.AnyTagClassName
{
color: #B01EC1;
}
</style>
background-color css
<style>
a { background-color: #B01EC1; }
a { background-color: rgb(176,30,193); }
div.DivClassName
{
background-color: #B01EC1;
}
.BgClassName
{
background-color: #B01EC1;
}
</style>
border-color css
<style>
span { border-color: #B01EC1; }
span { border-color: rgb(176,30,193); }
td.TdClassName
{
border-color: #B01EC1;
}
.TagClassName
{
border-color: #B01EC1;
}
</style>