Shades of Electric Purple #BA15F0
Tints of Electric Purple #BA15F0
RGB
CMYK
RGB Variations
Color information
#BA15F0 (or 0xBA15F0) is known color: Electric Purple. HEX triplet: BA, 15 and F0. RGB value is (186,21,240). Sum of RGB (Red+Green+Blue) = 186+21+240=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 21 (8.59% from 255 or 4.70% from 447); Blue value is 240 (94.14% from 255 or 53.69% from 447); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA15F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA15F0 is #45EA0F. Grayscale: #5E5E5E. Windows color (decimal): -4581904 or 15734202. OLE color: 15734202.
HSL color Cylindrical-coordinate representation of color #BA15F0: hue angle of 285.21º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA15F0 is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 21 | 240 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.06 |
| HSL | 285.21º | 0.88% | 0.51% | - |
| HSV(B) | 285.21º | 0.91% | 0.94% | - |
| XYZ | 36.25 | 17.27 | 83.86 | - |
| YUV | 95.3 | 209.66 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 240 | 0.22 | 0.91 | 0 | 0.06 | 285.21 | 0.88 | 0.51 |
| Hex | BA | 15 | F0 | 16 | 5B | 0 | 6 | 11D | 58 | 33 |
| Octal | 272 | 25 | 360 | 26 | 133 | 0 | 6 | 435 | 130 | 63 |
| Binary | 10111010 | 10101 | 11110000 | 10110 | 1011011 | 0 | 110 | 100011101 | 1011000 | 110011 |
Color Harmonies of #BA15F0
Complementary color
Monochromatic Colors of #BA15F0
Black with #BA15F0
Text Example
Text Example
White with #BA15F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA15F0; }
p { color: rgb(186,21,240); }
H1.HeaderClassName
{
color: #BA15F0;
}
.AnyTagClassName
{
color: #BA15F0;
}
</style>
background-color css
<style>
a { background-color: #BA15F0; }
a { background-color: rgb(186,21,240); }
div.DivClassName
{
background-color: #BA15F0;
}
.BgClassName
{
background-color: #BA15F0;
}
</style>
border-color css
<style>
span { border-color: #BA15F0; }
span { border-color: rgb(186,21,240); }
td.TdClassName
{
border-color: #BA15F0;
}
.TagClassName
{
border-color: #BA15F0;
}
</style>