Shades of Electric Purple #BA10FC
Tints of Electric Purple #BA10FC
RGB
CMYK
RGB Variations
Color information
#BA10FC (or 0xBA10FC) is known color: Electric Purple. HEX triplet: BA, 10 and FC. RGB value is (186,16,252). Sum of RGB (Red+Green+Blue) = 186+16+252=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 16 (6.64% from 255 or 3.52% from 454); Blue value is 252 (98.83% from 255 or 55.51% from 454); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA10FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA10FC is #45EF03. Grayscale: #5C5C5C. Windows color (decimal): -4583172 or 16519354. OLE color: 16519354.
HSL color Cylindrical-coordinate representation of color #BA10FC: hue angle of 283.22º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA10FC is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 16 | 252 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.01 |
| HSL | 283.22º | 0.98% | 0.53% | - |
| HSV(B) | 283.22º | 0.94% | 0.99% | - |
| XYZ | 38.01 | 17.84 | 93.54 | - |
| YUV | 93.73 | 217.32 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 252 | 0.26 | 0.94 | 0 | 0.01 | 283.22 | 0.98 | 0.53 |
| Hex | BA | 10 | FC | 1A | 5E | 0 | 1 | 11B | 62 | 35 |
| Octal | 272 | 20 | 374 | 32 | 136 | 0 | 1 | 433 | 142 | 65 |
| Binary | 10111010 | 10000 | 11111100 | 11010 | 1011110 | 0 | 1 | 100011011 | 1100010 | 110101 |
Color Harmonies of #BA10FC
Complementary color
Monochromatic Colors of #BA10FC
Black with #BA10FC
Text Example
Text Example
White with #BA10FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA10FC; }
p { color: rgb(186,16,252); }
H1.HeaderClassName
{
color: #BA10FC;
}
.AnyTagClassName
{
color: #BA10FC;
}
</style>
background-color css
<style>
a { background-color: #BA10FC; }
a { background-color: rgb(186,16,252); }
div.DivClassName
{
background-color: #BA10FC;
}
.BgClassName
{
background-color: #BA10FC;
}
</style>
border-color css
<style>
span { border-color: #BA10FC; }
span { border-color: rgb(186,16,252); }
td.TdClassName
{
border-color: #BA10FC;
}
.TagClassName
{
border-color: #BA10FC;
}
</style>