Shades of Dark Orchid #B01CDB
Tints of Dark Orchid #B01CDB
RGB
CMYK
RGB Variations
Color information
#B01CDB (or 0xB01CDB) is known color: Dark Orchid. HEX triplet: B0, 1C and DB. RGB value is (176,28,219). Sum of RGB (Red+Green+Blue) = 176+28+219=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 28 (11.33% from 255 or 6.62% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #B01CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01CDB is #4FE324. Grayscale: #5D5D5D. Windows color (decimal): -5235493 or 14359728. OLE color: 14359728.
HSL color Cylindrical-coordinate representation of color #B01CDB: hue angle of 286.49º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B01CDB is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 28 | 219 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.14 |
| HSL | 286.49º | 0.77% | 0.48% | - |
| HSV(B) | 286.49º | 0.87% | 0.86% | - |
| XYZ | 31.11 | 15.18 | 68.31 | - |
| YUV | 94.03 | 198.53 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 28 | 219 | 0.20 | 0.87 | 0 | 0.14 | 286.49 | 0.77 | 0.48 |
| Hex | B0 | 1C | DB | 14 | 57 | 0 | E | 11E | 4D | 30 |
| Octal | 260 | 34 | 333 | 24 | 127 | 0 | 16 | 436 | 115 | 60 |
| Binary | 10110000 | 11100 | 11011011 | 10100 | 1010111 | 0 | 1110 | 100011110 | 1001101 | 110000 |
Color Harmonies of #B01CDB
Complementary color
Monochromatic Colors of #B01CDB
Black with #B01CDB
Text Example
Text Example
White with #B01CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01CDB; }
p { color: rgb(176,28,219); }
H1.HeaderClassName
{
color: #B01CDB;
}
.AnyTagClassName
{
color: #B01CDB;
}
</style>
background-color css
<style>
a { background-color: #B01CDB; }
a { background-color: rgb(176,28,219); }
div.DivClassName
{
background-color: #B01CDB;
}
.BgClassName
{
background-color: #B01CDB;
}
</style>
border-color css
<style>
span { border-color: #B01CDB; }
span { border-color: rgb(176,28,219); }
td.TdClassName
{
border-color: #B01CDB;
}
.TagClassName
{
border-color: #B01CDB;
}
</style>