Shades of Dark Orchid #B72ADD
Tints of Dark Orchid #B72ADD
RGB
CMYK
RGB Variations
Color information
#B72ADD (or 0xB72ADD) is known color: Dark Orchid. HEX triplet: B7, 2A and DD. RGB value is (183,42,221). Sum of RGB (Red+Green+Blue) = 183+42+221=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 42 (16.80% from 255 or 9.42% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #B72ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72ADD is #48D522. Grayscale: #676767. Windows color (decimal): -4773155 or 14494391. OLE color: 14494391.
HSL color Cylindrical-coordinate representation of color #B72ADD: hue angle of 287.26º 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 #B72ADD is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 42 | 221 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.13 |
| HSL | 287.26º | 0.72% | 0.52% | - |
| HSV(B) | 287.26º | 0.81% | 0.87% | - |
| XYZ | 33.41 | 16.94 | 69.92 | - |
| YUV | 104.57 | 193.71 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 42 | 221 | 0.17 | 0.81 | 0 | 0.13 | 287.26 | 0.72 | 0.52 |
| Hex | B7 | 2A | DD | 11 | 51 | 0 | D | 11F | 48 | 34 |
| Octal | 267 | 52 | 335 | 21 | 121 | 0 | 15 | 437 | 110 | 64 |
| Binary | 10110111 | 101010 | 11011101 | 10001 | 1010001 | 0 | 1101 | 100011111 | 1001000 | 110100 |
Color Harmonies of #B72ADD
Complementary color
Monochromatic Colors of #B72ADD
Black with #B72ADD
Text Example
Text Example
White with #B72ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72ADD; }
p { color: rgb(183,42,221); }
H1.HeaderClassName
{
color: #B72ADD;
}
.AnyTagClassName
{
color: #B72ADD;
}
</style>
background-color css
<style>
a { background-color: #B72ADD; }
a { background-color: rgb(183,42,221); }
div.DivClassName
{
background-color: #B72ADD;
}
.BgClassName
{
background-color: #B72ADD;
}
</style>
border-color css
<style>
span { border-color: #B72ADD; }
span { border-color: rgb(183,42,221); }
td.TdClassName
{
border-color: #B72ADD;
}
.TagClassName
{
border-color: #B72ADD;
}
</style>