Shades of Electric Purple #B321EC
Tints of Electric Purple #B321EC
RGB
CMYK
RGB Variations
Color information
#B321EC (or 0xB321EC) is known color: Electric Purple. HEX triplet: B3, 21 and EC. RGB value is (179,33,236). Sum of RGB (Red+Green+Blue) = 179+33+236=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 33 (13.28% from 255 or 7.37% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #B321EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B321EC is #4CDE13. Grayscale: #636363. Windows color (decimal): -5037588 or 15475123. OLE color: 15475123.
HSL color Cylindrical-coordinate representation of color #B321EC: hue angle of 283.15º degrees, saturation: 0.84, 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 #B321EC is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 33 | 236 | - |
| CMYK | 0.24 | 0.86 | 0 | 0.07 |
| HSL | 283.15º | 0.84% | 0.53% | - |
| HSV(B) | 283.15º | 0.86% | 0.93% | - |
| XYZ | 34.27 | 16.73 | 80.78 | - |
| YUV | 99.8 | 204.87 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 33 | 236 | 0.24 | 0.86 | 0 | 0.07 | 283.15 | 0.84 | 0.53 |
| Hex | B3 | 21 | EC | 18 | 56 | 0 | 7 | 11B | 54 | 35 |
| Octal | 263 | 41 | 354 | 30 | 126 | 0 | 7 | 433 | 124 | 65 |
| Binary | 10110011 | 100001 | 11101100 | 11000 | 1010110 | 0 | 111 | 100011011 | 1010100 | 110101 |
Color Harmonies of #B321EC
Complementary color
Monochromatic Colors of #B321EC
Black with #B321EC
Text Example
Text Example
White with #B321EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B321EC; }
p { color: rgb(179,33,236); }
H1.HeaderClassName
{
color: #B321EC;
}
.AnyTagClassName
{
color: #B321EC;
}
</style>
background-color css
<style>
a { background-color: #B321EC; }
a { background-color: rgb(179,33,236); }
div.DivClassName
{
background-color: #B321EC;
}
.BgClassName
{
background-color: #B321EC;
}
</style>
border-color css
<style>
span { border-color: #B321EC; }
span { border-color: rgb(179,33,236); }
td.TdClassName
{
border-color: #B321EC;
}
.TagClassName
{
border-color: #B321EC;
}
</style>