Shades of Electric Purple #BA32FE
Tints of Electric Purple #BA32FE
RGB
CMYK
RGB Variations
Color information
#BA32FE (or 0xBA32FE) is known color: Electric Purple. HEX triplet: BA, 32 and FE. RGB value is (186,50,254). Sum of RGB (Red+Green+Blue) = 186+50+254=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 50 (19.92% from 255 or 10.20% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA32FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA32FE is #45CD01. Grayscale: #717171. Windows color (decimal): -4574466 or 16659130. OLE color: 16659130.
HSL color Cylindrical-coordinate representation of color #BA32FE: hue angle of 280º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA32FE is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 50 | 254 | - |
| CMYK | 0.27 | 0.80 | 0 | 0.00 |
| HSL | 280º | 0.99% | 0.6% | - |
| HSV(B) | 280º | 0.8% | 1% | - |
| XYZ | 39.28 | 19.88 | 95.53 | - |
| YUV | 113.92 | 207.06 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 254 | 0.27 | 0.80 | 0 | 0.00 | 280 | 0.99 | 0.6 |
| Hex | BA | 32 | FE | 1B | 50 | 0 | 0 | 118 | 63 | 3C |
| Octal | 272 | 62 | 376 | 33 | 120 | 0 | 0 | 430 | 143 | 74 |
| Binary | 10111010 | 110010 | 11111110 | 11011 | 1010000 | 0 | 0 | 100011000 | 1100011 | 111100 |
Color Harmonies of #BA32FE
Complementary color
Monochromatic Colors of #BA32FE
Black with #BA32FE
Text Example
Text Example
White with #BA32FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA32FE; }
p { color: rgb(186,50,254); }
H1.HeaderClassName
{
color: #BA32FE;
}
.AnyTagClassName
{
color: #BA32FE;
}
</style>
background-color css
<style>
a { background-color: #BA32FE; }
a { background-color: rgb(186,50,254); }
div.DivClassName
{
background-color: #BA32FE;
}
.BgClassName
{
background-color: #BA32FE;
}
</style>
border-color css
<style>
span { border-color: #BA32FE; }
span { border-color: rgb(186,50,254); }
td.TdClassName
{
border-color: #BA32FE;
}
.TagClassName
{
border-color: #BA32FE;
}
</style>