Shades of Electric Purple #B32FFC
Tints of Electric Purple #B32FFC
RGB
CMYK
RGB Variations
Color information
#B32FFC (or 0xB32FFC) is known color: Electric Purple. HEX triplet: B3, 2F and FC. RGB value is (179,47,252). Sum of RGB (Red+Green+Blue) = 179+47+252=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 47 (18.75% from 255 or 9.83% from 478); Blue value is 252 (98.83% from 255 or 52.72% from 478); Max value from RGB is 252 - color contains mainly: blue. Hex color #B32FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B32FFC is #4CD003. Grayscale: #6D6D6D. Windows color (decimal): -5033988 or 16527283. OLE color: 16527283.
HSL color Cylindrical-coordinate representation of color #B32FFC: hue angle of 278.63º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B32FFC is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 47 | 252 | - |
| CMYK | 0.29 | 0.81 | 0 | 0.01 |
| HSL | 278.63º | 0.97% | 0.59% | - |
| HSV(B) | 278.63º | 0.81% | 0.99% | - |
| XYZ | 37.18 | 18.65 | 93.73 | - |
| YUV | 109.84 | 208.23 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 47 | 252 | 0.29 | 0.81 | 0 | 0.01 | 278.63 | 0.97 | 0.59 |
| Hex | B3 | 2F | FC | 1D | 51 | 0 | 1 | 117 | 61 | 3B |
| Octal | 263 | 57 | 374 | 35 | 121 | 0 | 1 | 427 | 141 | 73 |
| Binary | 10110011 | 101111 | 11111100 | 11101 | 1010001 | 0 | 1 | 100010111 | 1100001 | 111011 |
Color Harmonies of #B32FFC
Complementary color
Monochromatic Colors of #B32FFC
Black with #B32FFC
Text Example
Text Example
White with #B32FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32FFC; }
p { color: rgb(179,47,252); }
H1.HeaderClassName
{
color: #B32FFC;
}
.AnyTagClassName
{
color: #B32FFC;
}
</style>
background-color css
<style>
a { background-color: #B32FFC; }
a { background-color: rgb(179,47,252); }
div.DivClassName
{
background-color: #B32FFC;
}
.BgClassName
{
background-color: #B32FFC;
}
</style>
border-color css
<style>
span { border-color: #B32FFC; }
span { border-color: rgb(179,47,252); }
td.TdClassName
{
border-color: #B32FFC;
}
.TagClassName
{
border-color: #B32FFC;
}
</style>