Shades of Electric Purple #B521EA
Tints of Electric Purple #B521EA
RGB
CMYK
RGB Variations
Color information
#B521EA (or 0xB521EA) is known color: Electric Purple. HEX triplet: B5, 21 and EA. RGB value is (181,33,234). Sum of RGB (Red+Green+Blue) = 181+33+234=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 33 (13.28% from 255 or 7.37% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #B521EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B521EA is #4ADE15. Grayscale: #636363. Windows color (decimal): -4906518 or 15344053. OLE color: 15344053.
HSL color Cylindrical-coordinate representation of color #B521EA: hue angle of 284.18º 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 #B521EA is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 33 | 234 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.08 |
| HSL | 284.18º | 0.83% | 0.52% | - |
| HSV(B) | 284.18º | 0.86% | 0.92% | - |
| XYZ | 34.45 | 16.85 | 79.28 | - |
| YUV | 100.17 | 203.53 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 33 | 234 | 0.23 | 0.86 | 0 | 0.08 | 284.18 | 0.83 | 0.52 |
| Hex | B5 | 21 | EA | 17 | 56 | 0 | 8 | 11C | 53 | 34 |
| Octal | 265 | 41 | 352 | 27 | 126 | 0 | 10 | 434 | 123 | 64 |
| Binary | 10110101 | 100001 | 11101010 | 10111 | 1010110 | 0 | 1000 | 100011100 | 1010011 | 110100 |
Color Harmonies of #B521EA
Complementary color
Monochromatic Colors of #B521EA
Black with #B521EA
Text Example
Text Example
White with #B521EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B521EA; }
p { color: rgb(181,33,234); }
H1.HeaderClassName
{
color: #B521EA;
}
.AnyTagClassName
{
color: #B521EA;
}
</style>
background-color css
<style>
a { background-color: #B521EA; }
a { background-color: rgb(181,33,234); }
div.DivClassName
{
background-color: #B521EA;
}
.BgClassName
{
background-color: #B521EA;
}
</style>
border-color css
<style>
span { border-color: #B521EA; }
span { border-color: rgb(181,33,234); }
td.TdClassName
{
border-color: #B521EA;
}
.TagClassName
{
border-color: #B521EA;
}
</style>