Shades of Dark Orchid #B01DB7
Tints of Dark Orchid #B01DB7
RGB
CMYK
RGB Variations
Color information
#B01DB7 (or 0xB01DB7) is known color: Dark Orchid. HEX triplet: B0, 1D and B7. RGB value is (176,29,183). Sum of RGB (Red+Green+Blue) = 176+29+183=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 29 (11.72% from 255 or 7.47% from 388); Blue value is 183 (71.88% from 255 or 47.16% from 388); Max value from RGB is 183 - color contains mainly: blue. Hex color #B01DB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01DB7 is #4FE248. Grayscale: #5A5A5A. Windows color (decimal): -5235273 or 12000688. OLE color: 12000688.
HSL color Cylindrical-coordinate representation of color #B01DB7: hue angle of 297.27º 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 #B01DB7 is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 176 | 29 | 183 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.28 |
| HSL | 297.27º | 0.73% | 0.42% | - |
| HSV(B) | 297.27º | 0.84% | 0.72% | - |
| XYZ | 26.89 | 13.53 | 45.99 | - |
| YUV | 90.51 | 180.2 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 29 | 183 | 0.04 | 0.84 | 0 | 0.28 | 297.27 | 0.73 | 0.42 |
| Hex | B0 | 1D | B7 | 4 | 54 | 0 | 1C | 129 | 49 | 2A |
| Octal | 260 | 35 | 267 | 4 | 124 | 0 | 34 | 451 | 111 | 52 |
| Binary | 10110000 | 11101 | 10110111 | 100 | 1010100 | 0 | 11100 | 100101001 | 1001001 | 101010 |
Color Harmonies of #B01DB7
Complementary color
Monochromatic Colors of #B01DB7
Black with #B01DB7
Text Example
Text Example
White with #B01DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01DB7; }
p { color: rgb(176,29,183); }
H1.HeaderClassName
{
color: #B01DB7;
}
.AnyTagClassName
{
color: #B01DB7;
}
</style>
background-color css
<style>
a { background-color: #B01DB7; }
a { background-color: rgb(176,29,183); }
div.DivClassName
{
background-color: #B01DB7;
}
.BgClassName
{
background-color: #B01DB7;
}
</style>
border-color css
<style>
span { border-color: #B01DB7; }
span { border-color: rgb(176,29,183); }
td.TdClassName
{
border-color: #B01DB7;
}
.TagClassName
{
border-color: #B01DB7;
}
</style>