Shades of Electric Purple #B32DFF
Tints of Electric Purple #B32DFF
RGB
CMYK
RGB Variations
Color information
#B32DFF (or 0xB32DFF) is known color: Electric Purple. HEX triplet: B3, 2D and FF. RGB value is (179,45,255). Sum of RGB (Red+Green+Blue) = 179+45+255=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 45 (17.97% from 255 or 9.39% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #B32DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B32DFF is #4CD200. Grayscale: #6C6C6C. Windows color (decimal): -5034497 or 16723379. OLE color: 16723379.
HSL color Cylindrical-coordinate representation of color #B32DFF: hue angle of 278.29º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B32DFF is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 45 | 255 | - |
| CMYK | 0.30 | 0.82 | 0 | 0 |
| HSL | 278.29º | 1% | 0.59% | - |
| HSV(B) | 278.29º | 0.82% | 1% | - |
| XYZ | 37.58 | 18.68 | 96.23 | - |
| YUV | 109.01 | 210.39 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 45 | 255 | 0.30 | 0.82 | 0 | 0 | 278.29 | 1 | 0.59 |
| Hex | B3 | 2D | FF | 1E | 52 | 0 | 0 | 116 | 64 | 3B |
| Octal | 263 | 55 | 377 | 36 | 122 | 0 | 0 | 426 | 144 | 73 |
| Binary | 10110011 | 101101 | 11111111 | 11110 | 1010010 | 0 | 0 | 100010110 | 1100100 | 111011 |
Color Harmonies of #B32DFF
Complementary color
Monochromatic Colors of #B32DFF
Black with #B32DFF
Text Example
Text Example
White with #B32DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32DFF; }
p { color: rgb(179,45,255); }
H1.HeaderClassName
{
color: #B32DFF;
}
.AnyTagClassName
{
color: #B32DFF;
}
</style>
background-color css
<style>
a { background-color: #B32DFF; }
a { background-color: rgb(179,45,255); }
div.DivClassName
{
background-color: #B32DFF;
}
.BgClassName
{
background-color: #B32DFF;
}
</style>
border-color css
<style>
span { border-color: #B32DFF; }
span { border-color: rgb(179,45,255); }
td.TdClassName
{
border-color: #B32DFF;
}
.TagClassName
{
border-color: #B32DFF;
}
</style>