Shades of Electric Purple #B320EF
Tints of Electric Purple #B320EF
RGB
CMYK
RGB Variations
Color information
#B320EF (or 0xB320EF) is known color: Electric Purple. HEX triplet: B3, 20 and EF. RGB value is (179,32,239). Sum of RGB (Red+Green+Blue) = 179+32+239=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 32 (12.89% from 255 or 7.11% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #B320EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B320EF is #4CDF10. Grayscale: #626262. Windows color (decimal): -5037841 or 15671475. OLE color: 15671475.
HSL color Cylindrical-coordinate representation of color #B320EF: hue angle of 282.61º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B320EF is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 32 | 239 | - |
| CMYK | 0.25 | 0.87 | 0 | 0.06 |
| HSL | 282.61º | 0.87% | 0.53% | - |
| HSV(B) | 282.61º | 0.87% | 0.94% | - |
| XYZ | 34.69 | 16.85 | 83.09 | - |
| YUV | 99.55 | 206.7 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 32 | 239 | 0.25 | 0.87 | 0 | 0.06 | 282.61 | 0.87 | 0.53 |
| Hex | B3 | 20 | EF | 19 | 57 | 0 | 6 | 11B | 57 | 35 |
| Octal | 263 | 40 | 357 | 31 | 127 | 0 | 6 | 433 | 127 | 65 |
| Binary | 10110011 | 100000 | 11101111 | 11001 | 1010111 | 0 | 110 | 100011011 | 1010111 | 110101 |
Color Harmonies of #B320EF
Complementary color
Monochromatic Colors of #B320EF
Black with #B320EF
Text Example
Text Example
White with #B320EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B320EF; }
p { color: rgb(179,32,239); }
H1.HeaderClassName
{
color: #B320EF;
}
.AnyTagClassName
{
color: #B320EF;
}
</style>
background-color css
<style>
a { background-color: #B320EF; }
a { background-color: rgb(179,32,239); }
div.DivClassName
{
background-color: #B320EF;
}
.BgClassName
{
background-color: #B320EF;
}
</style>
border-color css
<style>
span { border-color: #B320EF; }
span { border-color: rgb(179,32,239); }
td.TdClassName
{
border-color: #B320EF;
}
.TagClassName
{
border-color: #B320EF;
}
</style>