Shades of Dark Orchid #B720D9
Tints of Dark Orchid #B720D9
RGB
CMYK
RGB Variations
Color information
#B720D9 (or 0xB720D9) is known color: Dark Orchid. HEX triplet: B7, 20 and D9. RGB value is (183,32,217). Sum of RGB (Red+Green+Blue) = 183+32+217=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 32 (12.89% from 255 or 7.41% from 432); Blue value is 217 (85.16% from 255 or 50.23% from 432); Max value from RGB is 217 - color contains mainly: blue. Hex color #B720D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B720D9 is #48DF26. Grayscale: #616161. Windows color (decimal): -4775719 or 14229687. OLE color: 14229687.
HSL color Cylindrical-coordinate representation of color #B720D9: hue angle of 288.97º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B720D9 is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 32 | 217 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.15 |
| HSL | 288.97º | 0.74% | 0.49% | - |
| HSV(B) | 288.97º | 0.85% | 0.85% | - |
| XYZ | 32.57 | 16.11 | 67.04 | - |
| YUV | 98.24 | 195.03 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 217 | 0.16 | 0.85 | 0 | 0.15 | 288.97 | 0.74 | 0.49 |
| Hex | B7 | 20 | D9 | 10 | 55 | 0 | F | 121 | 4A | 31 |
| Octal | 267 | 40 | 331 | 20 | 125 | 0 | 17 | 441 | 112 | 61 |
| Binary | 10110111 | 100000 | 11011001 | 10000 | 1010101 | 0 | 1111 | 100100001 | 1001010 | 110001 |
Color Harmonies of #B720D9
Complementary color
Monochromatic Colors of #B720D9
Black with #B720D9
Text Example
Text Example
White with #B720D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B720D9; }
p { color: rgb(183,32,217); }
H1.HeaderClassName
{
color: #B720D9;
}
.AnyTagClassName
{
color: #B720D9;
}
</style>
background-color css
<style>
a { background-color: #B720D9; }
a { background-color: rgb(183,32,217); }
div.DivClassName
{
background-color: #B720D9;
}
.BgClassName
{
background-color: #B720D9;
}
</style>
border-color css
<style>
span { border-color: #B720D9; }
span { border-color: rgb(183,32,217); }
td.TdClassName
{
border-color: #B720D9;
}
.TagClassName
{
border-color: #B720D9;
}
</style>