Shades of Electric Purple #BA10F5
Tints of Electric Purple #BA10F5
RGB
CMYK
RGB Variations
Color information
#BA10F5 (or 0xBA10F5) is known color: Electric Purple. HEX triplet: BA, 10 and F5. RGB value is (186,16,245). Sum of RGB (Red+Green+Blue) = 186+16+245=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 16 (6.64% from 255 or 3.58% from 447); Blue value is 245 (96.09% from 255 or 54.81% from 447); Max value from RGB is 245 - color contains mainly: blue. Hex color #BA10F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA10F5 is #45EF0A. Grayscale: #5C5C5C. Windows color (decimal): -4583179 or 16060602. OLE color: 16060602.
HSL color Cylindrical-coordinate representation of color #BA10F5: hue angle of 284.54º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA10F5 is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 16 | 245 | - |
| CMYK | 0.24 | 0.93 | 0 | 0.04 |
| HSL | 284.54º | 0.92% | 0.51% | - |
| HSV(B) | 284.54º | 0.93% | 0.96% | - |
| XYZ | 36.92 | 17.4 | 87.8 | - |
| YUV | 92.94 | 213.82 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 245 | 0.24 | 0.93 | 0 | 0.04 | 284.54 | 0.92 | 0.51 |
| Hex | BA | 10 | F5 | 18 | 5D | 0 | 4 | 11D | 5C | 33 |
| Octal | 272 | 20 | 365 | 30 | 135 | 0 | 4 | 435 | 134 | 63 |
| Binary | 10111010 | 10000 | 11110101 | 11000 | 1011101 | 0 | 100 | 100011101 | 1011100 | 110011 |
Color Harmonies of #BA10F5
Complementary color
Monochromatic Colors of #BA10F5
Black with #BA10F5
Text Example
Text Example
White with #BA10F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA10F5; }
p { color: rgb(186,16,245); }
H1.HeaderClassName
{
color: #BA10F5;
}
.AnyTagClassName
{
color: #BA10F5;
}
</style>
background-color css
<style>
a { background-color: #BA10F5; }
a { background-color: rgb(186,16,245); }
div.DivClassName
{
background-color: #BA10F5;
}
.BgClassName
{
background-color: #BA10F5;
}
</style>
border-color css
<style>
span { border-color: #BA10F5; }
span { border-color: rgb(186,16,245); }
td.TdClassName
{
border-color: #BA10F5;
}
.TagClassName
{
border-color: #BA10F5;
}
</style>