Shades of Electric Purple #B329F1
Tints of Electric Purple #B329F1
RGB
CMYK
RGB Variations
Color information
#B329F1 (or 0xB329F1) is known color: Electric Purple. HEX triplet: B3, 29 and F1. RGB value is (179,41,241). Sum of RGB (Red+Green+Blue) = 179+41+241=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 41 (16.41% from 255 or 8.89% from 461); Blue value is 241 (94.53% from 255 or 52.28% from 461); Max value from RGB is 241 - color contains mainly: blue. Hex color #B329F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B329F1 is #4CD60E. Grayscale: #686868. Windows color (decimal): -5035535 or 15804851. OLE color: 15804851.
HSL color Cylindrical-coordinate representation of color #B329F1: hue angle of 281.4º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B329F1 is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 41 | 241 | - |
| CMYK | 0.26 | 0.83 | 0 | 0.05 |
| HSL | 281.4º | 0.88% | 0.55% | - |
| HSV(B) | 281.4º | 0.83% | 0.95% | - |
| XYZ | 35.26 | 17.52 | 84.74 | - |
| YUV | 105.06 | 204.72 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 41 | 241 | 0.26 | 0.83 | 0 | 0.05 | 281.4 | 0.88 | 0.55 |
| Hex | B3 | 29 | F1 | 1A | 53 | 0 | 5 | 119 | 58 | 37 |
| Octal | 263 | 51 | 361 | 32 | 123 | 0 | 5 | 431 | 130 | 67 |
| Binary | 10110011 | 101001 | 11110001 | 11010 | 1010011 | 0 | 101 | 100011001 | 1011000 | 110111 |
Color Harmonies of #B329F1
Complementary color
Monochromatic Colors of #B329F1
Black with #B329F1
Text Example
Text Example
White with #B329F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B329F1; }
p { color: rgb(179,41,241); }
H1.HeaderClassName
{
color: #B329F1;
}
.AnyTagClassName
{
color: #B329F1;
}
</style>
background-color css
<style>
a { background-color: #B329F1; }
a { background-color: rgb(179,41,241); }
div.DivClassName
{
background-color: #B329F1;
}
.BgClassName
{
background-color: #B329F1;
}
</style>
border-color css
<style>
span { border-color: #B329F1; }
span { border-color: rgb(179,41,241); }
td.TdClassName
{
border-color: #B329F1;
}
.TagClassName
{
border-color: #B329F1;
}
</style>