Shades of Electric Purple #B320F1
Tints of Electric Purple #B320F1
RGB
CMYK
RGB Variations
Color information
#B320F1 (or 0xB320F1) is known color: Electric Purple. HEX triplet: B3, 20 and F1. RGB value is (179,32,241). Sum of RGB (Red+Green+Blue) = 179+32+241=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 32 (12.89% from 255 or 7.08% from 452); Blue value is 241 (94.53% from 255 or 53.32% from 452); Max value from RGB is 241 - color contains mainly: blue. Hex color #B320F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B320F1 is #4CDF0E. Grayscale: #636363. Windows color (decimal): -5037839 or 15802547. OLE color: 15802547.
HSL color Cylindrical-coordinate representation of color #B320F1: hue angle of 282.2º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B320F1 is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 32 | 241 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.05 |
| HSL | 282.2º | 0.88% | 0.54% | - |
| HSV(B) | 282.2º | 0.87% | 0.95% | - |
| XYZ | 34.98 | 16.97 | 84.65 | - |
| YUV | 99.78 | 207.7 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 32 | 241 | 0.26 | 0.87 | 0 | 0.05 | 282.2 | 0.88 | 0.54 |
| Hex | B3 | 20 | F1 | 1A | 57 | 0 | 5 | 11A | 58 | 36 |
| Octal | 263 | 40 | 361 | 32 | 127 | 0 | 5 | 432 | 130 | 66 |
| Binary | 10110011 | 100000 | 11110001 | 11010 | 1010111 | 0 | 101 | 100011010 | 1011000 | 110110 |
Color Harmonies of #B320F1
Complementary color
Monochromatic Colors of #B320F1
Black with #B320F1
Text Example
Text Example
White with #B320F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B320F1; }
p { color: rgb(179,32,241); }
H1.HeaderClassName
{
color: #B320F1;
}
.AnyTagClassName
{
color: #B320F1;
}
</style>
background-color css
<style>
a { background-color: #B320F1; }
a { background-color: rgb(179,32,241); }
div.DivClassName
{
background-color: #B320F1;
}
.BgClassName
{
background-color: #B320F1;
}
</style>
border-color css
<style>
span { border-color: #B320F1; }
span { border-color: rgb(179,32,241); }
td.TdClassName
{
border-color: #B320F1;
}
.TagClassName
{
border-color: #B320F1;
}
</style>