Shades of Electric Purple #B32BF6
Tints of Electric Purple #B32BF6
RGB
CMYK
RGB Variations
Color information
#B32BF6 (or 0xB32BF6) is known color: Electric Purple. HEX triplet: B3, 2B and F6. RGB value is (179,43,246). Sum of RGB (Red+Green+Blue) = 179+43+246=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 43 (17.19% from 255 or 9.19% from 468); Blue value is 246 (96.48% from 255 or 52.56% from 468); Max value from RGB is 246 - color contains mainly: blue. Hex color #B32BF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B32BF6 is #4CD409. Grayscale: #6A6A6A. Windows color (decimal): -5035018 or 16133043. OLE color: 16133043.
HSL color Cylindrical-coordinate representation of color #B32BF6: hue angle of 280.2º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B32BF6 is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 179 | 43 | 246 | - |
| CMYK | 0.27 | 0.83 | 0 | 0.04 |
| HSL | 280.2º | 0.92% | 0.57% | - |
| HSV(B) | 280.2º | 0.83% | 0.96% | - |
| XYZ | 36.09 | 17.97 | 88.75 | - |
| YUV | 106.81 | 206.56 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 43 | 246 | 0.27 | 0.83 | 0 | 0.04 | 280.2 | 0.92 | 0.57 |
| Hex | B3 | 2B | F6 | 1B | 53 | 0 | 4 | 118 | 5C | 39 |
| Octal | 263 | 53 | 366 | 33 | 123 | 0 | 4 | 430 | 134 | 71 |
| Binary | 10110011 | 101011 | 11110110 | 11011 | 1010011 | 0 | 100 | 100011000 | 1011100 | 111001 |
Color Harmonies of #B32BF6
Complementary color
Monochromatic Colors of #B32BF6
Black with #B32BF6
Text Example
Text Example
White with #B32BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32BF6; }
p { color: rgb(179,43,246); }
H1.HeaderClassName
{
color: #B32BF6;
}
.AnyTagClassName
{
color: #B32BF6;
}
</style>
background-color css
<style>
a { background-color: #B32BF6; }
a { background-color: rgb(179,43,246); }
div.DivClassName
{
background-color: #B32BF6;
}
.BgClassName
{
background-color: #B32BF6;
}
</style>
border-color css
<style>
span { border-color: #B32BF6; }
span { border-color: rgb(179,43,246); }
td.TdClassName
{
border-color: #B32BF6;
}
.TagClassName
{
border-color: #B32BF6;
}
</style>