Shades of Electric Purple #B320F6
Tints of Electric Purple #B320F6
RGB
CMYK
RGB Variations
Color information
#B320F6 (or 0xB320F6) is known color: Electric Purple. HEX triplet: B3, 20 and F6. RGB value is (179,32,246). Sum of RGB (Red+Green+Blue) = 179+32+246=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 32 (12.89% from 255 or 7.00% from 457); Blue value is 246 (96.48% from 255 or 53.83% from 457); Max value from RGB is 246 - color contains mainly: blue. Hex color #B320F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B320F6 is #4CDF09. Grayscale: #636363. Windows color (decimal): -5037834 or 16130227. OLE color: 16130227.
HSL color Cylindrical-coordinate representation of color #B320F6: hue angle of 281.21º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B320F6 is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 179 | 32 | 246 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.04 |
| HSL | 281.22º | 0.92% | 0.55% | - |
| HSV(B) | 281.22º | 0.87% | 0.96% | - |
| XYZ | 35.74 | 17.27 | 88.64 | - |
| YUV | 100.35 | 210.2 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 32 | 246 | 0.27 | 0.87 | 0 | 0.04 | 281.22 | 0.92 | 0.55 |
| Hex | B3 | 20 | F6 | 1B | 57 | 0 | 4 | 119 | 5C | 37 |
| Octal | 263 | 40 | 366 | 33 | 127 | 0 | 4 | 431 | 134 | 67 |
| Binary | 10110011 | 100000 | 11110110 | 11011 | 1010111 | 0 | 100 | 100011001 | 1011100 | 110111 |
Color Harmonies of #B320F6
Complementary color
Monochromatic Colors of #B320F6
Black with #B320F6
Text Example
Text Example
White with #B320F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B320F6; }
p { color: rgb(179,32,246); }
H1.HeaderClassName
{
color: #B320F6;
}
.AnyTagClassName
{
color: #B320F6;
}
</style>
background-color css
<style>
a { background-color: #B320F6; }
a { background-color: rgb(179,32,246); }
div.DivClassName
{
background-color: #B320F6;
}
.BgClassName
{
background-color: #B320F6;
}
</style>
border-color css
<style>
span { border-color: #B320F6; }
span { border-color: rgb(179,32,246); }
td.TdClassName
{
border-color: #B320F6;
}
.TagClassName
{
border-color: #B320F6;
}
</style>