Shades of Electric Purple #B520ED
Tints of Electric Purple #B520ED
RGB
CMYK
RGB Variations
Color information
#B520ED (or 0xB520ED) is known color: Electric Purple. HEX triplet: B5, 20 and ED. RGB value is (181,32,237). Sum of RGB (Red+Green+Blue) = 181+32+237=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 32 (12.89% from 255 or 7.11% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #B520ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B520ED is #4ADF12. Grayscale: #636363. Windows color (decimal): -4906771 or 15540405. OLE color: 15540405.
HSL color Cylindrical-coordinate representation of color #B520ED: hue angle of 283.61º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B520ED is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 32 | 237 | - |
| CMYK | 0.24 | 0.86 | 0 | 0.07 |
| HSL | 283.61º | 0.85% | 0.53% | - |
| HSV(B) | 283.61º | 0.86% | 0.93% | - |
| XYZ | 34.86 | 16.97 | 81.56 | - |
| YUV | 99.92 | 205.36 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 237 | 0.24 | 0.86 | 0 | 0.07 | 283.61 | 0.85 | 0.53 |
| Hex | B5 | 20 | ED | 18 | 56 | 0 | 7 | 11C | 55 | 35 |
| Octal | 265 | 40 | 355 | 30 | 126 | 0 | 7 | 434 | 125 | 65 |
| Binary | 10110101 | 100000 | 11101101 | 11000 | 1010110 | 0 | 111 | 100011100 | 1010101 | 110101 |
Color Harmonies of #B520ED
Complementary color
Monochromatic Colors of #B520ED
Black with #B520ED
Text Example
Text Example
White with #B520ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B520ED; }
p { color: rgb(181,32,237); }
H1.HeaderClassName
{
color: #B520ED;
}
.AnyTagClassName
{
color: #B520ED;
}
</style>
background-color css
<style>
a { background-color: #B520ED; }
a { background-color: rgb(181,32,237); }
div.DivClassName
{
background-color: #B520ED;
}
.BgClassName
{
background-color: #B520ED;
}
</style>
border-color css
<style>
span { border-color: #B520ED; }
span { border-color: rgb(181,32,237); }
td.TdClassName
{
border-color: #B520ED;
}
.TagClassName
{
border-color: #B520ED;
}
</style>