Shades of Electric Purple #BA10F9
Tints of Electric Purple #BA10F9
RGB
CMYK
RGB Variations
Color information
#BA10F9 (or 0xBA10F9) is known color: Electric Purple. HEX triplet: BA, 10 and F9. RGB value is (186,16,249). Sum of RGB (Red+Green+Blue) = 186+16+249=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 16 (6.64% from 255 or 3.55% from 451); Blue value is 249 (97.66% from 255 or 55.21% from 451); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA10F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA10F9 is #45EF06. Grayscale: #5C5C5C. Windows color (decimal): -4583175 or 16322746. OLE color: 16322746.
HSL color Cylindrical-coordinate representation of color #BA10F9: hue angle of 283.78º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA10F9 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 16 | 249 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.02 |
| HSL | 283.78º | 0.95% | 0.52% | - |
| HSV(B) | 283.78º | 0.94% | 0.98% | - |
| XYZ | 37.53 | 17.65 | 91.05 | - |
| YUV | 93.39 | 215.82 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 249 | 0.25 | 0.94 | 0 | 0.02 | 283.78 | 0.95 | 0.52 |
| Hex | BA | 10 | F9 | 19 | 5E | 0 | 2 | 11C | 5F | 34 |
| Octal | 272 | 20 | 371 | 31 | 136 | 0 | 2 | 434 | 137 | 64 |
| Binary | 10111010 | 10000 | 11111001 | 11001 | 1011110 | 0 | 10 | 100011100 | 1011111 | 110100 |
Color Harmonies of #BA10F9
Complementary color
Monochromatic Colors of #BA10F9
Black with #BA10F9
Text Example
Text Example
White with #BA10F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA10F9; }
p { color: rgb(186,16,249); }
H1.HeaderClassName
{
color: #BA10F9;
}
.AnyTagClassName
{
color: #BA10F9;
}
</style>
background-color css
<style>
a { background-color: #BA10F9; }
a { background-color: rgb(186,16,249); }
div.DivClassName
{
background-color: #BA10F9;
}
.BgClassName
{
background-color: #BA10F9;
}
</style>
border-color css
<style>
span { border-color: #BA10F9; }
span { border-color: rgb(186,16,249); }
td.TdClassName
{
border-color: #BA10F9;
}
.TagClassName
{
border-color: #BA10F9;
}
</style>