Shades of Electric Purple #B329FA
Tints of Electric Purple #B329FA
RGB
CMYK
RGB Variations
Color information
#B329FA (or 0xB329FA) is known color: Electric Purple. HEX triplet: B3, 29 and FA. RGB value is (179,41,250). Sum of RGB (Red+Green+Blue) = 179+41+250=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 41 (16.41% from 255 or 8.72% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #B329FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B329FA is #4CD605. Grayscale: #696969. Windows color (decimal): -5035526 or 16394675. OLE color: 16394675.
HSL color Cylindrical-coordinate representation of color #B329FA: hue angle of 279.62º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B329FA is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 41 | 250 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.02 |
| HSL | 279.62º | 0.95% | 0.57% | - |
| HSV(B) | 279.62º | 0.84% | 0.98% | - |
| XYZ | 36.64 | 18.07 | 92 | - |
| YUV | 106.09 | 209.22 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 41 | 250 | 0.28 | 0.84 | 0 | 0.02 | 279.62 | 0.95 | 0.57 |
| Hex | B3 | 29 | FA | 1C | 54 | 0 | 2 | 118 | 5F | 39 |
| Octal | 263 | 51 | 372 | 34 | 124 | 0 | 2 | 430 | 137 | 71 |
| Binary | 10110011 | 101001 | 11111010 | 11100 | 1010100 | 0 | 10 | 100011000 | 1011111 | 111001 |
Color Harmonies of #B329FA
Complementary color
Monochromatic Colors of #B329FA
Black with #B329FA
Text Example
Text Example
White with #B329FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B329FA; }
p { color: rgb(179,41,250); }
H1.HeaderClassName
{
color: #B329FA;
}
.AnyTagClassName
{
color: #B329FA;
}
</style>
background-color css
<style>
a { background-color: #B329FA; }
a { background-color: rgb(179,41,250); }
div.DivClassName
{
background-color: #B329FA;
}
.BgClassName
{
background-color: #B329FA;
}
</style>
border-color css
<style>
span { border-color: #B329FA; }
span { border-color: rgb(179,41,250); }
td.TdClassName
{
border-color: #B329FA;
}
.TagClassName
{
border-color: #B329FA;
}
</style>