Shades of Electric Purple #B32DF8
Tints of Electric Purple #B32DF8
RGB
CMYK
RGB Variations
Color information
#B32DF8 (or 0xB32DF8) is known color: Electric Purple. HEX triplet: B3, 2D and F8. RGB value is (179,45,248). Sum of RGB (Red+Green+Blue) = 179+45+248=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 45 (17.97% from 255 or 9.53% from 472); Blue value is 248 (97.27% from 255 or 52.54% from 472); Max value from RGB is 248 - color contains mainly: blue. Hex color #B32DF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B32DF8 is #4CD207. Grayscale: #6B6B6B. Windows color (decimal): -5034504 or 16264627. OLE color: 16264627.
HSL color Cylindrical-coordinate representation of color #B32DF8: hue angle of 279.61º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B32DF8 is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 179 | 45 | 248 | - |
| CMYK | 0.28 | 0.82 | 0 | 0.03 |
| HSL | 279.61º | 0.94% | 0.57% | - |
| HSV(B) | 279.61º | 0.82% | 0.97% | - |
| XYZ | 36.47 | 18.24 | 90.4 | - |
| YUV | 108.21 | 206.89 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 45 | 248 | 0.28 | 0.82 | 0 | 0.03 | 279.61 | 0.94 | 0.57 |
| Hex | B3 | 2D | F8 | 1C | 52 | 0 | 3 | 118 | 5E | 39 |
| Octal | 263 | 55 | 370 | 34 | 122 | 0 | 3 | 430 | 136 | 71 |
| Binary | 10110011 | 101101 | 11111000 | 11100 | 1010010 | 0 | 11 | 100011000 | 1011110 | 111001 |
Color Harmonies of #B32DF8
Complementary color
Monochromatic Colors of #B32DF8
Black with #B32DF8
Text Example
Text Example
White with #B32DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32DF8; }
p { color: rgb(179,45,248); }
H1.HeaderClassName
{
color: #B32DF8;
}
.AnyTagClassName
{
color: #B32DF8;
}
</style>
background-color css
<style>
a { background-color: #B32DF8; }
a { background-color: rgb(179,45,248); }
div.DivClassName
{
background-color: #B32DF8;
}
.BgClassName
{
background-color: #B32DF8;
}
</style>
border-color css
<style>
span { border-color: #B32DF8; }
span { border-color: rgb(179,45,248); }
td.TdClassName
{
border-color: #B32DF8;
}
.TagClassName
{
border-color: #B32DF8;
}
</style>