Shades of Electric Purple #BA19FF
Tints of Electric Purple #BA19FF
RGB
CMYK
RGB Variations
Color information
#BA19FF (or 0xBA19FF) is known color: Electric Purple. HEX triplet: BA, 19 and FF. RGB value is (186,25,255). Sum of RGB (Red+Green+Blue) = 186+25+255=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 25 (10.16% from 255 or 5.36% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA19FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA19FF is #45E600. Grayscale: #626262. Windows color (decimal): -4580865 or 16718266. OLE color: 16718266.
HSL color Cylindrical-coordinate representation of color #BA19FF: hue angle of 282º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA19FF is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 25 | 255 | - |
| CMYK | 0.27 | 0.90 | 0 | 0 |
| HSL | 282º | 1% | 0.55% | - |
| HSV(B) | 282º | 0.9% | 1% | - |
| XYZ | 38.65 | 18.35 | 96.11 | - |
| YUV | 99.36 | 215.84 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 255 | 0.27 | 0.90 | 0 | 0 | 282 | 1 | 0.55 |
| Hex | BA | 19 | FF | 1B | 5A | 0 | 0 | 11A | 64 | 37 |
| Octal | 272 | 31 | 377 | 33 | 132 | 0 | 0 | 432 | 144 | 67 |
| Binary | 10111010 | 11001 | 11111111 | 11011 | 1011010 | 0 | 0 | 100011010 | 1100100 | 110111 |
Color Harmonies of #BA19FF
Complementary color
Monochromatic Colors of #BA19FF
Black with #BA19FF
Text Example
Text Example
White with #BA19FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA19FF; }
p { color: rgb(186,25,255); }
H1.HeaderClassName
{
color: #BA19FF;
}
.AnyTagClassName
{
color: #BA19FF;
}
</style>
background-color css
<style>
a { background-color: #BA19FF; }
a { background-color: rgb(186,25,255); }
div.DivClassName
{
background-color: #BA19FF;
}
.BgClassName
{
background-color: #BA19FF;
}
</style>
border-color css
<style>
span { border-color: #BA19FF; }
span { border-color: rgb(186,25,255); }
td.TdClassName
{
border-color: #BA19FF;
}
.TagClassName
{
border-color: #BA19FF;
}
</style>