Shades of Electric Purple #B32CFB
Tints of Electric Purple #B32CFB
RGB
CMYK
RGB Variations
Color information
#B32CFB (or 0xB32CFB) is known color: Electric Purple. HEX triplet: B3, 2C and FB. RGB value is (179,44,251). Sum of RGB (Red+Green+Blue) = 179+44+251=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 44 (17.58% from 255 or 9.28% from 474); Blue value is 251 (98.44% from 255 or 52.95% from 474); Max value from RGB is 251 - color contains mainly: blue. Hex color #B32CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B32CFB is #4CD304. Grayscale: #6B6B6B. Windows color (decimal): -5034757 or 16460979. OLE color: 16460979.
HSL color Cylindrical-coordinate representation of color #B32CFB: hue angle of 279.13º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B32CFB is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 44 | 251 | - |
| CMYK | 0.29 | 0.82 | 0 | 0.02 |
| HSL | 279.13º | 0.96% | 0.58% | - |
| HSV(B) | 279.13º | 0.82% | 0.98% | - |
| XYZ | 36.9 | 18.35 | 92.86 | - |
| YUV | 107.96 | 208.73 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 44 | 251 | 0.29 | 0.82 | 0 | 0.02 | 279.13 | 0.96 | 0.58 |
| Hex | B3 | 2C | FB | 1D | 52 | 0 | 2 | 117 | 60 | 3A |
| Octal | 263 | 54 | 373 | 35 | 122 | 0 | 2 | 427 | 140 | 72 |
| Binary | 10110011 | 101100 | 11111011 | 11101 | 1010010 | 0 | 10 | 100010111 | 1100000 | 111010 |
Color Harmonies of #B32CFB
Complementary color
Monochromatic Colors of #B32CFB
Black with #B32CFB
Text Example
Text Example
White with #B32CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32CFB; }
p { color: rgb(179,44,251); }
H1.HeaderClassName
{
color: #B32CFB;
}
.AnyTagClassName
{
color: #B32CFB;
}
</style>
background-color css
<style>
a { background-color: #B32CFB; }
a { background-color: rgb(179,44,251); }
div.DivClassName
{
background-color: #B32CFB;
}
.BgClassName
{
background-color: #B32CFB;
}
</style>
border-color css
<style>
span { border-color: #B32CFB; }
span { border-color: rgb(179,44,251); }
td.TdClassName
{
border-color: #B32CFB;
}
.TagClassName
{
border-color: #B32CFB;
}
</style>