Shades of Electric Purple #B324EC
Tints of Electric Purple #B324EC
RGB
CMYK
RGB Variations
Color information
#B324EC (or 0xB324EC) is known color: Electric Purple. HEX triplet: B3, 24 and EC. RGB value is (179,36,236). Sum of RGB (Red+Green+Blue) = 179+36+236=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 36 (14.45% from 255 or 7.98% from 451); Blue value is 236 (92.58% from 255 or 52.33% from 451); Max value from RGB is 236 - color contains mainly: blue. Hex color #B324EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B324EC is #4CDB13. Grayscale: #646464. Windows color (decimal): -5036820 or 15475891. OLE color: 15475891.
HSL color Cylindrical-coordinate representation of color #B324EC: hue angle of 282.9º 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 #B324EC is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 36 | 236 | - |
| CMYK | 0.24 | 0.85 | 0 | 0.07 |
| HSL | 282.9º | 0.84% | 0.53% | - |
| HSV(B) | 282.9º | 0.85% | 0.93% | - |
| XYZ | 34.36 | 16.9 | 80.81 | - |
| YUV | 101.56 | 203.88 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 36 | 236 | 0.24 | 0.85 | 0 | 0.07 | 282.9 | 0.84 | 0.53 |
| Hex | B3 | 24 | EC | 18 | 55 | 0 | 7 | 11B | 54 | 35 |
| Octal | 263 | 44 | 354 | 30 | 125 | 0 | 7 | 433 | 124 | 65 |
| Binary | 10110011 | 100100 | 11101100 | 11000 | 1010101 | 0 | 111 | 100011011 | 1010100 | 110101 |
Color Harmonies of #B324EC
Complementary color
Monochromatic Colors of #B324EC
Black with #B324EC
Text Example
Text Example
White with #B324EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B324EC; }
p { color: rgb(179,36,236); }
H1.HeaderClassName
{
color: #B324EC;
}
.AnyTagClassName
{
color: #B324EC;
}
</style>
background-color css
<style>
a { background-color: #B324EC; }
a { background-color: rgb(179,36,236); }
div.DivClassName
{
background-color: #B324EC;
}
.BgClassName
{
background-color: #B324EC;
}
</style>
border-color css
<style>
span { border-color: #B324EC; }
span { border-color: rgb(179,36,236); }
td.TdClassName
{
border-color: #B324EC;
}
.TagClassName
{
border-color: #B324EC;
}
</style>