Shades of Dark Orchid #B72ECE
Tints of Dark Orchid #B72ECE
RGB
CMYK
RGB Variations
Color information
#B72ECE (or 0xB72ECE) is known color: Dark Orchid. HEX triplet: B7, 2E and CE. RGB value is (183,46,206). Sum of RGB (Red+Green+Blue) = 183+46+206=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 46 (18.36% from 255 or 10.57% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #B72ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72ECE is #48D131. Grayscale: #686868. Windows color (decimal): -4772146 or 13512375. OLE color: 13512375.
HSL color Cylindrical-coordinate representation of color #B72ECE: hue angle of 291.38º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B72ECE is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 46 | 206 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.19 |
| HSL | 291.38º | 0.63% | 0.49% | - |
| HSV(B) | 291.38º | 0.78% | 0.81% | - |
| XYZ | 31.65 | 16.48 | 59.91 | - |
| YUV | 105.2 | 184.89 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 46 | 206 | 0.11 | 0.78 | 0 | 0.19 | 291.38 | 0.63 | 0.49 |
| Hex | B7 | 2E | CE | B | 4E | 0 | 13 | 123 | 3F | 31 |
| Octal | 267 | 56 | 316 | 13 | 116 | 0 | 23 | 443 | 77 | 61 |
| Binary | 10110111 | 101110 | 11001110 | 1011 | 1001110 | 0 | 10011 | 100100011 | 111111 | 110001 |
Color Harmonies of #B72ECE
Complementary color
Monochromatic Colors of #B72ECE
Black with #B72ECE
Text Example
Text Example
White with #B72ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72ECE; }
p { color: rgb(183,46,206); }
H1.HeaderClassName
{
color: #B72ECE;
}
.AnyTagClassName
{
color: #B72ECE;
}
</style>
background-color css
<style>
a { background-color: #B72ECE; }
a { background-color: rgb(183,46,206); }
div.DivClassName
{
background-color: #B72ECE;
}
.BgClassName
{
background-color: #B72ECE;
}
</style>
border-color css
<style>
span { border-color: #B72ECE; }
span { border-color: rgb(183,46,206); }
td.TdClassName
{
border-color: #B72ECE;
}
.TagClassName
{
border-color: #B72ECE;
}
</style>