Shades of Dark Orchid #B72DE5
Tints of Dark Orchid #B72DE5
RGB
CMYK
RGB Variations
Color information
#B72DE5 (or 0xB72DE5) is known color: Dark Orchid. HEX triplet: B7, 2D and E5. RGB value is (183,45,229). Sum of RGB (Red+Green+Blue) = 183+45+229=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 45 (17.97% from 255 or 9.85% from 457); Blue value is 229 (89.84% from 255 or 50.11% from 457); Max value from RGB is 229 - color contains mainly: blue. Hex color #B72DE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72DE5 is #48D21A. Grayscale: #6A6A6A. Windows color (decimal): -4772379 or 15019447. OLE color: 15019447.
HSL color Cylindrical-coordinate representation of color #B72DE5: hue angle of 285º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B72DE5 is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 183 | 45 | 229 | - |
| CMYK | 0.20 | 0.80 | 0 | 0.10 |
| HSL | 285º | 0.78% | 0.54% | - |
| HSV(B) | 285º | 0.8% | 0.9% | - |
| XYZ | 34.61 | 17.6 | 75.7 | - |
| YUV | 107.24 | 196.72 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 45 | 229 | 0.20 | 0.80 | 0 | 0.10 | 285 | 0.78 | 0.54 |
| Hex | B7 | 2D | E5 | 14 | 50 | 0 | A | 11D | 4E | 36 |
| Octal | 267 | 55 | 345 | 24 | 120 | 0 | 12 | 435 | 116 | 66 |
| Binary | 10110111 | 101101 | 11100101 | 10100 | 1010000 | 0 | 1010 | 100011101 | 1001110 | 110110 |
Color Harmonies of #B72DE5
Complementary color
Monochromatic Colors of #B72DE5
Black with #B72DE5
Text Example
Text Example
White with #B72DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72DE5; }
p { color: rgb(183,45,229); }
H1.HeaderClassName
{
color: #B72DE5;
}
.AnyTagClassName
{
color: #B72DE5;
}
</style>
background-color css
<style>
a { background-color: #B72DE5; }
a { background-color: rgb(183,45,229); }
div.DivClassName
{
background-color: #B72DE5;
}
.BgClassName
{
background-color: #B72DE5;
}
</style>
border-color css
<style>
span { border-color: #B72DE5; }
span { border-color: rgb(183,45,229); }
td.TdClassName
{
border-color: #B72DE5;
}
.TagClassName
{
border-color: #B72DE5;
}
</style>