Shades of Electric Purple #BA01E6
Tints of Electric Purple #BA01E6
RGB
CMYK
RGB Variations
Color information
#BA01E6 (or 0xBA01E6) is known color: Electric Purple. HEX triplet: BA, 01 and E6. RGB value is (186,1,230). Sum of RGB (Red+Green+Blue) = 186+1+230=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 1 (0.78% from 255 or 0.24% from 417); Blue value is 230 (90.23% from 255 or 55.16% from 417); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA01E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA01E6 is #45FE19. Grayscale: #515151. Windows color (decimal): -4587034 or 15073722. OLE color: 15073722.
HSL color Cylindrical-coordinate representation of color #BA01E6: hue angle of 288.47º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA01E6 is Cyan = 0.19, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 1 | 230 | - |
| CMYK | 0.19 | 1.00 | 0 | 0.10 |
| HSL | 288.47º | 0.99% | 0.45% | - |
| HSV(B) | 288.47º | 1% | 0.9% | - |
| XYZ | 34.54 | 16.17 | 76.16 | - |
| YUV | 82.42 | 211.29 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 230 | 0.19 | 1.00 | 0 | 0.10 | 288.47 | 0.99 | 0.45 |
| Hex | BA | 1 | E6 | 13 | 64 | 0 | A | 120 | 63 | 2D |
| Octal | 272 | 1 | 346 | 23 | 144 | 0 | 12 | 440 | 143 | 55 |
| Binary | 10111010 | 1 | 11100110 | 10011 | 1100100 | 0 | 1010 | 100100000 | 1100011 | 101101 |
Color Harmonies of #BA01E6
Complementary color
Monochromatic Colors of #BA01E6
Black with #BA01E6
Text Example
Text Example
White with #BA01E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA01E6; }
p { color: rgb(186,1,230); }
H1.HeaderClassName
{
color: #BA01E6;
}
.AnyTagClassName
{
color: #BA01E6;
}
</style>
background-color css
<style>
a { background-color: #BA01E6; }
a { background-color: rgb(186,1,230); }
div.DivClassName
{
background-color: #BA01E6;
}
.BgClassName
{
background-color: #BA01E6;
}
</style>
border-color css
<style>
span { border-color: #BA01E6; }
span { border-color: rgb(186,1,230); }
td.TdClassName
{
border-color: #BA01E6;
}
.TagClassName
{
border-color: #BA01E6;
}
</style>