Shades of Electric Purple #B320F0
Tints of Electric Purple #B320F0
RGB
CMYK
RGB Variations
Color information
#B320F0 (or 0xB320F0) is known color: Electric Purple. HEX triplet: B3, 20 and F0. RGB value is (179,32,240). Sum of RGB (Red+Green+Blue) = 179+32+240=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 32 (12.89% from 255 or 7.10% from 451); Blue value is 240 (94.14% from 255 or 53.22% from 451); Max value from RGB is 240 - color contains mainly: blue. Hex color #B320F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B320F0 is #4CDF0F. Grayscale: #626262. Windows color (decimal): -5037840 or 15737011. OLE color: 15737011.
HSL color Cylindrical-coordinate representation of color #B320F0: hue angle of 282.4º 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 #B320F0 is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 32 | 240 | - |
| CMYK | 0.25 | 0.87 | 0 | 0.06 |
| HSL | 282.4º | 0.87% | 0.53% | - |
| HSV(B) | 282.4º | 0.87% | 0.94% | - |
| XYZ | 34.84 | 16.91 | 83.87 | - |
| YUV | 99.67 | 207.2 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 32 | 240 | 0.25 | 0.87 | 0 | 0.06 | 282.4 | 0.87 | 0.53 |
| Hex | B3 | 20 | F0 | 19 | 57 | 0 | 6 | 11A | 57 | 35 |
| Octal | 263 | 40 | 360 | 31 | 127 | 0 | 6 | 432 | 127 | 65 |
| Binary | 10110011 | 100000 | 11110000 | 11001 | 1010111 | 0 | 110 | 100011010 | 1010111 | 110101 |
Color Harmonies of #B320F0
Complementary color
Monochromatic Colors of #B320F0
Black with #B320F0
Text Example
Text Example
White with #B320F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B320F0; }
p { color: rgb(179,32,240); }
H1.HeaderClassName
{
color: #B320F0;
}
.AnyTagClassName
{
color: #B320F0;
}
</style>
background-color css
<style>
a { background-color: #B320F0; }
a { background-color: rgb(179,32,240); }
div.DivClassName
{
background-color: #B320F0;
}
.BgClassName
{
background-color: #B320F0;
}
</style>
border-color css
<style>
span { border-color: #B320F0; }
span { border-color: rgb(179,32,240); }
td.TdClassName
{
border-color: #B320F0;
}
.TagClassName
{
border-color: #B320F0;
}
</style>