Shades of Dark Orchid #B72ADB
Tints of Dark Orchid #B72ADB
RGB
CMYK
RGB Variations
Color information
#B72ADB (or 0xB72ADB) is known color: Dark Orchid. HEX triplet: B7, 2A and DB. RGB value is (183,42,219). Sum of RGB (Red+Green+Blue) = 183+42+219=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 42 (16.80% from 255 or 9.46% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #B72ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72ADB is #48D524. Grayscale: #676767. Windows color (decimal): -4773157 or 14363319. OLE color: 14363319.
HSL color Cylindrical-coordinate representation of color #B72ADB: hue angle of 287.8º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B72ADB is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 42 | 219 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.14 |
| HSL | 287.8º | 0.71% | 0.51% | - |
| HSV(B) | 287.8º | 0.81% | 0.86% | - |
| XYZ | 33.14 | 16.84 | 68.52 | - |
| YUV | 104.34 | 192.71 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 42 | 219 | 0.16 | 0.81 | 0 | 0.14 | 287.8 | 0.71 | 0.51 |
| Hex | B7 | 2A | DB | 10 | 51 | 0 | E | 120 | 47 | 33 |
| Octal | 267 | 52 | 333 | 20 | 121 | 0 | 16 | 440 | 107 | 63 |
| Binary | 10110111 | 101010 | 11011011 | 10000 | 1010001 | 0 | 1110 | 100100000 | 1000111 | 110011 |
Color Harmonies of #B72ADB
Complementary color
Monochromatic Colors of #B72ADB
Black with #B72ADB
Text Example
Text Example
White with #B72ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72ADB; }
p { color: rgb(183,42,219); }
H1.HeaderClassName
{
color: #B72ADB;
}
.AnyTagClassName
{
color: #B72ADB;
}
</style>
background-color css
<style>
a { background-color: #B72ADB; }
a { background-color: rgb(183,42,219); }
div.DivClassName
{
background-color: #B72ADB;
}
.BgClassName
{
background-color: #B72ADB;
}
</style>
border-color css
<style>
span { border-color: #B72ADB; }
span { border-color: rgb(183,42,219); }
td.TdClassName
{
border-color: #B72ADB;
}
.TagClassName
{
border-color: #B72ADB;
}
</style>