Shades of Dark Orchid #B72ADE
Tints of Dark Orchid #B72ADE
RGB
CMYK
RGB Variations
Color information
#B72ADE (or 0xB72ADE) is known color: Dark Orchid. HEX triplet: B7, 2A and DE. RGB value is (183,42,222). Sum of RGB (Red+Green+Blue) = 183+42+222=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 42 (16.80% from 255 or 9.40% from 447); Blue value is 222 (87.11% from 255 or 49.66% from 447); Max value from RGB is 222 - color contains mainly: blue. Hex color #B72ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72ADE is #48D521. Grayscale: #686868. Windows color (decimal): -4773154 or 14559927. OLE color: 14559927.
HSL color Cylindrical-coordinate representation of color #B72ADE: hue angle of 287º degrees, saturation: 0.73, 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 #B72ADE is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 42 | 222 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.13 |
| HSL | 287º | 0.73% | 0.52% | - |
| HSV(B) | 287º | 0.81% | 0.87% | - |
| XYZ | 33.54 | 17 | 70.62 | - |
| YUV | 104.68 | 194.21 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 42 | 222 | 0.18 | 0.81 | 0 | 0.13 | 287 | 0.73 | 0.52 |
| Hex | B7 | 2A | DE | 12 | 51 | 0 | D | 11F | 49 | 34 |
| Octal | 267 | 52 | 336 | 22 | 121 | 0 | 15 | 437 | 111 | 64 |
| Binary | 10110111 | 101010 | 11011110 | 10010 | 1010001 | 0 | 1101 | 100011111 | 1001001 | 110100 |
Color Harmonies of #B72ADE
Complementary color
Monochromatic Colors of #B72ADE
Black with #B72ADE
Text Example
Text Example
White with #B72ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72ADE; }
p { color: rgb(183,42,222); }
H1.HeaderClassName
{
color: #B72ADE;
}
.AnyTagClassName
{
color: #B72ADE;
}
</style>
background-color css
<style>
a { background-color: #B72ADE; }
a { background-color: rgb(183,42,222); }
div.DivClassName
{
background-color: #B72ADE;
}
.BgClassName
{
background-color: #B72ADE;
}
</style>
border-color css
<style>
span { border-color: #B72ADE; }
span { border-color: rgb(183,42,222); }
td.TdClassName
{
border-color: #B72ADE;
}
.TagClassName
{
border-color: #B72ADE;
}
</style>