Shades of Electric Purple #B521EF
Tints of Electric Purple #B521EF
RGB
CMYK
RGB Variations
Color information
#B521EF (or 0xB521EF) is known color: Electric Purple. HEX triplet: B5, 21 and EF. RGB value is (181,33,239). Sum of RGB (Red+Green+Blue) = 181+33+239=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 33 (13.28% from 255 or 7.28% from 453); Blue value is 239 (93.75% from 255 or 52.76% from 453); Max value from RGB is 239 - color contains mainly: blue. Hex color #B521EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B521EF is #4ADE10. Grayscale: #646464. Windows color (decimal): -4906513 or 15671733. OLE color: 15671733.
HSL color Cylindrical-coordinate representation of color #B521EF: hue angle of 283.11º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B521EF is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 33 | 239 | - |
| CMYK | 0.24 | 0.86 | 0 | 0.06 |
| HSL | 283.11º | 0.87% | 0.53% | - |
| HSV(B) | 283.11º | 0.86% | 0.94% | - |
| XYZ | 35.18 | 17.14 | 83.12 | - |
| YUV | 100.74 | 206.03 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 33 | 239 | 0.24 | 0.86 | 0 | 0.06 | 283.11 | 0.87 | 0.53 |
| Hex | B5 | 21 | EF | 18 | 56 | 0 | 6 | 11B | 57 | 35 |
| Octal | 265 | 41 | 357 | 30 | 126 | 0 | 6 | 433 | 127 | 65 |
| Binary | 10110101 | 100001 | 11101111 | 11000 | 1010110 | 0 | 110 | 100011011 | 1010111 | 110101 |
Color Harmonies of #B521EF
Complementary color
Monochromatic Colors of #B521EF
Black with #B521EF
Text Example
Text Example
White with #B521EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B521EF; }
p { color: rgb(181,33,239); }
H1.HeaderClassName
{
color: #B521EF;
}
.AnyTagClassName
{
color: #B521EF;
}
</style>
background-color css
<style>
a { background-color: #B521EF; }
a { background-color: rgb(181,33,239); }
div.DivClassName
{
background-color: #B521EF;
}
.BgClassName
{
background-color: #B521EF;
}
</style>
border-color css
<style>
span { border-color: #B521EF; }
span { border-color: rgb(181,33,239); }
td.TdClassName
{
border-color: #B521EF;
}
.TagClassName
{
border-color: #B521EF;
}
</style>