Shades of Electric Purple #B520EE
Tints of Electric Purple #B520EE
RGB
CMYK
RGB Variations
Color information
#B520EE (or 0xB520EE) is known color: Electric Purple. HEX triplet: B5, 20 and EE. RGB value is (181,32,238). Sum of RGB (Red+Green+Blue) = 181+32+238=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 32 (12.89% from 255 or 7.10% from 451); Blue value is 238 (93.36% from 255 or 52.77% from 451); Max value from RGB is 238 - color contains mainly: blue. Hex color #B520EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B520EE is #4ADF11. Grayscale: #636363. Windows color (decimal): -4906770 or 15605941. OLE color: 15605941.
HSL color Cylindrical-coordinate representation of color #B520EE: hue angle of 283.4º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B520EE is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 32 | 238 | - |
| CMYK | 0.24 | 0.87 | 0 | 0.07 |
| HSL | 283.4º | 0.86% | 0.53% | - |
| HSV(B) | 283.4º | 0.87% | 0.93% | - |
| XYZ | 35.01 | 17.03 | 82.33 | - |
| YUV | 100.04 | 205.86 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 238 | 0.24 | 0.87 | 0 | 0.07 | 283.4 | 0.86 | 0.53 |
| Hex | B5 | 20 | EE | 18 | 57 | 0 | 7 | 11B | 56 | 35 |
| Octal | 265 | 40 | 356 | 30 | 127 | 0 | 7 | 433 | 126 | 65 |
| Binary | 10110101 | 100000 | 11101110 | 11000 | 1010111 | 0 | 111 | 100011011 | 1010110 | 110101 |
Color Harmonies of #B520EE
Complementary color
Monochromatic Colors of #B520EE
Black with #B520EE
Text Example
Text Example
White with #B520EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B520EE; }
p { color: rgb(181,32,238); }
H1.HeaderClassName
{
color: #B520EE;
}
.AnyTagClassName
{
color: #B520EE;
}
</style>
background-color css
<style>
a { background-color: #B520EE; }
a { background-color: rgb(181,32,238); }
div.DivClassName
{
background-color: #B520EE;
}
.BgClassName
{
background-color: #B520EE;
}
</style>
border-color css
<style>
span { border-color: #B520EE; }
span { border-color: rgb(181,32,238); }
td.TdClassName
{
border-color: #B520EE;
}
.TagClassName
{
border-color: #B520EE;
}
</style>