Shades of Electric Purple #B32AFC
Tints of Electric Purple #B32AFC
RGB
CMYK
RGB Variations
Color information
#B32AFC (or 0xB32AFC) is known color: Electric Purple. HEX triplet: B3, 2A and FC. RGB value is (179,42,252). Sum of RGB (Red+Green+Blue) = 179+42+252=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 42 (16.80% from 255 or 8.88% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #B32AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B32AFC is #4CD503. Grayscale: #6A6A6A. Windows color (decimal): -5035268 or 16526003. OLE color: 16526003.
HSL color Cylindrical-coordinate representation of color #B32AFC: hue angle of 279.14º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B32AFC is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 42 | 252 | - |
| CMYK | 0.29 | 0.83 | 0 | 0.01 |
| HSL | 279.14º | 0.97% | 0.58% | - |
| HSV(B) | 279.14º | 0.83% | 0.99% | - |
| XYZ | 36.99 | 18.27 | 93.67 | - |
| YUV | 106.9 | 209.89 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 42 | 252 | 0.29 | 0.83 | 0 | 0.01 | 279.14 | 0.97 | 0.58 |
| Hex | B3 | 2A | FC | 1D | 53 | 0 | 1 | 117 | 61 | 3A |
| Octal | 263 | 52 | 374 | 35 | 123 | 0 | 1 | 427 | 141 | 72 |
| Binary | 10110011 | 101010 | 11111100 | 11101 | 1010011 | 0 | 1 | 100010111 | 1100001 | 111010 |
Color Harmonies of #B32AFC
Complementary color
Monochromatic Colors of #B32AFC
Black with #B32AFC
Text Example
Text Example
White with #B32AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32AFC; }
p { color: rgb(179,42,252); }
H1.HeaderClassName
{
color: #B32AFC;
}
.AnyTagClassName
{
color: #B32AFC;
}
</style>
background-color css
<style>
a { background-color: #B32AFC; }
a { background-color: rgb(179,42,252); }
div.DivClassName
{
background-color: #B32AFC;
}
.BgClassName
{
background-color: #B32AFC;
}
</style>
border-color css
<style>
span { border-color: #B32AFC; }
span { border-color: rgb(179,42,252); }
td.TdClassName
{
border-color: #B32AFC;
}
.TagClassName
{
border-color: #B32AFC;
}
</style>