Shades of Electric Purple #BA10FD
Tints of Electric Purple #BA10FD
RGB
CMYK
RGB Variations
Color information
#BA10FD (or 0xBA10FD) is known color: Electric Purple. HEX triplet: BA, 10 and FD. RGB value is (186,16,253). Sum of RGB (Red+Green+Blue) = 186+16+253=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 16 (6.64% from 255 or 3.52% from 455); Blue value is 253 (99.22% from 255 or 55.60% from 455); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA10FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA10FD is #45EF02. Grayscale: #5D5D5D. Windows color (decimal): -4583171 or 16584890. OLE color: 16584890.
HSL color Cylindrical-coordinate representation of color #BA10FD: hue angle of 283.04º 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 #BA10FD is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 16 | 253 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.01 |
| HSL | 283.04º | 0.98% | 0.53% | - |
| HSV(B) | 283.04º | 0.94% | 0.99% | - |
| XYZ | 38.16 | 17.9 | 94.37 | - |
| YUV | 93.85 | 217.82 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 253 | 0.26 | 0.94 | 0 | 0.01 | 283.04 | 0.98 | 0.53 |
| Hex | BA | 10 | FD | 1A | 5E | 0 | 1 | 11B | 62 | 35 |
| Octal | 272 | 20 | 375 | 32 | 136 | 0 | 1 | 433 | 142 | 65 |
| Binary | 10111010 | 10000 | 11111101 | 11010 | 1011110 | 0 | 1 | 100011011 | 1100010 | 110101 |
Color Harmonies of #BA10FD
Complementary color
Monochromatic Colors of #BA10FD
Black with #BA10FD
Text Example
Text Example
White with #BA10FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA10FD; }
p { color: rgb(186,16,253); }
H1.HeaderClassName
{
color: #BA10FD;
}
.AnyTagClassName
{
color: #BA10FD;
}
</style>
background-color css
<style>
a { background-color: #BA10FD; }
a { background-color: rgb(186,16,253); }
div.DivClassName
{
background-color: #BA10FD;
}
.BgClassName
{
background-color: #BA10FD;
}
</style>
border-color css
<style>
span { border-color: #BA10FD; }
span { border-color: rgb(186,16,253); }
td.TdClassName
{
border-color: #BA10FD;
}
.TagClassName
{
border-color: #BA10FD;
}
</style>