Shades of Dark Orchid #B72FDB
Tints of Dark Orchid #B72FDB
RGB
CMYK
RGB Variations
Color information
#B72FDB (or 0xB72FDB) is known color: Dark Orchid. HEX triplet: B7, 2F and DB. RGB value is (183,47,219). Sum of RGB (Red+Green+Blue) = 183+47+219=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 47 (18.75% from 255 or 10.47% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #B72FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72FDB is #48D024. Grayscale: #6A6A6A. Windows color (decimal): -4771877 or 14364599. OLE color: 14364599.
HSL color Cylindrical-coordinate representation of color #B72FDB: hue angle of 287.44º degrees, saturation: 0.7, 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 #B72FDB is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 47 | 219 | - |
| CMYK | 0.16 | 0.79 | 0 | 0.14 |
| HSL | 287.44º | 0.7% | 0.52% | - |
| HSV(B) | 287.44º | 0.79% | 0.86% | - |
| XYZ | 33.33 | 17.21 | 68.58 | - |
| YUV | 107.27 | 191.06 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 47 | 219 | 0.16 | 0.79 | 0 | 0.14 | 287.44 | 0.7 | 0.52 |
| Hex | B7 | 2F | DB | 10 | 4F | 0 | E | 11F | 46 | 34 |
| Octal | 267 | 57 | 333 | 20 | 117 | 0 | 16 | 437 | 106 | 64 |
| Binary | 10110111 | 101111 | 11011011 | 10000 | 1001111 | 0 | 1110 | 100011111 | 1000110 | 110100 |
Color Harmonies of #B72FDB
Complementary color
Monochromatic Colors of #B72FDB
Black with #B72FDB
Text Example
Text Example
White with #B72FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72FDB; }
p { color: rgb(183,47,219); }
H1.HeaderClassName
{
color: #B72FDB;
}
.AnyTagClassName
{
color: #B72FDB;
}
</style>
background-color css
<style>
a { background-color: #B72FDB; }
a { background-color: rgb(183,47,219); }
div.DivClassName
{
background-color: #B72FDB;
}
.BgClassName
{
background-color: #B72FDB;
}
</style>
border-color css
<style>
span { border-color: #B72FDB; }
span { border-color: rgb(183,47,219); }
td.TdClassName
{
border-color: #B72FDB;
}
.TagClassName
{
border-color: #B72FDB;
}
</style>