Shades of Electric Purple #BA13F9
Tints of Electric Purple #BA13F9
RGB
CMYK
RGB Variations
Color information
#BA13F9 (or 0xBA13F9) is known color: Electric Purple. HEX triplet: BA, 13 and F9. RGB value is (186,19,249). Sum of RGB (Red+Green+Blue) = 186+19+249=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 19 (7.81% from 255 or 4.19% from 454); Blue value is 249 (97.66% from 255 or 54.85% from 454); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA13F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA13F9 is #45EC06. Grayscale: #5E5E5E. Windows color (decimal): -4582407 or 16323514. OLE color: 16323514.
HSL color Cylindrical-coordinate representation of color #BA13F9: hue angle of 283.57º 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 #BA13F9 is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 19 | 249 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.02 |
| HSL | 283.57º | 0.95% | 0.53% | - |
| HSV(B) | 283.57º | 0.92% | 0.98% | - |
| XYZ | 37.58 | 17.74 | 91.07 | - |
| YUV | 95.15 | 214.83 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 249 | 0.25 | 0.92 | 0 | 0.02 | 283.57 | 0.95 | 0.53 |
| Hex | BA | 13 | F9 | 19 | 5C | 0 | 2 | 11C | 5F | 35 |
| Octal | 272 | 23 | 371 | 31 | 134 | 0 | 2 | 434 | 137 | 65 |
| Binary | 10111010 | 10011 | 11111001 | 11001 | 1011100 | 0 | 10 | 100011100 | 1011111 | 110101 |
Color Harmonies of #BA13F9
Complementary color
Monochromatic Colors of #BA13F9
Black with #BA13F9
Text Example
Text Example
White with #BA13F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA13F9; }
p { color: rgb(186,19,249); }
H1.HeaderClassName
{
color: #BA13F9;
}
.AnyTagClassName
{
color: #BA13F9;
}
</style>
background-color css
<style>
a { background-color: #BA13F9; }
a { background-color: rgb(186,19,249); }
div.DivClassName
{
background-color: #BA13F9;
}
.BgClassName
{
background-color: #BA13F9;
}
</style>
border-color css
<style>
span { border-color: #BA13F9; }
span { border-color: rgb(186,19,249); }
td.TdClassName
{
border-color: #BA13F9;
}
.TagClassName
{
border-color: #BA13F9;
}
</style>