Shades of Electric Purple #B522ED
Tints of Electric Purple #B522ED
RGB
CMYK
RGB Variations
Color information
#B522ED (or 0xB522ED) is known color: Electric Purple. HEX triplet: B5, 22 and ED. RGB value is (181,34,237). Sum of RGB (Red+Green+Blue) = 181+34+237=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 34 (13.67% from 255 or 7.52% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #B522ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B522ED is #4ADD12. Grayscale: #646464. Windows color (decimal): -4906259 or 15540917. OLE color: 15540917.
HSL color Cylindrical-coordinate representation of color #B522ED: hue angle of 283.45º 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 #B522ED is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 34 | 237 | - |
| CMYK | 0.24 | 0.86 | 0 | 0.07 |
| HSL | 283.45º | 0.85% | 0.53% | - |
| HSV(B) | 283.45º | 0.86% | 0.93% | - |
| XYZ | 34.91 | 17.08 | 81.58 | - |
| YUV | 101.1 | 204.7 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 34 | 237 | 0.24 | 0.86 | 0 | 0.07 | 283.45 | 0.85 | 0.53 |
| Hex | B5 | 22 | ED | 18 | 56 | 0 | 7 | 11B | 55 | 35 |
| Octal | 265 | 42 | 355 | 30 | 126 | 0 | 7 | 433 | 125 | 65 |
| Binary | 10110101 | 100010 | 11101101 | 11000 | 1010110 | 0 | 111 | 100011011 | 1010101 | 110101 |
Color Harmonies of #B522ED
Complementary color
Monochromatic Colors of #B522ED
Black with #B522ED
Text Example
Text Example
White with #B522ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B522ED; }
p { color: rgb(181,34,237); }
H1.HeaderClassName
{
color: #B522ED;
}
.AnyTagClassName
{
color: #B522ED;
}
</style>
background-color css
<style>
a { background-color: #B522ED; }
a { background-color: rgb(181,34,237); }
div.DivClassName
{
background-color: #B522ED;
}
.BgClassName
{
background-color: #B522ED;
}
</style>
border-color css
<style>
span { border-color: #B522ED; }
span { border-color: rgb(181,34,237); }
td.TdClassName
{
border-color: #B522ED;
}
.TagClassName
{
border-color: #B522ED;
}
</style>