Shades of Dark Orchid #B720DB
Tints of Dark Orchid #B720DB
RGB
CMYK
RGB Variations
Color information
#B720DB (or 0xB720DB) is known color: Dark Orchid. HEX triplet: B7, 20 and DB. RGB value is (183,32,219). Sum of RGB (Red+Green+Blue) = 183+32+219=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 32 (12.89% from 255 or 7.37% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #B720DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B720DB is #48DF24. Grayscale: #616161. Windows color (decimal): -4775717 or 14360759. OLE color: 14360759.
HSL color Cylindrical-coordinate representation of color #B720DB: hue angle of 288.45º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B720DB is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 32 | 219 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.14 |
| HSL | 288.45º | 0.75% | 0.49% | - |
| HSV(B) | 288.45º | 0.85% | 0.86% | - |
| XYZ | 32.83 | 16.21 | 68.42 | - |
| YUV | 98.47 | 196.03 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 219 | 0.16 | 0.85 | 0 | 0.14 | 288.45 | 0.75 | 0.49 |
| Hex | B7 | 20 | DB | 10 | 55 | 0 | E | 120 | 4B | 31 |
| Octal | 267 | 40 | 333 | 20 | 125 | 0 | 16 | 440 | 113 | 61 |
| Binary | 10110111 | 100000 | 11011011 | 10000 | 1010101 | 0 | 1110 | 100100000 | 1001011 | 110001 |
Color Harmonies of #B720DB
Complementary color
Monochromatic Colors of #B720DB
Black with #B720DB
Text Example
Text Example
White with #B720DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B720DB; }
p { color: rgb(183,32,219); }
H1.HeaderClassName
{
color: #B720DB;
}
.AnyTagClassName
{
color: #B720DB;
}
</style>
background-color css
<style>
a { background-color: #B720DB; }
a { background-color: rgb(183,32,219); }
div.DivClassName
{
background-color: #B720DB;
}
.BgClassName
{
background-color: #B720DB;
}
</style>
border-color css
<style>
span { border-color: #B720DB; }
span { border-color: rgb(183,32,219); }
td.TdClassName
{
border-color: #B720DB;
}
.TagClassName
{
border-color: #B720DB;
}
</style>