Shades of Electric Purple #BA21FE
Tints of Electric Purple #BA21FE
RGB
CMYK
RGB Variations
Color information
#BA21FE (or 0xBA21FE) is known color: Electric Purple. HEX triplet: BA, 21 and FE. RGB value is (186,33,254). Sum of RGB (Red+Green+Blue) = 186+33+254=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 33 (13.28% from 255 or 6.98% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA21FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA21FE is #45DE01. Grayscale: #676767. Windows color (decimal): -4578818 or 16654778. OLE color: 16654778.
HSL color Cylindrical-coordinate representation of color #BA21FE: hue angle of 281.54º 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 #BA21FE is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 33 | 254 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.00 |
| HSL | 281.54º | 0.99% | 0.56% | - |
| HSV(B) | 281.54º | 0.87% | 1% | - |
| XYZ | 38.68 | 18.68 | 95.33 | - |
| YUV | 103.94 | 212.69 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 254 | 0.27 | 0.87 | 0 | 0.00 | 281.54 | 0.99 | 0.56 |
| Hex | BA | 21 | FE | 1B | 57 | 0 | 0 | 11A | 63 | 38 |
| Octal | 272 | 41 | 376 | 33 | 127 | 0 | 0 | 432 | 143 | 70 |
| Binary | 10111010 | 100001 | 11111110 | 11011 | 1010111 | 0 | 0 | 100011010 | 1100011 | 111000 |
Color Harmonies of #BA21FE
Complementary color
Monochromatic Colors of #BA21FE
Black with #BA21FE
Text Example
Text Example
White with #BA21FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA21FE; }
p { color: rgb(186,33,254); }
H1.HeaderClassName
{
color: #BA21FE;
}
.AnyTagClassName
{
color: #BA21FE;
}
</style>
background-color css
<style>
a { background-color: #BA21FE; }
a { background-color: rgb(186,33,254); }
div.DivClassName
{
background-color: #BA21FE;
}
.BgClassName
{
background-color: #BA21FE;
}
</style>
border-color css
<style>
span { border-color: #BA21FE; }
span { border-color: rgb(186,33,254); }
td.TdClassName
{
border-color: #BA21FE;
}
.TagClassName
{
border-color: #BA21FE;
}
</style>