Shades of Dark Orchid #B72ECD
Tints of Dark Orchid #B72ECD
RGB
CMYK
RGB Variations
Color information
#B72ECD (or 0xB72ECD) is known color: Dark Orchid. HEX triplet: B7, 2E and CD. RGB value is (183,46,205). Sum of RGB (Red+Green+Blue) = 183+46+205=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 46 (18.36% from 255 or 10.60% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #B72ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72ECD is #48D132. Grayscale: #686868. Windows color (decimal): -4772147 or 13446839. OLE color: 13446839.
HSL color Cylindrical-coordinate representation of color #B72ECD: hue angle of 291.7º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B72ECD is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 46 | 205 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.20 |
| HSL | 291.7º | 0.63% | 0.49% | - |
| HSV(B) | 291.7º | 0.78% | 0.8% | - |
| XYZ | 31.52 | 16.43 | 59.27 | - |
| YUV | 105.09 | 184.39 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 46 | 205 | 0.11 | 0.78 | 0 | 0.20 | 291.7 | 0.63 | 0.49 |
| Hex | B7 | 2E | CD | B | 4E | 0 | 14 | 124 | 3F | 31 |
| Octal | 267 | 56 | 315 | 13 | 116 | 0 | 24 | 444 | 77 | 61 |
| Binary | 10110111 | 101110 | 11001101 | 1011 | 1001110 | 0 | 10100 | 100100100 | 111111 | 110001 |
Color Harmonies of #B72ECD
Complementary color
Monochromatic Colors of #B72ECD
Black with #B72ECD
Text Example
Text Example
White with #B72ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72ECD; }
p { color: rgb(183,46,205); }
H1.HeaderClassName
{
color: #B72ECD;
}
.AnyTagClassName
{
color: #B72ECD;
}
</style>
background-color css
<style>
a { background-color: #B72ECD; }
a { background-color: rgb(183,46,205); }
div.DivClassName
{
background-color: #B72ECD;
}
.BgClassName
{
background-color: #B72ECD;
}
</style>
border-color css
<style>
span { border-color: #B72ECD; }
span { border-color: rgb(183,46,205); }
td.TdClassName
{
border-color: #B72ECD;
}
.TagClassName
{
border-color: #B72ECD;
}
</style>