Shades of Electric Purple #BA14FB
Tints of Electric Purple #BA14FB
RGB
CMYK
RGB Variations
Color information
#BA14FB (or 0xBA14FB) is known color: Electric Purple. HEX triplet: BA, 14 and FB. RGB value is (186,20,251). Sum of RGB (Red+Green+Blue) = 186+20+251=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 20 (8.20% from 255 or 4.38% from 457); Blue value is 251 (98.44% from 255 or 54.92% from 457); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA14FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA14FB is #45EB04. Grayscale: #5F5F5F. Windows color (decimal): -4582149 or 16454842. OLE color: 16454842.
HSL color Cylindrical-coordinate representation of color #BA14FB: hue angle of 283.12º degrees, saturation: 0.97, 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 #BA14FB is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 20 | 251 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.02 |
| HSL | 283.12º | 0.97% | 0.53% | - |
| HSV(B) | 283.12º | 0.92% | 0.98% | - |
| XYZ | 37.91 | 17.9 | 92.72 | - |
| YUV | 95.97 | 215.5 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 251 | 0.26 | 0.92 | 0 | 0.02 | 283.12 | 0.97 | 0.53 |
| Hex | BA | 14 | FB | 1A | 5C | 0 | 2 | 11B | 61 | 35 |
| Octal | 272 | 24 | 373 | 32 | 134 | 0 | 2 | 433 | 141 | 65 |
| Binary | 10111010 | 10100 | 11111011 | 11010 | 1011100 | 0 | 10 | 100011011 | 1100001 | 110101 |
Color Harmonies of #BA14FB
Complementary color
Monochromatic Colors of #BA14FB
Black with #BA14FB
Text Example
Text Example
White with #BA14FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA14FB; }
p { color: rgb(186,20,251); }
H1.HeaderClassName
{
color: #BA14FB;
}
.AnyTagClassName
{
color: #BA14FB;
}
</style>
background-color css
<style>
a { background-color: #BA14FB; }
a { background-color: rgb(186,20,251); }
div.DivClassName
{
background-color: #BA14FB;
}
.BgClassName
{
background-color: #BA14FB;
}
</style>
border-color css
<style>
span { border-color: #BA14FB; }
span { border-color: rgb(186,20,251); }
td.TdClassName
{
border-color: #BA14FB;
}
.TagClassName
{
border-color: #BA14FB;
}
</style>