Shades of Dark Orchid #B72CEA
Tints of Dark Orchid #B72CEA
RGB
CMYK
RGB Variations
Color information
#B72CEA (or 0xB72CEA) is known color: Dark Orchid. HEX triplet: B7, 2C and EA. RGB value is (183,44,234). Sum of RGB (Red+Green+Blue) = 183+44+234=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 44 (17.58% from 255 or 9.54% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #B72CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B72CEA is #48D315. Grayscale: #6A6A6A. Windows color (decimal): -4772630 or 15346871. OLE color: 15346871.
HSL color Cylindrical-coordinate representation of color #B72CEA: hue angle of 283.89º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B72CEA is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 183 | 44 | 234 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.08 |
| HSL | 283.89º | 0.82% | 0.55% | - |
| HSV(B) | 283.89º | 0.81% | 0.92% | - |
| XYZ | 35.28 | 17.81 | 79.42 | - |
| YUV | 107.22 | 199.55 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 44 | 234 | 0.22 | 0.81 | 0 | 0.08 | 283.89 | 0.82 | 0.55 |
| Hex | B7 | 2C | EA | 16 | 51 | 0 | 8 | 11C | 52 | 37 |
| Octal | 267 | 54 | 352 | 26 | 121 | 0 | 10 | 434 | 122 | 67 |
| Binary | 10110111 | 101100 | 11101010 | 10110 | 1010001 | 0 | 1000 | 100011100 | 1010010 | 110111 |
Color Harmonies of #B72CEA
Complementary color
Monochromatic Colors of #B72CEA
Black with #B72CEA
Text Example
Text Example
White with #B72CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72CEA; }
p { color: rgb(183,44,234); }
H1.HeaderClassName
{
color: #B72CEA;
}
.AnyTagClassName
{
color: #B72CEA;
}
</style>
background-color css
<style>
a { background-color: #B72CEA; }
a { background-color: rgb(183,44,234); }
div.DivClassName
{
background-color: #B72CEA;
}
.BgClassName
{
background-color: #B72CEA;
}
</style>
border-color css
<style>
span { border-color: #B72CEA; }
span { border-color: rgb(183,44,234); }
td.TdClassName
{
border-color: #B72CEA;
}
.TagClassName
{
border-color: #B72CEA;
}
</style>