Shades of Dark Orchid #B72EDD
Tints of Dark Orchid #B72EDD
RGB
CMYK
RGB Variations
Color information
#B72EDD (or 0xB72EDD) is known color: Dark Orchid. HEX triplet: B7, 2E and DD. RGB value is (183,46,221). Sum of RGB (Red+Green+Blue) = 183+46+221=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 46 (18.36% from 255 or 10.22% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #B72EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72EDD is #48D122. Grayscale: #6A6A6A. Windows color (decimal): -4772131 or 14495415. OLE color: 14495415.
HSL color Cylindrical-coordinate representation of color #B72EDD: hue angle of 286.97º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B72EDD is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 46 | 221 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.13 |
| HSL | 286.97º | 0.72% | 0.52% | - |
| HSV(B) | 286.97º | 0.79% | 0.87% | - |
| XYZ | 33.56 | 17.24 | 69.97 | - |
| YUV | 106.91 | 192.39 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 46 | 221 | 0.17 | 0.79 | 0 | 0.13 | 286.97 | 0.72 | 0.52 |
| Hex | B7 | 2E | DD | 11 | 4F | 0 | D | 11F | 48 | 34 |
| Octal | 267 | 56 | 335 | 21 | 117 | 0 | 15 | 437 | 110 | 64 |
| Binary | 10110111 | 101110 | 11011101 | 10001 | 1001111 | 0 | 1101 | 100011111 | 1001000 | 110100 |
Color Harmonies of #B72EDD
Complementary color
Monochromatic Colors of #B72EDD
Black with #B72EDD
Text Example
Text Example
White with #B72EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72EDD; }
p { color: rgb(183,46,221); }
H1.HeaderClassName
{
color: #B72EDD;
}
.AnyTagClassName
{
color: #B72EDD;
}
</style>
background-color css
<style>
a { background-color: #B72EDD; }
a { background-color: rgb(183,46,221); }
div.DivClassName
{
background-color: #B72EDD;
}
.BgClassName
{
background-color: #B72EDD;
}
</style>
border-color css
<style>
span { border-color: #B72EDD; }
span { border-color: rgb(183,46,221); }
td.TdClassName
{
border-color: #B72EDD;
}
.TagClassName
{
border-color: #B72EDD;
}
</style>