Shades of Electric Purple #B329F8
Tints of Electric Purple #B329F8
RGB
CMYK
RGB Variations
Color information
#B329F8 (or 0xB329F8) is known color: Electric Purple. HEX triplet: B3, 29 and F8. RGB value is (179,41,248). Sum of RGB (Red+Green+Blue) = 179+41+248=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 41 (16.41% from 255 or 8.76% from 468); Blue value is 248 (97.27% from 255 or 52.99% from 468); Max value from RGB is 248 - color contains mainly: blue. Hex color #B329F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B329F8 is #4CD607. Grayscale: #696969. Windows color (decimal): -5035528 or 16263603. OLE color: 16263603.
HSL color Cylindrical-coordinate representation of color #B329F8: hue angle of 280º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B329F8 is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 179 | 41 | 248 | - |
| CMYK | 0.28 | 0.83 | 0 | 0.03 |
| HSL | 280º | 0.94% | 0.57% | - |
| HSV(B) | 280º | 0.83% | 0.97% | - |
| XYZ | 36.33 | 17.95 | 90.36 | - |
| YUV | 105.86 | 208.22 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 41 | 248 | 0.28 | 0.83 | 0 | 0.03 | 280 | 0.94 | 0.57 |
| Hex | B3 | 29 | F8 | 1C | 53 | 0 | 3 | 118 | 5E | 39 |
| Octal | 263 | 51 | 370 | 34 | 123 | 0 | 3 | 430 | 136 | 71 |
| Binary | 10110011 | 101001 | 11111000 | 11100 | 1010011 | 0 | 11 | 100011000 | 1011110 | 111001 |
Color Harmonies of #B329F8
Complementary color
Monochromatic Colors of #B329F8
Black with #B329F8
Text Example
Text Example
White with #B329F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B329F8; }
p { color: rgb(179,41,248); }
H1.HeaderClassName
{
color: #B329F8;
}
.AnyTagClassName
{
color: #B329F8;
}
</style>
background-color css
<style>
a { background-color: #B329F8; }
a { background-color: rgb(179,41,248); }
div.DivClassName
{
background-color: #B329F8;
}
.BgClassName
{
background-color: #B329F8;
}
</style>
border-color css
<style>
span { border-color: #B329F8; }
span { border-color: rgb(179,41,248); }
td.TdClassName
{
border-color: #B329F8;
}
.TagClassName
{
border-color: #B329F8;
}
</style>