Shades of Electric Purple #B32BFC
Tints of Electric Purple #B32BFC
RGB
CMYK
RGB Variations
Color information
#B32BFC (or 0xB32BFC) is known color: Electric Purple. HEX triplet: B3, 2B and FC. RGB value is (179,43,252). Sum of RGB (Red+Green+Blue) = 179+43+252=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 43 (17.19% from 255 or 9.07% from 474); Blue value is 252 (98.83% from 255 or 53.16% from 474); Max value from RGB is 252 - color contains mainly: blue. Hex color #B32BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B32BFC is #4CD403. Grayscale: #6A6A6A. Windows color (decimal): -5035012 or 16526259. OLE color: 16526259.
HSL color Cylindrical-coordinate representation of color #B32BFC: hue angle of 279.04º 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 #B32BFC is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 43 | 252 | - |
| CMYK | 0.29 | 0.83 | 0 | 0.01 |
| HSL | 279.04º | 0.97% | 0.58% | - |
| HSV(B) | 279.04º | 0.83% | 0.99% | - |
| XYZ | 37.02 | 18.34 | 93.68 | - |
| YUV | 107.49 | 209.56 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 43 | 252 | 0.29 | 0.83 | 0 | 0.01 | 279.04 | 0.97 | 0.58 |
| Hex | B3 | 2B | FC | 1D | 53 | 0 | 1 | 117 | 61 | 3A |
| Octal | 263 | 53 | 374 | 35 | 123 | 0 | 1 | 427 | 141 | 72 |
| Binary | 10110011 | 101011 | 11111100 | 11101 | 1010011 | 0 | 1 | 100010111 | 1100001 | 111010 |
Color Harmonies of #B32BFC
Complementary color
Monochromatic Colors of #B32BFC
Black with #B32BFC
Text Example
Text Example
White with #B32BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32BFC; }
p { color: rgb(179,43,252); }
H1.HeaderClassName
{
color: #B32BFC;
}
.AnyTagClassName
{
color: #B32BFC;
}
</style>
background-color css
<style>
a { background-color: #B32BFC; }
a { background-color: rgb(179,43,252); }
div.DivClassName
{
background-color: #B32BFC;
}
.BgClassName
{
background-color: #B32BFC;
}
</style>
border-color css
<style>
span { border-color: #B32BFC; }
span { border-color: rgb(179,43,252); }
td.TdClassName
{
border-color: #B32BFC;
}
.TagClassName
{
border-color: #B32BFC;
}
</style>