Shades of Electric Purple #B329FD
Tints of Electric Purple #B329FD
RGB
CMYK
RGB Variations
Color information
#B329FD (or 0xB329FD) is known color: Electric Purple. HEX triplet: B3, 29 and FD. RGB value is (179,41,253). Sum of RGB (Red+Green+Blue) = 179+41+253=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 41 (16.41% from 255 or 8.67% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #B329FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B329FD is #4CD602. Grayscale: #696969. Windows color (decimal): -5035523 or 16591283. OLE color: 16591283.
HSL color Cylindrical-coordinate representation of color #B329FD: hue angle of 279.06º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B329FD is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 41 | 253 | - |
| CMYK | 0.29 | 0.84 | 0 | 0.01 |
| HSL | 279.06º | 0.98% | 0.58% | - |
| HSV(B) | 279.06º | 0.84% | 0.99% | - |
| XYZ | 37.11 | 18.26 | 94.5 | - |
| YUV | 106.43 | 210.72 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 41 | 253 | 0.29 | 0.84 | 0 | 0.01 | 279.06 | 0.98 | 0.58 |
| Hex | B3 | 29 | FD | 1D | 54 | 0 | 1 | 117 | 62 | 3A |
| Octal | 263 | 51 | 375 | 35 | 124 | 0 | 1 | 427 | 142 | 72 |
| Binary | 10110011 | 101001 | 11111101 | 11101 | 1010100 | 0 | 1 | 100010111 | 1100010 | 111010 |
Color Harmonies of #B329FD
Complementary color
Monochromatic Colors of #B329FD
Black with #B329FD
Text Example
Text Example
White with #B329FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B329FD; }
p { color: rgb(179,41,253); }
H1.HeaderClassName
{
color: #B329FD;
}
.AnyTagClassName
{
color: #B329FD;
}
</style>
background-color css
<style>
a { background-color: #B329FD; }
a { background-color: rgb(179,41,253); }
div.DivClassName
{
background-color: #B329FD;
}
.BgClassName
{
background-color: #B329FD;
}
</style>
border-color css
<style>
span { border-color: #B329FD; }
span { border-color: rgb(179,41,253); }
td.TdClassName
{
border-color: #B329FD;
}
.TagClassName
{
border-color: #B329FD;
}
</style>