Shades of Electric Purple #B329FE
Tints of Electric Purple #B329FE
RGB
CMYK
RGB Variations
Color information
#B329FE (or 0xB329FE) is known color: Electric Purple. HEX triplet: B3, 29 and FE. RGB value is (179,41,254). Sum of RGB (Red+Green+Blue) = 179+41+254=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 41 (16.41% from 255 or 8.65% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #B329FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B329FE is #4CD601. Grayscale: #696969. Windows color (decimal): -5035522 or 16656819. OLE color: 16656819.
HSL color Cylindrical-coordinate representation of color #B329FE: hue angle of 278.87º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B329FE is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 41 | 254 | - |
| CMYK | 0.30 | 0.84 | 0 | 0.00 |
| HSL | 278.87º | 0.99% | 0.58% | - |
| HSV(B) | 278.87º | 0.84% | 1% | - |
| XYZ | 37.27 | 18.33 | 95.34 | - |
| YUV | 106.54 | 211.22 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 41 | 254 | 0.30 | 0.84 | 0 | 0.00 | 278.87 | 0.99 | 0.58 |
| Hex | B3 | 29 | FE | 1E | 54 | 0 | 0 | 117 | 63 | 3A |
| Octal | 263 | 51 | 376 | 36 | 124 | 0 | 0 | 427 | 143 | 72 |
| Binary | 10110011 | 101001 | 11111110 | 11110 | 1010100 | 0 | 0 | 100010111 | 1100011 | 111010 |
Color Harmonies of #B329FE
Complementary color
Monochromatic Colors of #B329FE
Black with #B329FE
Text Example
Text Example
White with #B329FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B329FE; }
p { color: rgb(179,41,254); }
H1.HeaderClassName
{
color: #B329FE;
}
.AnyTagClassName
{
color: #B329FE;
}
</style>
background-color css
<style>
a { background-color: #B329FE; }
a { background-color: rgb(179,41,254); }
div.DivClassName
{
background-color: #B329FE;
}
.BgClassName
{
background-color: #B329FE;
}
</style>
border-color css
<style>
span { border-color: #B329FE; }
span { border-color: rgb(179,41,254); }
td.TdClassName
{
border-color: #B329FE;
}
.TagClassName
{
border-color: #B329FE;
}
</style>