Shades of Dark Orchid #B72BDD
Tints of Dark Orchid #B72BDD
RGB
CMYK
RGB Variations
Color information
#B72BDD (or 0xB72BDD) is known color: Dark Orchid. HEX triplet: B7, 2B and DD. RGB value is (183,43,221). Sum of RGB (Red+Green+Blue) = 183+43+221=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 43 (17.19% from 255 or 9.62% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #B72BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72BDD is #48D422. Grayscale: #686868. Windows color (decimal): -4772899 or 14494647. OLE color: 14494647.
HSL color Cylindrical-coordinate representation of color #B72BDD: hue angle of 287.19º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B72BDD is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 43 | 221 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.13 |
| HSL | 287.19º | 0.72% | 0.52% | - |
| HSV(B) | 287.19º | 0.81% | 0.87% | - |
| XYZ | 33.44 | 17.02 | 69.93 | - |
| YUV | 105.15 | 193.38 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 43 | 221 | 0.17 | 0.81 | 0 | 0.13 | 287.19 | 0.72 | 0.52 |
| Hex | B7 | 2B | DD | 11 | 51 | 0 | D | 11F | 48 | 34 |
| Octal | 267 | 53 | 335 | 21 | 121 | 0 | 15 | 437 | 110 | 64 |
| Binary | 10110111 | 101011 | 11011101 | 10001 | 1010001 | 0 | 1101 | 100011111 | 1001000 | 110100 |
Color Harmonies of #B72BDD
Complementary color
Monochromatic Colors of #B72BDD
Black with #B72BDD
Text Example
Text Example
White with #B72BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72BDD; }
p { color: rgb(183,43,221); }
H1.HeaderClassName
{
color: #B72BDD;
}
.AnyTagClassName
{
color: #B72BDD;
}
</style>
background-color css
<style>
a { background-color: #B72BDD; }
a { background-color: rgb(183,43,221); }
div.DivClassName
{
background-color: #B72BDD;
}
.BgClassName
{
background-color: #B72BDD;
}
</style>
border-color css
<style>
span { border-color: #B72BDD; }
span { border-color: rgb(183,43,221); }
td.TdClassName
{
border-color: #B72BDD;
}
.TagClassName
{
border-color: #B72BDD;
}
</style>