Shades of Electric Purple #B322EF
Tints of Electric Purple #B322EF
RGB
CMYK
RGB Variations
Color information
#B322EF (or 0xB322EF) is known color: Electric Purple. HEX triplet: B3, 22 and EF. RGB value is (179,34,239). Sum of RGB (Red+Green+Blue) = 179+34+239=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 34 (13.67% from 255 or 7.52% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #B322EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B322EF is #4CDD10. Grayscale: #646464. Windows color (decimal): -5037329 or 15671987. OLE color: 15671987.
HSL color Cylindrical-coordinate representation of color #B322EF: hue angle of 282.44º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B322EF is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 34 | 239 | - |
| CMYK | 0.25 | 0.86 | 0 | 0.06 |
| HSL | 282.44º | 0.86% | 0.54% | - |
| HSV(B) | 282.44º | 0.86% | 0.94% | - |
| XYZ | 34.74 | 16.96 | 83.1 | - |
| YUV | 100.73 | 206.04 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 34 | 239 | 0.25 | 0.86 | 0 | 0.06 | 282.44 | 0.86 | 0.54 |
| Hex | B3 | 22 | EF | 19 | 56 | 0 | 6 | 11A | 56 | 36 |
| Octal | 263 | 42 | 357 | 31 | 126 | 0 | 6 | 432 | 126 | 66 |
| Binary | 10110011 | 100010 | 11101111 | 11001 | 1010110 | 0 | 110 | 100011010 | 1010110 | 110110 |
Color Harmonies of #B322EF
Complementary color
Monochromatic Colors of #B322EF
Black with #B322EF
Text Example
Text Example
White with #B322EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B322EF; }
p { color: rgb(179,34,239); }
H1.HeaderClassName
{
color: #B322EF;
}
.AnyTagClassName
{
color: #B322EF;
}
</style>
background-color css
<style>
a { background-color: #B322EF; }
a { background-color: rgb(179,34,239); }
div.DivClassName
{
background-color: #B322EF;
}
.BgClassName
{
background-color: #B322EF;
}
</style>
border-color css
<style>
span { border-color: #B322EF; }
span { border-color: rgb(179,34,239); }
td.TdClassName
{
border-color: #B322EF;
}
.TagClassName
{
border-color: #B322EF;
}
</style>