Shades of Dark Orchid #B01FDB
Tints of Dark Orchid #B01FDB
RGB
CMYK
RGB Variations
Color information
#B01FDB (or 0xB01FDB) is known color: Dark Orchid. HEX triplet: B0, 1F and DB. RGB value is (176,31,219). Sum of RGB (Red+Green+Blue) = 176+31+219=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 31 (12.5% from 255 or 7.28% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #B01FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01FDB is #4FE024. Grayscale: #5F5F5F. Windows color (decimal): -5234725 or 14360496. OLE color: 14360496.
HSL color Cylindrical-coordinate representation of color #B01FDB: hue angle of 286.28º degrees, saturation: 0.75, 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 #B01FDB is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 31 | 219 | - |
| CMYK | 0.20 | 0.86 | 0 | 0.14 |
| HSL | 286.28º | 0.75% | 0.49% | - |
| HSV(B) | 286.28º | 0.86% | 0.86% | - |
| XYZ | 31.18 | 15.32 | 68.33 | - |
| YUV | 95.79 | 197.54 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 31 | 219 | 0.20 | 0.86 | 0 | 0.14 | 286.28 | 0.75 | 0.49 |
| Hex | B0 | 1F | DB | 14 | 56 | 0 | E | 11E | 4B | 31 |
| Octal | 260 | 37 | 333 | 24 | 126 | 0 | 16 | 436 | 113 | 61 |
| Binary | 10110000 | 11111 | 11011011 | 10100 | 1010110 | 0 | 1110 | 100011110 | 1001011 | 110001 |
Color Harmonies of #B01FDB
Complementary color
Monochromatic Colors of #B01FDB
Black with #B01FDB
Text Example
Text Example
White with #B01FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01FDB; }
p { color: rgb(176,31,219); }
H1.HeaderClassName
{
color: #B01FDB;
}
.AnyTagClassName
{
color: #B01FDB;
}
</style>
background-color css
<style>
a { background-color: #B01FDB; }
a { background-color: rgb(176,31,219); }
div.DivClassName
{
background-color: #B01FDB;
}
.BgClassName
{
background-color: #B01FDB;
}
</style>
border-color css
<style>
span { border-color: #B01FDB; }
span { border-color: rgb(176,31,219); }
td.TdClassName
{
border-color: #B01FDB;
}
.TagClassName
{
border-color: #B01FDB;
}
</style>