Shades of Electric Purple #BA32F8
Tints of Electric Purple #BA32F8
RGB
CMYK
RGB Variations
Color information
#BA32F8 (or 0xBA32F8) is known color: Electric Purple. HEX triplet: BA, 32 and F8. RGB value is (186,50,248). Sum of RGB (Red+Green+Blue) = 186+50+248=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 50 (19.92% from 255 or 10.33% from 484); Blue value is 248 (97.27% from 255 or 51.24% from 484); Max value from RGB is 248 - color contains mainly: blue. Hex color #BA32F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA32F8 is #45CD07. Grayscale: #707070. Windows color (decimal): -4574472 or 16265914. OLE color: 16265914.
HSL color Cylindrical-coordinate representation of color #BA32F8: hue angle of 281.21º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA32F8 is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 50 | 248 | - |
| CMYK | 0.25 | 0.80 | 0 | 0.03 |
| HSL | 281.21º | 0.93% | 0.58% | - |
| HSV(B) | 281.21º | 0.8% | 0.97% | - |
| XYZ | 38.33 | 19.5 | 90.55 | - |
| YUV | 113.24 | 204.06 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 50 | 248 | 0.25 | 0.80 | 0 | 0.03 | 281.21 | 0.93 | 0.58 |
| Hex | BA | 32 | F8 | 19 | 50 | 0 | 3 | 119 | 5D | 3A |
| Octal | 272 | 62 | 370 | 31 | 120 | 0 | 3 | 431 | 135 | 72 |
| Binary | 10111010 | 110010 | 11111000 | 11001 | 1010000 | 0 | 11 | 100011001 | 1011101 | 111010 |
Color Harmonies of #BA32F8
Complementary color
Monochromatic Colors of #BA32F8
Black with #BA32F8
Text Example
Text Example
White with #BA32F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA32F8; }
p { color: rgb(186,50,248); }
H1.HeaderClassName
{
color: #BA32F8;
}
.AnyTagClassName
{
color: #BA32F8;
}
</style>
background-color css
<style>
a { background-color: #BA32F8; }
a { background-color: rgb(186,50,248); }
div.DivClassName
{
background-color: #BA32F8;
}
.BgClassName
{
background-color: #BA32F8;
}
</style>
border-color css
<style>
span { border-color: #BA32F8; }
span { border-color: rgb(186,50,248); }
td.TdClassName
{
border-color: #BA32F8;
}
.TagClassName
{
border-color: #BA32F8;
}
</style>