Shades of Electric Purple #BA14F6
Tints of Electric Purple #BA14F6
RGB
CMYK
RGB Variations
Color information
#BA14F6 (or 0xBA14F6) is known color: Electric Purple. HEX triplet: BA, 14 and F6. RGB value is (186,20,246). Sum of RGB (Red+Green+Blue) = 186+20+246=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 20 (8.20% from 255 or 4.42% from 452); Blue value is 246 (96.48% from 255 or 54.42% from 452); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA14F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA14F6 is #45EB09. Grayscale: #5E5E5E. Windows color (decimal): -4582154 or 16127162. OLE color: 16127162.
HSL color Cylindrical-coordinate representation of color #BA14F6: hue angle of 284.07º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA14F6 is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 20 | 246 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.04 |
| HSL | 284.07º | 0.93% | 0.52% | - |
| HSV(B) | 284.07º | 0.92% | 0.96% | - |
| XYZ | 37.13 | 17.59 | 88.63 | - |
| YUV | 95.4 | 213 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 246 | 0.24 | 0.92 | 0 | 0.04 | 284.07 | 0.93 | 0.52 |
| Hex | BA | 14 | F6 | 18 | 5C | 0 | 4 | 11C | 5D | 34 |
| Octal | 272 | 24 | 366 | 30 | 134 | 0 | 4 | 434 | 135 | 64 |
| Binary | 10111010 | 10100 | 11110110 | 11000 | 1011100 | 0 | 100 | 100011100 | 1011101 | 110100 |
Color Harmonies of #BA14F6
Complementary color
Monochromatic Colors of #BA14F6
Black with #BA14F6
Text Example
Text Example
White with #BA14F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA14F6; }
p { color: rgb(186,20,246); }
H1.HeaderClassName
{
color: #BA14F6;
}
.AnyTagClassName
{
color: #BA14F6;
}
</style>
background-color css
<style>
a { background-color: #BA14F6; }
a { background-color: rgb(186,20,246); }
div.DivClassName
{
background-color: #BA14F6;
}
.BgClassName
{
background-color: #BA14F6;
}
</style>
border-color css
<style>
span { border-color: #BA14F6; }
span { border-color: rgb(186,20,246); }
td.TdClassName
{
border-color: #BA14F6;
}
.TagClassName
{
border-color: #BA14F6;
}
</style>