Shades of Dark Orchid #B01BDB
Tints of Dark Orchid #B01BDB
RGB
CMYK
RGB Variations
Color information
#B01BDB (or 0xB01BDB) is known color: Dark Orchid. HEX triplet: B0, 1B and DB. RGB value is (176,27,219). Sum of RGB (Red+Green+Blue) = 176+27+219=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 27 (10.94% from 255 or 6.40% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #B01BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01BDB is #4FE424. Grayscale: #5C5C5C. Windows color (decimal): -5235749 or 14359472. OLE color: 14359472.
HSL color Cylindrical-coordinate representation of color #B01BDB: hue angle of 286.56º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B01BDB is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 27 | 219 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.14 |
| HSL | 286.56º | 0.78% | 0.48% | - |
| HSV(B) | 286.56º | 0.88% | 0.86% | - |
| XYZ | 31.08 | 15.13 | 68.3 | - |
| YUV | 93.44 | 198.86 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 27 | 219 | 0.20 | 0.88 | 0 | 0.14 | 286.56 | 0.78 | 0.48 |
| Hex | B0 | 1B | DB | 14 | 58 | 0 | E | 11F | 4E | 30 |
| Octal | 260 | 33 | 333 | 24 | 130 | 0 | 16 | 437 | 116 | 60 |
| Binary | 10110000 | 11011 | 11011011 | 10100 | 1011000 | 0 | 1110 | 100011111 | 1001110 | 110000 |
Color Harmonies of #B01BDB
Complementary color
Monochromatic Colors of #B01BDB
Black with #B01BDB
Text Example
Text Example
White with #B01BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01BDB; }
p { color: rgb(176,27,219); }
H1.HeaderClassName
{
color: #B01BDB;
}
.AnyTagClassName
{
color: #B01BDB;
}
</style>
background-color css
<style>
a { background-color: #B01BDB; }
a { background-color: rgb(176,27,219); }
div.DivClassName
{
background-color: #B01BDB;
}
.BgClassName
{
background-color: #B01BDB;
}
</style>
border-color css
<style>
span { border-color: #B01BDB; }
span { border-color: rgb(176,27,219); }
td.TdClassName
{
border-color: #B01BDB;
}
.TagClassName
{
border-color: #B01BDB;
}
</style>