Shades of Electric Purple #B524EC
Tints of Electric Purple #B524EC
RGB
CMYK
RGB Variations
Color information
#B524EC (or 0xB524EC) is known color: Electric Purple. HEX triplet: B5, 24 and EC. RGB value is (181,36,236). Sum of RGB (Red+Green+Blue) = 181+36+236=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 36 (14.45% from 255 or 7.95% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #B524EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B524EC is #4ADB13. Grayscale: #656565. Windows color (decimal): -4905748 or 15475893. OLE color: 15475893.
HSL color Cylindrical-coordinate representation of color #B524EC: hue angle of 283.5º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B524EC is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 36 | 236 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.07 |
| HSL | 283.5º | 0.84% | 0.53% | - |
| HSV(B) | 283.5º | 0.85% | 0.93% | - |
| XYZ | 34.83 | 17.14 | 80.83 | - |
| YUV | 102.16 | 203.54 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 36 | 236 | 0.23 | 0.85 | 0 | 0.07 | 283.5 | 0.84 | 0.53 |
| Hex | B5 | 24 | EC | 17 | 55 | 0 | 7 | 11C | 54 | 35 |
| Octal | 265 | 44 | 354 | 27 | 125 | 0 | 7 | 434 | 124 | 65 |
| Binary | 10110101 | 100100 | 11101100 | 10111 | 1010101 | 0 | 111 | 100011100 | 1010100 | 110101 |
Color Harmonies of #B524EC
Complementary color
Monochromatic Colors of #B524EC
Black with #B524EC
Text Example
Text Example
White with #B524EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B524EC; }
p { color: rgb(181,36,236); }
H1.HeaderClassName
{
color: #B524EC;
}
.AnyTagClassName
{
color: #B524EC;
}
</style>
background-color css
<style>
a { background-color: #B524EC; }
a { background-color: rgb(181,36,236); }
div.DivClassName
{
background-color: #B524EC;
}
.BgClassName
{
background-color: #B524EC;
}
</style>
border-color css
<style>
span { border-color: #B524EC; }
span { border-color: rgb(181,36,236); }
td.TdClassName
{
border-color: #B524EC;
}
.TagClassName
{
border-color: #B524EC;
}
</style>