Shades of Electric Purple #B328FB
Tints of Electric Purple #B328FB
RGB
CMYK
RGB Variations
Color information
#B328FB (or 0xB328FB) is known color: Electric Purple. HEX triplet: B3, 28 and FB. RGB value is (179,40,251). Sum of RGB (Red+Green+Blue) = 179+40+251=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 40 (16.02% from 255 or 8.51% from 470); Blue value is 251 (98.44% from 255 or 53.40% from 470); Max value from RGB is 251 - color contains mainly: blue. Hex color #B328FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B328FB is #4CD704. Grayscale: #686868. Windows color (decimal): -5035781 or 16459955. OLE color: 16459955.
HSL color Cylindrical-coordinate representation of color #B328FB: hue angle of 279.53º degrees, saturation: 0.96, 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 #B328FB is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 40 | 251 | - |
| CMYK | 0.29 | 0.84 | 0 | 0.02 |
| HSL | 279.53º | 0.96% | 0.57% | - |
| HSV(B) | 279.53º | 0.84% | 0.98% | - |
| XYZ | 36.76 | 18.07 | 92.82 | - |
| YUV | 105.62 | 210.05 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 40 | 251 | 0.29 | 0.84 | 0 | 0.02 | 279.53 | 0.96 | 0.57 |
| Hex | B3 | 28 | FB | 1D | 54 | 0 | 2 | 118 | 60 | 39 |
| Octal | 263 | 50 | 373 | 35 | 124 | 0 | 2 | 430 | 140 | 71 |
| Binary | 10110011 | 101000 | 11111011 | 11101 | 1010100 | 0 | 10 | 100011000 | 1100000 | 111001 |
Color Harmonies of #B328FB
Complementary color
Monochromatic Colors of #B328FB
Black with #B328FB
Text Example
Text Example
White with #B328FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B328FB; }
p { color: rgb(179,40,251); }
H1.HeaderClassName
{
color: #B328FB;
}
.AnyTagClassName
{
color: #B328FB;
}
</style>
background-color css
<style>
a { background-color: #B328FB; }
a { background-color: rgb(179,40,251); }
div.DivClassName
{
background-color: #B328FB;
}
.BgClassName
{
background-color: #B328FB;
}
</style>
border-color css
<style>
span { border-color: #B328FB; }
span { border-color: rgb(179,40,251); }
td.TdClassName
{
border-color: #B328FB;
}
.TagClassName
{
border-color: #B328FB;
}
</style>