Shades of Electric Purple #B322FF
Tints of Electric Purple #B322FF
RGB
CMYK
RGB Variations
Color information
#B322FF (or 0xB322FF) is known color: Electric Purple. HEX triplet: B3, 22 and FF. RGB value is (179,34,255). Sum of RGB (Red+Green+Blue) = 179+34+255=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 34 (13.67% from 255 or 7.26% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #B322FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B322FF is #4CDD00. Grayscale: #656565. Windows color (decimal): -5037313 or 16720563. OLE color: 16720563.
HSL color Cylindrical-coordinate representation of color #B322FF: hue angle of 279.37º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B322FF is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 34 | 255 | - |
| CMYK | 0.30 | 0.87 | 0 | 0 |
| HSL | 279.37º | 1% | 0.57% | - |
| HSV(B) | 279.37º | 0.87% | 1% | - |
| XYZ | 37.21 | 17.95 | 96.11 | - |
| YUV | 102.55 | 214.04 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 34 | 255 | 0.30 | 0.87 | 0 | 0 | 279.37 | 1 | 0.57 |
| Hex | B3 | 22 | FF | 1E | 57 | 0 | 0 | 117 | 64 | 39 |
| Octal | 263 | 42 | 377 | 36 | 127 | 0 | 0 | 427 | 144 | 71 |
| Binary | 10110011 | 100010 | 11111111 | 11110 | 1010111 | 0 | 0 | 100010111 | 1100100 | 111001 |
Color Harmonies of #B322FF
Complementary color
Monochromatic Colors of #B322FF
Black with #B322FF
Text Example
Text Example
White with #B322FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B322FF; }
p { color: rgb(179,34,255); }
H1.HeaderClassName
{
color: #B322FF;
}
.AnyTagClassName
{
color: #B322FF;
}
</style>
background-color css
<style>
a { background-color: #B322FF; }
a { background-color: rgb(179,34,255); }
div.DivClassName
{
background-color: #B322FF;
}
.BgClassName
{
background-color: #B322FF;
}
</style>
border-color css
<style>
span { border-color: #B322FF; }
span { border-color: rgb(179,34,255); }
td.TdClassName
{
border-color: #B322FF;
}
.TagClassName
{
border-color: #B322FF;
}
</style>