Shades of Dark Orchid #B01DDB
Tints of Dark Orchid #B01DDB
RGB
CMYK
RGB Variations
Color information
#B01DDB (or 0xB01DDB) is known color: Dark Orchid. HEX triplet: B0, 1D and DB. RGB value is (176,29,219). Sum of RGB (Red+Green+Blue) = 176+29+219=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 29 (11.72% from 255 or 6.84% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #B01DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01DDB is #4FE224. Grayscale: #5E5E5E. Windows color (decimal): -5235237 or 14359984. OLE color: 14359984.
HSL color Cylindrical-coordinate representation of color #B01DDB: hue angle of 286.42º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B01DDB is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 29 | 219 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.14 |
| HSL | 286.42º | 0.77% | 0.49% | - |
| HSV(B) | 286.42º | 0.87% | 0.86% | - |
| XYZ | 31.13 | 15.22 | 68.32 | - |
| YUV | 94.61 | 198.2 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 29 | 219 | 0.20 | 0.87 | 0 | 0.14 | 286.42 | 0.77 | 0.49 |
| Hex | B0 | 1D | DB | 14 | 57 | 0 | E | 11E | 4D | 31 |
| Octal | 260 | 35 | 333 | 24 | 127 | 0 | 16 | 436 | 115 | 61 |
| Binary | 10110000 | 11101 | 11011011 | 10100 | 1010111 | 0 | 1110 | 100011110 | 1001101 | 110001 |
Color Harmonies of #B01DDB
Complementary color
Monochromatic Colors of #B01DDB
Black with #B01DDB
Text Example
Text Example
White with #B01DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01DDB; }
p { color: rgb(176,29,219); }
H1.HeaderClassName
{
color: #B01DDB;
}
.AnyTagClassName
{
color: #B01DDB;
}
</style>
background-color css
<style>
a { background-color: #B01DDB; }
a { background-color: rgb(176,29,219); }
div.DivClassName
{
background-color: #B01DDB;
}
.BgClassName
{
background-color: #B01DDB;
}
</style>
border-color css
<style>
span { border-color: #B01DDB; }
span { border-color: rgb(176,29,219); }
td.TdClassName
{
border-color: #B01DDB;
}
.TagClassName
{
border-color: #B01DDB;
}
</style>