Shades of Electric Purple #B328F8
Tints of Electric Purple #B328F8
RGB
CMYK
RGB Variations
Color information
#B328F8 (or 0xB328F8) is known color: Electric Purple. HEX triplet: B3, 28 and F8. RGB value is (179,40,248). Sum of RGB (Red+Green+Blue) = 179+40+248=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 40 (16.02% from 255 or 8.57% from 467); Blue value is 248 (97.27% from 255 or 53.10% from 467); Max value from RGB is 248 - color contains mainly: blue. Hex color #B328F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B328F8 is #4CD707. Grayscale: #686868. Windows color (decimal): -5035784 or 16263347. OLE color: 16263347.
HSL color Cylindrical-coordinate representation of color #B328F8: hue angle of 280.1º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B328F8 is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 179 | 40 | 248 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.03 |
| HSL | 280.1º | 0.94% | 0.56% | - |
| HSV(B) | 280.1º | 0.84% | 0.97% | - |
| XYZ | 36.29 | 17.88 | 90.35 | - |
| YUV | 105.27 | 208.55 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 40 | 248 | 0.28 | 0.84 | 0 | 0.03 | 280.1 | 0.94 | 0.56 |
| Hex | B3 | 28 | F8 | 1C | 54 | 0 | 3 | 118 | 5E | 38 |
| Octal | 263 | 50 | 370 | 34 | 124 | 0 | 3 | 430 | 136 | 70 |
| Binary | 10110011 | 101000 | 11111000 | 11100 | 1010100 | 0 | 11 | 100011000 | 1011110 | 111000 |
Color Harmonies of #B328F8
Complementary color
Monochromatic Colors of #B328F8
Black with #B328F8
Text Example
Text Example
White with #B328F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B328F8; }
p { color: rgb(179,40,248); }
H1.HeaderClassName
{
color: #B328F8;
}
.AnyTagClassName
{
color: #B328F8;
}
</style>
background-color css
<style>
a { background-color: #B328F8; }
a { background-color: rgb(179,40,248); }
div.DivClassName
{
background-color: #B328F8;
}
.BgClassName
{
background-color: #B328F8;
}
</style>
border-color css
<style>
span { border-color: #B328F8; }
span { border-color: rgb(179,40,248); }
td.TdClassName
{
border-color: #B328F8;
}
.TagClassName
{
border-color: #B328F8;
}
</style>