Shades of Dark Orchid #B72CE4
Tints of Dark Orchid #B72CE4
RGB
CMYK
RGB Variations
Color information
#B72CE4 (or 0xB72CE4) is known color: Dark Orchid. HEX triplet: B7, 2C and E4. RGB value is (183,44,228). Sum of RGB (Red+Green+Blue) = 183+44+228=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 44 (17.58% from 255 or 9.67% from 455); Blue value is 228 (89.45% from 255 or 50.11% from 455); Max value from RGB is 228 - color contains mainly: blue. Hex color #B72CE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72CE4 is #48D31B. Grayscale: #696969. Windows color (decimal): -4772636 or 14953655. OLE color: 14953655.
HSL color Cylindrical-coordinate representation of color #B72CE4: hue angle of 285.33º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B72CE4 is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 44 | 228 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.11 |
| HSL | 285.33º | 0.77% | 0.53% | - |
| HSV(B) | 285.33º | 0.81% | 0.89% | - |
| XYZ | 34.43 | 17.47 | 74.96 | - |
| YUV | 106.54 | 196.55 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 44 | 228 | 0.20 | 0.81 | 0 | 0.11 | 285.33 | 0.77 | 0.53 |
| Hex | B7 | 2C | E4 | 14 | 51 | 0 | B | 11D | 4D | 35 |
| Octal | 267 | 54 | 344 | 24 | 121 | 0 | 13 | 435 | 115 | 65 |
| Binary | 10110111 | 101100 | 11100100 | 10100 | 1010001 | 0 | 1011 | 100011101 | 1001101 | 110101 |
Color Harmonies of #B72CE4
Complementary color
Monochromatic Colors of #B72CE4
Black with #B72CE4
Text Example
Text Example
White with #B72CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72CE4; }
p { color: rgb(183,44,228); }
H1.HeaderClassName
{
color: #B72CE4;
}
.AnyTagClassName
{
color: #B72CE4;
}
</style>
background-color css
<style>
a { background-color: #B72CE4; }
a { background-color: rgb(183,44,228); }
div.DivClassName
{
background-color: #B72CE4;
}
.BgClassName
{
background-color: #B72CE4;
}
</style>
border-color css
<style>
span { border-color: #B72CE4; }
span { border-color: rgb(183,44,228); }
td.TdClassName
{
border-color: #B72CE4;
}
.TagClassName
{
border-color: #B72CE4;
}
</style>