Shades of Dark Orchid #B72CE5
Tints of Dark Orchid #B72CE5
RGB
CMYK
RGB Variations
Color information
#B72CE5 (or 0xB72CE5) is known color: Dark Orchid. HEX triplet: B7, 2C and E5. RGB value is (183,44,229). Sum of RGB (Red+Green+Blue) = 183+44+229=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 44 (17.58% from 255 or 9.65% from 456); Blue value is 229 (89.84% from 255 or 50.22% from 456); Max value from RGB is 229 - color contains mainly: blue. Hex color #B72CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72CE5 is #48D31A. Grayscale: #6A6A6A. Windows color (decimal): -4772635 or 15019191. OLE color: 15019191.
HSL color Cylindrical-coordinate representation of color #B72CE5: hue angle of 285.08º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B72CE5 is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 183 | 44 | 229 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.10 |
| HSL | 285.08º | 0.78% | 0.54% | - |
| HSV(B) | 285.08º | 0.81% | 0.9% | - |
| XYZ | 34.57 | 17.53 | 75.69 | - |
| YUV | 106.65 | 197.05 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 44 | 229 | 0.20 | 0.81 | 0 | 0.10 | 285.08 | 0.78 | 0.54 |
| Hex | B7 | 2C | E5 | 14 | 51 | 0 | A | 11D | 4E | 36 |
| Octal | 267 | 54 | 345 | 24 | 121 | 0 | 12 | 435 | 116 | 66 |
| Binary | 10110111 | 101100 | 11100101 | 10100 | 1010001 | 0 | 1010 | 100011101 | 1001110 | 110110 |
Color Harmonies of #B72CE5
Complementary color
Monochromatic Colors of #B72CE5
Black with #B72CE5
Text Example
Text Example
White with #B72CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72CE5; }
p { color: rgb(183,44,229); }
H1.HeaderClassName
{
color: #B72CE5;
}
.AnyTagClassName
{
color: #B72CE5;
}
</style>
background-color css
<style>
a { background-color: #B72CE5; }
a { background-color: rgb(183,44,229); }
div.DivClassName
{
background-color: #B72CE5;
}
.BgClassName
{
background-color: #B72CE5;
}
</style>
border-color css
<style>
span { border-color: #B72CE5; }
span { border-color: rgb(183,44,229); }
td.TdClassName
{
border-color: #B72CE5;
}
.TagClassName
{
border-color: #B72CE5;
}
</style>