Shades of Dark Orchid #B01ECF
Tints of Dark Orchid #B01ECF
RGB
CMYK
RGB Variations
Color information
#B01ECF (or 0xB01ECF) is known color: Dark Orchid. HEX triplet: B0, 1E and CF. RGB value is (176,30,207). Sum of RGB (Red+Green+Blue) = 176+30+207=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 30 (12.11% from 255 or 7.26% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #B01ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01ECF is #4FE130. Grayscale: #5D5D5D. Windows color (decimal): -5234993 or 13573808. OLE color: 13573808.
HSL color Cylindrical-coordinate representation of color #B01ECF: hue angle of 289.49º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B01ECF is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 30 | 207 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.19 |
| HSL | 289.49º | 0.75% | 0.46% | - |
| HSV(B) | 289.49º | 0.86% | 0.81% | - |
| XYZ | 29.63 | 14.66 | 60.3 | - |
| YUV | 93.83 | 191.87 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 30 | 207 | 0.15 | 0.86 | 0 | 0.19 | 289.49 | 0.75 | 0.46 |
| Hex | B0 | 1E | CF | F | 56 | 0 | 13 | 121 | 4B | 2E |
| Octal | 260 | 36 | 317 | 17 | 126 | 0 | 23 | 441 | 113 | 56 |
| Binary | 10110000 | 11110 | 11001111 | 1111 | 1010110 | 0 | 10011 | 100100001 | 1001011 | 101110 |
Color Harmonies of #B01ECF
Complementary color
Monochromatic Colors of #B01ECF
Black with #B01ECF
Text Example
Text Example
White with #B01ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01ECF; }
p { color: rgb(176,30,207); }
H1.HeaderClassName
{
color: #B01ECF;
}
.AnyTagClassName
{
color: #B01ECF;
}
</style>
background-color css
<style>
a { background-color: #B01ECF; }
a { background-color: rgb(176,30,207); }
div.DivClassName
{
background-color: #B01ECF;
}
.BgClassName
{
background-color: #B01ECF;
}
</style>
border-color css
<style>
span { border-color: #B01ECF; }
span { border-color: rgb(176,30,207); }
td.TdClassName
{
border-color: #B01ECF;
}
.TagClassName
{
border-color: #B01ECF;
}
</style>