Shades of Electric Purple #BA20FE
Tints of Electric Purple #BA20FE
RGB
CMYK
RGB Variations
Color information
#BA20FE (or 0xBA20FE) is known color: Electric Purple. HEX triplet: BA, 20 and FE. RGB value is (186,32,254). Sum of RGB (Red+Green+Blue) = 186+32+254=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 32 (12.89% from 255 or 6.78% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA20FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA20FE is #45DF01. Grayscale: #666666. Windows color (decimal): -4579074 or 16654522. OLE color: 16654522.
HSL color Cylindrical-coordinate representation of color #BA20FE: hue angle of 281.62º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA20FE is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 32 | 254 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.00 |
| HSL | 281.62º | 0.99% | 0.56% | - |
| HSV(B) | 281.62º | 0.87% | 1% | - |
| XYZ | 38.66 | 18.63 | 95.32 | - |
| YUV | 103.35 | 213.02 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 254 | 0.27 | 0.87 | 0 | 0.00 | 281.62 | 0.99 | 0.56 |
| Hex | BA | 20 | FE | 1B | 57 | 0 | 0 | 11A | 63 | 38 |
| Octal | 272 | 40 | 376 | 33 | 127 | 0 | 0 | 432 | 143 | 70 |
| Binary | 10111010 | 100000 | 11111110 | 11011 | 1010111 | 0 | 0 | 100011010 | 1100011 | 111000 |
Color Harmonies of #BA20FE
Complementary color
Monochromatic Colors of #BA20FE
Black with #BA20FE
Text Example
Text Example
White with #BA20FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA20FE; }
p { color: rgb(186,32,254); }
H1.HeaderClassName
{
color: #BA20FE;
}
.AnyTagClassName
{
color: #BA20FE;
}
</style>
background-color css
<style>
a { background-color: #BA20FE; }
a { background-color: rgb(186,32,254); }
div.DivClassName
{
background-color: #BA20FE;
}
.BgClassName
{
background-color: #BA20FE;
}
</style>
border-color css
<style>
span { border-color: #BA20FE; }
span { border-color: rgb(186,32,254); }
td.TdClassName
{
border-color: #BA20FE;
}
.TagClassName
{
border-color: #BA20FE;
}
</style>