Shades of Electric Purple #BA13F0
Tints of Electric Purple #BA13F0
RGB
CMYK
RGB Variations
Color information
#BA13F0 (or 0xBA13F0) is known color: Electric Purple. HEX triplet: BA, 13 and F0. RGB value is (186,19,240). Sum of RGB (Red+Green+Blue) = 186+19+240=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 19 (7.81% from 255 or 4.27% from 445); Blue value is 240 (94.14% from 255 or 53.93% from 445); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA13F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA13F0 is #45EC0F. Grayscale: #5D5D5D. Windows color (decimal): -4582416 or 15733690. OLE color: 15733690.
HSL color Cylindrical-coordinate representation of color #BA13F0: hue angle of 285.34º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA13F0 is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 19 | 240 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.06 |
| HSL | 285.34º | 0.88% | 0.51% | - |
| HSV(B) | 285.34º | 0.92% | 0.94% | - |
| XYZ | 36.21 | 17.2 | 83.85 | - |
| YUV | 94.13 | 210.33 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 240 | 0.22 | 0.92 | 0 | 0.06 | 285.34 | 0.88 | 0.51 |
| Hex | BA | 13 | F0 | 16 | 5C | 0 | 6 | 11D | 58 | 33 |
| Octal | 272 | 23 | 360 | 26 | 134 | 0 | 6 | 435 | 130 | 63 |
| Binary | 10111010 | 10011 | 11110000 | 10110 | 1011100 | 0 | 110 | 100011101 | 1011000 | 110011 |
Color Harmonies of #BA13F0
Complementary color
Monochromatic Colors of #BA13F0
Black with #BA13F0
Text Example
Text Example
White with #BA13F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA13F0; }
p { color: rgb(186,19,240); }
H1.HeaderClassName
{
color: #BA13F0;
}
.AnyTagClassName
{
color: #BA13F0;
}
</style>
background-color css
<style>
a { background-color: #BA13F0; }
a { background-color: rgb(186,19,240); }
div.DivClassName
{
background-color: #BA13F0;
}
.BgClassName
{
background-color: #BA13F0;
}
</style>
border-color css
<style>
span { border-color: #BA13F0; }
span { border-color: rgb(186,19,240); }
td.TdClassName
{
border-color: #BA13F0;
}
.TagClassName
{
border-color: #BA13F0;
}
</style>