Shades of Electric Purple #BA10F0
Tints of Electric Purple #BA10F0
RGB
CMYK
RGB Variations
Color information
#BA10F0 (or 0xBA10F0) is known color: Electric Purple. HEX triplet: BA, 10 and F0. RGB value is (186,16,240). Sum of RGB (Red+Green+Blue) = 186+16+240=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 16 (6.64% from 255 or 3.62% from 442); Blue value is 240 (94.14% from 255 or 54.30% from 442); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA10F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA10F0 is #45EF0F. Grayscale: #5B5B5B. Windows color (decimal): -4583184 or 15732922. OLE color: 15732922.
HSL color Cylindrical-coordinate representation of color #BA10F0: hue angle of 285.54º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA10F0 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 16 | 240 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.06 |
| HSL | 285.54º | 0.88% | 0.5% | - |
| HSV(B) | 285.54º | 0.93% | 0.94% | - |
| XYZ | 36.16 | 17.1 | 83.83 | - |
| YUV | 92.37 | 211.32 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 240 | 0.22 | 0.93 | 0 | 0.06 | 285.54 | 0.88 | 0.5 |
| Hex | BA | 10 | F0 | 16 | 5D | 0 | 6 | 11E | 58 | 32 |
| Octal | 272 | 20 | 360 | 26 | 135 | 0 | 6 | 436 | 130 | 62 |
| Binary | 10111010 | 10000 | 11110000 | 10110 | 1011101 | 0 | 110 | 100011110 | 1011000 | 110010 |
Color Harmonies of #BA10F0
Complementary color
Monochromatic Colors of #BA10F0
Black with #BA10F0
Text Example
Text Example
White with #BA10F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA10F0; }
p { color: rgb(186,16,240); }
H1.HeaderClassName
{
color: #BA10F0;
}
.AnyTagClassName
{
color: #BA10F0;
}
</style>
background-color css
<style>
a { background-color: #BA10F0; }
a { background-color: rgb(186,16,240); }
div.DivClassName
{
background-color: #BA10F0;
}
.BgClassName
{
background-color: #BA10F0;
}
</style>
border-color css
<style>
span { border-color: #BA10F0; }
span { border-color: rgb(186,16,240); }
td.TdClassName
{
border-color: #BA10F0;
}
.TagClassName
{
border-color: #BA10F0;
}
</style>