Shades of Electric Purple #BA14F9
Tints of Electric Purple #BA14F9
RGB
CMYK
RGB Variations
Color information
#BA14F9 (or 0xBA14F9) is known color: Electric Purple. HEX triplet: BA, 14 and F9. RGB value is (186,20,249). Sum of RGB (Red+Green+Blue) = 186+20+249=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 20 (8.20% from 255 or 4.40% from 455); Blue value is 249 (97.66% from 255 or 54.73% from 455); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA14F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA14F9 is #45EB06. Grayscale: #5E5E5E. Windows color (decimal): -4582151 or 16323770. OLE color: 16323770.
HSL color Cylindrical-coordinate representation of color #BA14F9: hue angle of 283.49º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA14F9 is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 20 | 249 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.02 |
| HSL | 283.49º | 0.95% | 0.53% | - |
| HSV(B) | 283.49º | 0.92% | 0.98% | - |
| XYZ | 37.6 | 17.78 | 91.07 | - |
| YUV | 95.74 | 214.5 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 249 | 0.25 | 0.92 | 0 | 0.02 | 283.49 | 0.95 | 0.53 |
| Hex | BA | 14 | F9 | 19 | 5C | 0 | 2 | 11B | 5F | 35 |
| Octal | 272 | 24 | 371 | 31 | 134 | 0 | 2 | 433 | 137 | 65 |
| Binary | 10111010 | 10100 | 11111001 | 11001 | 1011100 | 0 | 10 | 100011011 | 1011111 | 110101 |
Color Harmonies of #BA14F9
Complementary color
Monochromatic Colors of #BA14F9
Black with #BA14F9
Text Example
Text Example
White with #BA14F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA14F9; }
p { color: rgb(186,20,249); }
H1.HeaderClassName
{
color: #BA14F9;
}
.AnyTagClassName
{
color: #BA14F9;
}
</style>
background-color css
<style>
a { background-color: #BA14F9; }
a { background-color: rgb(186,20,249); }
div.DivClassName
{
background-color: #BA14F9;
}
.BgClassName
{
background-color: #BA14F9;
}
</style>
border-color css
<style>
span { border-color: #BA14F9; }
span { border-color: rgb(186,20,249); }
td.TdClassName
{
border-color: #BA14F9;
}
.TagClassName
{
border-color: #BA14F9;
}
</style>