Shades of Electric Purple #B320EE
Tints of Electric Purple #B320EE
RGB
CMYK
RGB Variations
Color information
#B320EE (or 0xB320EE) is known color: Electric Purple. HEX triplet: B3, 20 and EE. RGB value is (179,32,238). Sum of RGB (Red+Green+Blue) = 179+32+238=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 32 (12.89% from 255 or 7.13% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #B320EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B320EE is #4CDF11. Grayscale: #626262. Windows color (decimal): -5037842 or 15605939. OLE color: 15605939.
HSL color Cylindrical-coordinate representation of color #B320EE: hue angle of 282.82º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B320EE is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 32 | 238 | - |
| CMYK | 0.25 | 0.87 | 0 | 0.07 |
| HSL | 282.82º | 0.86% | 0.53% | - |
| HSV(B) | 282.82º | 0.87% | 0.93% | - |
| XYZ | 34.54 | 16.79 | 82.31 | - |
| YUV | 99.44 | 206.2 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 32 | 238 | 0.25 | 0.87 | 0 | 0.07 | 282.82 | 0.86 | 0.53 |
| Hex | B3 | 20 | EE | 19 | 57 | 0 | 7 | 11B | 56 | 35 |
| Octal | 263 | 40 | 356 | 31 | 127 | 0 | 7 | 433 | 126 | 65 |
| Binary | 10110011 | 100000 | 11101110 | 11001 | 1010111 | 0 | 111 | 100011011 | 1010110 | 110101 |
Color Harmonies of #B320EE
Complementary color
Monochromatic Colors of #B320EE
Black with #B320EE
Text Example
Text Example
White with #B320EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B320EE; }
p { color: rgb(179,32,238); }
H1.HeaderClassName
{
color: #B320EE;
}
.AnyTagClassName
{
color: #B320EE;
}
</style>
background-color css
<style>
a { background-color: #B320EE; }
a { background-color: rgb(179,32,238); }
div.DivClassName
{
background-color: #B320EE;
}
.BgClassName
{
background-color: #B320EE;
}
</style>
border-color css
<style>
span { border-color: #B320EE; }
span { border-color: rgb(179,32,238); }
td.TdClassName
{
border-color: #B320EE;
}
.TagClassName
{
border-color: #B320EE;
}
</style>