Shades of Dark Orchid #B72CE8
Tints of Dark Orchid #B72CE8
RGB
CMYK
RGB Variations
Color information
#B72CE8 (or 0xB72CE8) is known color: Dark Orchid. HEX triplet: B7, 2C and E8. RGB value is (183,44,232). Sum of RGB (Red+Green+Blue) = 183+44+232=459 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.87% from 459); Green value is 44 (17.58% from 255 or 9.59% from 459); Blue value is 232 (91.02% from 255 or 50.54% from 459); Max value from RGB is 232 - color contains mainly: blue. Hex color #B72CE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B72CE8 is #48D317. Grayscale: #6A6A6A. Windows color (decimal): -4772632 or 15215799. OLE color: 15215799.
HSL color Cylindrical-coordinate representation of color #B72CE8: hue angle of 284.36º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B72CE8 is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 44 | 232 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.09 |
| HSL | 284.36º | 0.8% | 0.54% | - |
| HSV(B) | 284.36º | 0.81% | 0.91% | - |
| XYZ | 34.99 | 17.69 | 77.91 | - |
| YUV | 106.99 | 198.55 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 44 | 232 | 0.21 | 0.81 | 0 | 0.09 | 284.36 | 0.8 | 0.54 |
| Hex | B7 | 2C | E8 | 15 | 51 | 0 | 9 | 11C | 50 | 36 |
| Octal | 267 | 54 | 350 | 25 | 121 | 0 | 11 | 434 | 120 | 66 |
| Binary | 10110111 | 101100 | 11101000 | 10101 | 1010001 | 0 | 1001 | 100011100 | 1010000 | 110110 |
Color Harmonies of #B72CE8
Complementary color
Monochromatic Colors of #B72CE8
Black with #B72CE8
Text Example
Text Example
White with #B72CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72CE8; }
p { color: rgb(183,44,232); }
H1.HeaderClassName
{
color: #B72CE8;
}
.AnyTagClassName
{
color: #B72CE8;
}
</style>
background-color css
<style>
a { background-color: #B72CE8; }
a { background-color: rgb(183,44,232); }
div.DivClassName
{
background-color: #B72CE8;
}
.BgClassName
{
background-color: #B72CE8;
}
</style>
border-color css
<style>
span { border-color: #B72CE8; }
span { border-color: rgb(183,44,232); }
td.TdClassName
{
border-color: #B72CE8;
}
.TagClassName
{
border-color: #B72CE8;
}
</style>