Shades of Electric Purple #BA15FC
Tints of Electric Purple #BA15FC
RGB
CMYK
RGB Variations
Color information
#BA15FC (or 0xBA15FC) is known color: Electric Purple. HEX triplet: BA, 15 and FC. RGB value is (186,21,252). Sum of RGB (Red+Green+Blue) = 186+21+252=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 21 (8.59% from 255 or 4.58% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA15FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA15FC is #45EA03. Grayscale: #5F5F5F. Windows color (decimal): -4581892 or 16520634. OLE color: 16520634.
HSL color Cylindrical-coordinate representation of color #BA15FC: hue angle of 282.86º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA15FC is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 21 | 252 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.01 |
| HSL | 282.86º | 0.97% | 0.54% | - |
| HSV(B) | 282.86º | 0.92% | 0.99% | - |
| XYZ | 38.09 | 18 | 93.56 | - |
| YUV | 96.67 | 215.66 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 252 | 0.26 | 0.92 | 0 | 0.01 | 282.86 | 0.97 | 0.54 |
| Hex | BA | 15 | FC | 1A | 5C | 0 | 1 | 11B | 61 | 36 |
| Octal | 272 | 25 | 374 | 32 | 134 | 0 | 1 | 433 | 141 | 66 |
| Binary | 10111010 | 10101 | 11111100 | 11010 | 1011100 | 0 | 1 | 100011011 | 1100001 | 110110 |
Color Harmonies of #BA15FC
Complementary color
Monochromatic Colors of #BA15FC
Black with #BA15FC
Text Example
Text Example
White with #BA15FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA15FC; }
p { color: rgb(186,21,252); }
H1.HeaderClassName
{
color: #BA15FC;
}
.AnyTagClassName
{
color: #BA15FC;
}
</style>
background-color css
<style>
a { background-color: #BA15FC; }
a { background-color: rgb(186,21,252); }
div.DivClassName
{
background-color: #BA15FC;
}
.BgClassName
{
background-color: #BA15FC;
}
</style>
border-color css
<style>
span { border-color: #BA15FC; }
span { border-color: rgb(186,21,252); }
td.TdClassName
{
border-color: #BA15FC;
}
.TagClassName
{
border-color: #BA15FC;
}
</style>