Shades of Electric Purple #B322E9
Tints of Electric Purple #B322E9
RGB
CMYK
RGB Variations
Color information
#B322E9 (or 0xB322E9) is known color: Electric Purple. HEX triplet: B3, 22 and E9. RGB value is (179,34,233). Sum of RGB (Red+Green+Blue) = 179+34+233=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 34 (13.67% from 255 or 7.62% from 446); Blue value is 233 (91.41% from 255 or 52.24% from 446); Max value from RGB is 233 - color contains mainly: blue. Hex color #B322E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B322E9 is #4CDD16. Grayscale: #636363. Windows color (decimal): -5037335 or 15278771. OLE color: 15278771.
HSL color Cylindrical-coordinate representation of color #B322E9: hue angle of 283.72º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B322E9 is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 34 | 233 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.09 |
| HSL | 283.72º | 0.82% | 0.52% | - |
| HSV(B) | 283.72º | 0.85% | 0.91% | - |
| XYZ | 33.87 | 16.61 | 78.51 | - |
| YUV | 100.04 | 203.04 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 34 | 233 | 0.23 | 0.85 | 0 | 0.09 | 283.72 | 0.82 | 0.52 |
| Hex | B3 | 22 | E9 | 17 | 55 | 0 | 9 | 11C | 52 | 34 |
| Octal | 263 | 42 | 351 | 27 | 125 | 0 | 11 | 434 | 122 | 64 |
| Binary | 10110011 | 100010 | 11101001 | 10111 | 1010101 | 0 | 1001 | 100011100 | 1010010 | 110100 |
Color Harmonies of #B322E9
Complementary color
Monochromatic Colors of #B322E9
Black with #B322E9
Text Example
Text Example
White with #B322E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B322E9; }
p { color: rgb(179,34,233); }
H1.HeaderClassName
{
color: #B322E9;
}
.AnyTagClassName
{
color: #B322E9;
}
</style>
background-color css
<style>
a { background-color: #B322E9; }
a { background-color: rgb(179,34,233); }
div.DivClassName
{
background-color: #B322E9;
}
.BgClassName
{
background-color: #B322E9;
}
</style>
border-color css
<style>
span { border-color: #B322E9; }
span { border-color: rgb(179,34,233); }
td.TdClassName
{
border-color: #B322E9;
}
.TagClassName
{
border-color: #B322E9;
}
</style>