Shades of Dark Orchid #B72DDB
Tints of Dark Orchid #B72DDB
RGB
CMYK
RGB Variations
Color information
#B72DDB (or 0xB72DDB) is known color: Dark Orchid. HEX triplet: B7, 2D and DB. RGB value is (183,45,219). Sum of RGB (Red+Green+Blue) = 183+45+219=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 45 (17.97% from 255 or 10.07% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #B72DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72DDB is #48D224. Grayscale: #696969. Windows color (decimal): -4772389 or 14364087. OLE color: 14364087.
HSL color Cylindrical-coordinate representation of color #B72DDB: hue angle of 287.59º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B72DDB is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 45 | 219 | - |
| CMYK | 0.16 | 0.79 | 0 | 0.14 |
| HSL | 287.59º | 0.71% | 0.52% | - |
| HSV(B) | 287.59º | 0.79% | 0.86% | - |
| XYZ | 33.25 | 17.06 | 68.56 | - |
| YUV | 106.1 | 191.72 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 45 | 219 | 0.16 | 0.79 | 0 | 0.14 | 287.59 | 0.71 | 0.52 |
| Hex | B7 | 2D | DB | 10 | 4F | 0 | E | 120 | 47 | 34 |
| Octal | 267 | 55 | 333 | 20 | 117 | 0 | 16 | 440 | 107 | 64 |
| Binary | 10110111 | 101101 | 11011011 | 10000 | 1001111 | 0 | 1110 | 100100000 | 1000111 | 110100 |
Color Harmonies of #B72DDB
Complementary color
Monochromatic Colors of #B72DDB
Black with #B72DDB
Text Example
Text Example
White with #B72DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72DDB; }
p { color: rgb(183,45,219); }
H1.HeaderClassName
{
color: #B72DDB;
}
.AnyTagClassName
{
color: #B72DDB;
}
</style>
background-color css
<style>
a { background-color: #B72DDB; }
a { background-color: rgb(183,45,219); }
div.DivClassName
{
background-color: #B72DDB;
}
.BgClassName
{
background-color: #B72DDB;
}
</style>
border-color css
<style>
span { border-color: #B72DDB; }
span { border-color: rgb(183,45,219); }
td.TdClassName
{
border-color: #B72DDB;
}
.TagClassName
{
border-color: #B72DDB;
}
</style>