Shades of Electric Purple #BA01FF
Tints of Electric Purple #BA01FF
RGB
CMYK
RGB Variations
Color information
#BA01FF (or 0xBA01FF) is known color: Electric Purple. HEX triplet: BA, 01 and FF. RGB value is (186,1,255). Sum of RGB (Red+Green+Blue) = 186+1+255=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 1 (0.78% from 255 or 0.23% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA01FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA01FF is #45FE00. Grayscale: #545454. Windows color (decimal): -4587009 or 16712122. OLE color: 16712122.
HSL color Cylindrical-coordinate representation of color #BA01FF: hue angle of 283.7º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA01FF is Cyan = 0.27, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 1 | 255 | - |
| CMYK | 0.27 | 1.00 | 0 | 0 |
| HSL | 283.7º | 1% | 0.5% | - |
| HSV(B) | 283.7º | 1% | 1% | - |
| XYZ | 38.31 | 17.68 | 96 | - |
| YUV | 85.27 | 223.79 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 255 | 0.27 | 1.00 | 0 | 0 | 283.7 | 1 | 0.5 |
| Hex | BA | 1 | FF | 1B | 64 | 0 | 0 | 11C | 64 | 32 |
| Octal | 272 | 1 | 377 | 33 | 144 | 0 | 0 | 434 | 144 | 62 |
| Binary | 10111010 | 1 | 11111111 | 11011 | 1100100 | 0 | 0 | 100011100 | 1100100 | 110010 |
Color Harmonies of #BA01FF
Complementary color
Monochromatic Colors of #BA01FF
Black with #BA01FF
Text Example
Text Example
White with #BA01FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA01FF; }
p { color: rgb(186,1,255); }
H1.HeaderClassName
{
color: #BA01FF;
}
.AnyTagClassName
{
color: #BA01FF;
}
</style>
background-color css
<style>
a { background-color: #BA01FF; }
a { background-color: rgb(186,1,255); }
div.DivClassName
{
background-color: #BA01FF;
}
.BgClassName
{
background-color: #BA01FF;
}
</style>
border-color css
<style>
span { border-color: #BA01FF; }
span { border-color: rgb(186,1,255); }
td.TdClassName
{
border-color: #BA01FF;
}
.TagClassName
{
border-color: #BA01FF;
}
</style>