Shades of Dark Orchid #B01EDB
Tints of Dark Orchid #B01EDB
RGB
CMYK
RGB Variations
Color information
#B01EDB (or 0xB01EDB) is known color: Dark Orchid. HEX triplet: B0, 1E and DB. RGB value is (176,30,219). Sum of RGB (Red+Green+Blue) = 176+30+219=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 30 (12.11% from 255 or 7.06% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #B01EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01EDB is #4FE124. Grayscale: #5E5E5E. Windows color (decimal): -5234981 or 14360240. OLE color: 14360240.
HSL color Cylindrical-coordinate representation of color #B01EDB: hue angle of 286.35º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B01EDB is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 30 | 219 | - |
| CMYK | 0.20 | 0.86 | 0 | 0.14 |
| HSL | 286.35º | 0.76% | 0.49% | - |
| HSV(B) | 286.35º | 0.86% | 0.86% | - |
| XYZ | 31.15 | 15.27 | 68.32 | - |
| YUV | 95.2 | 197.87 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 30 | 219 | 0.20 | 0.86 | 0 | 0.14 | 286.35 | 0.76 | 0.49 |
| Hex | B0 | 1E | DB | 14 | 56 | 0 | E | 11E | 4C | 31 |
| Octal | 260 | 36 | 333 | 24 | 126 | 0 | 16 | 436 | 114 | 61 |
| Binary | 10110000 | 11110 | 11011011 | 10100 | 1010110 | 0 | 1110 | 100011110 | 1001100 | 110001 |
Color Harmonies of #B01EDB
Complementary color
Monochromatic Colors of #B01EDB
Black with #B01EDB
Text Example
Text Example
White with #B01EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01EDB; }
p { color: rgb(176,30,219); }
H1.HeaderClassName
{
color: #B01EDB;
}
.AnyTagClassName
{
color: #B01EDB;
}
</style>
background-color css
<style>
a { background-color: #B01EDB; }
a { background-color: rgb(176,30,219); }
div.DivClassName
{
background-color: #B01EDB;
}
.BgClassName
{
background-color: #B01EDB;
}
</style>
border-color css
<style>
span { border-color: #B01EDB; }
span { border-color: rgb(176,30,219); }
td.TdClassName
{
border-color: #B01EDB;
}
.TagClassName
{
border-color: #B01EDB;
}
</style>