Shades of Electric Purple #BA10FE
Tints of Electric Purple #BA10FE
RGB
CMYK
RGB Variations
Color information
#BA10FE (or 0xBA10FE) is known color: Electric Purple. HEX triplet: BA, 10 and FE. RGB value is (186,16,254). Sum of RGB (Red+Green+Blue) = 186+16+254=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 16 (6.64% from 255 or 3.51% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA10FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA10FE is #45EF01. Grayscale: #5D5D5D. Windows color (decimal): -4583170 or 16650426. OLE color: 16650426.
HSL color Cylindrical-coordinate representation of color #BA10FE: hue angle of 282.86º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA10FE is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 16 | 254 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.00 |
| HSL | 282.86º | 0.99% | 0.53% | - |
| HSV(B) | 282.86º | 0.94% | 1% | - |
| XYZ | 38.32 | 17.97 | 95.21 | - |
| YUV | 93.96 | 218.32 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 254 | 0.27 | 0.94 | 0 | 0.00 | 282.86 | 0.99 | 0.53 |
| Hex | BA | 10 | FE | 1B | 5E | 0 | 0 | 11B | 63 | 35 |
| Octal | 272 | 20 | 376 | 33 | 136 | 0 | 0 | 433 | 143 | 65 |
| Binary | 10111010 | 10000 | 11111110 | 11011 | 1011110 | 0 | 0 | 100011011 | 1100011 | 110101 |
Color Harmonies of #BA10FE
Complementary color
Monochromatic Colors of #BA10FE
Black with #BA10FE
Text Example
Text Example
White with #BA10FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA10FE; }
p { color: rgb(186,16,254); }
H1.HeaderClassName
{
color: #BA10FE;
}
.AnyTagClassName
{
color: #BA10FE;
}
</style>
background-color css
<style>
a { background-color: #BA10FE; }
a { background-color: rgb(186,16,254); }
div.DivClassName
{
background-color: #BA10FE;
}
.BgClassName
{
background-color: #BA10FE;
}
</style>
border-color css
<style>
span { border-color: #BA10FE; }
span { border-color: rgb(186,16,254); }
td.TdClassName
{
border-color: #BA10FE;
}
.TagClassName
{
border-color: #BA10FE;
}
</style>