Shades of Electric Purple #B720EA
Tints of Electric Purple #B720EA
RGB
CMYK
RGB Variations
Color information
#B720EA (or 0xB720EA) is known color: Electric Purple. HEX triplet: B7, 20 and EA. RGB value is (183,32,234). Sum of RGB (Red+Green+Blue) = 183+32+234=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 32 (12.89% from 255 or 7.13% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #B720EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B720EA is #48DF15. Grayscale: #636363. Windows color (decimal): -4775702 or 15343799. OLE color: 15343799.
HSL color Cylindrical-coordinate representation of color #B720EA: hue angle of 284.85º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B720EA is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 183 | 32 | 234 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.08 |
| HSL | 284.85º | 0.83% | 0.52% | - |
| HSV(B) | 284.85º | 0.86% | 0.92% | - |
| XYZ | 34.9 | 17.04 | 79.29 | - |
| YUV | 100.18 | 203.53 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 234 | 0.22 | 0.86 | 0 | 0.08 | 284.85 | 0.83 | 0.52 |
| Hex | B7 | 20 | EA | 16 | 56 | 0 | 8 | 11D | 53 | 34 |
| Octal | 267 | 40 | 352 | 26 | 126 | 0 | 10 | 435 | 123 | 64 |
| Binary | 10110111 | 100000 | 11101010 | 10110 | 1010110 | 0 | 1000 | 100011101 | 1010011 | 110100 |
Color Harmonies of #B720EA
Complementary color
Monochromatic Colors of #B720EA
Black with #B720EA
Text Example
Text Example
White with #B720EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B720EA; }
p { color: rgb(183,32,234); }
H1.HeaderClassName
{
color: #B720EA;
}
.AnyTagClassName
{
color: #B720EA;
}
</style>
background-color css
<style>
a { background-color: #B720EA; }
a { background-color: rgb(183,32,234); }
div.DivClassName
{
background-color: #B720EA;
}
.BgClassName
{
background-color: #B720EA;
}
</style>
border-color css
<style>
span { border-color: #B720EA; }
span { border-color: rgb(183,32,234); }
td.TdClassName
{
border-color: #B720EA;
}
.TagClassName
{
border-color: #B720EA;
}
</style>