Shades of Dark Orchid #B01DB8
Tints of Dark Orchid #B01DB8
RGB
CMYK
RGB Variations
Color information
#B01DB8 (or 0xB01DB8) is known color: Dark Orchid. HEX triplet: B0, 1D and B8. RGB value is (176,29,184). Sum of RGB (Red+Green+Blue) = 176+29+184=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 29 (11.72% from 255 or 7.46% from 389); Blue value is 184 (72.27% from 255 or 47.30% from 389); Max value from RGB is 184 - color contains mainly: blue. Hex color #B01DB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01DB8 is #4FE247. Grayscale: #5A5A5A. Windows color (decimal): -5235272 or 12066224. OLE color: 12066224.
HSL color Cylindrical-coordinate representation of color #B01DB8: hue angle of 296.9º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B01DB8 is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 176 | 29 | 184 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.28 |
| HSL | 296.9º | 0.73% | 0.42% | - |
| HSV(B) | 296.9º | 0.84% | 0.72% | - |
| XYZ | 27 | 13.57 | 46.54 | - |
| YUV | 90.62 | 180.7 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 29 | 184 | 0.04 | 0.84 | 0 | 0.28 | 296.9 | 0.73 | 0.42 |
| Hex | B0 | 1D | B8 | 4 | 54 | 0 | 1C | 129 | 49 | 2A |
| Octal | 260 | 35 | 270 | 4 | 124 | 0 | 34 | 451 | 111 | 52 |
| Binary | 10110000 | 11101 | 10111000 | 100 | 1010100 | 0 | 11100 | 100101001 | 1001001 | 101010 |
Color Harmonies of #B01DB8
Complementary color
Monochromatic Colors of #B01DB8
Black with #B01DB8
Text Example
Text Example
White with #B01DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01DB8; }
p { color: rgb(176,29,184); }
H1.HeaderClassName
{
color: #B01DB8;
}
.AnyTagClassName
{
color: #B01DB8;
}
</style>
background-color css
<style>
a { background-color: #B01DB8; }
a { background-color: rgb(176,29,184); }
div.DivClassName
{
background-color: #B01DB8;
}
.BgClassName
{
background-color: #B01DB8;
}
</style>
border-color css
<style>
span { border-color: #B01DB8; }
span { border-color: rgb(176,29,184); }
td.TdClassName
{
border-color: #B01DB8;
}
.TagClassName
{
border-color: #B01DB8;
}
</style>