Shades of Electric Purple #BA00FF
Tints of Electric Purple #BA00FF
RGB
CMYK
RGB Variations
Color information
#BA00FF (or 0xBA00FF) is known color: Electric Purple. HEX triplet: BA, 00 and FF. RGB value is (186,0,255). Sum of RGB (Red+Green+Blue) = 186+0+255=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 0 (0.39% from 255 or 0% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA00FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA00FF is #45FF00. Grayscale: #535353. Windows color (decimal): -4587265 or 16711866. OLE color: 16711866.
HSL color Cylindrical-coordinate representation of color #BA00FF: hue angle of 283.76º 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 #BA00FF is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 186 | 0 | 255 | - |
CMYK | 0.27 | 1 | 0 | 0 |
HSL | 283.76º | 1% | 0.5% | - |
HSV(B) | 283.76º | 1% | 1% | - |
XYZ | 38.3 | 17.66 | 96 | - |
YUV | 84.68 | 224.12 | 200.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 0 | 255 | 0.27 | 1 | 0 | 0 | 283.76 | 1 | 0.5 |
Hex | BA | 0 | FF | 1B | 64 | 0 | 0 | 11C | 64 | 32 |
Octal | 272 | 0 | 377 | 33 | 144 | 0 | 0 | 434 | 144 | 62 |
Binary | 10111010 | 0 | 11111111 | 11011 | 1100100 | 0 | 0 | 100011100 | 1100100 | 110010 |
Color Harmonies of #BA00FF
Complementary color
Monochromatic Colors of #BA00FF
Black with #BA00FF
Text Example
Text Example
White with #BA00FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA00FF; }
p { color: rgb(186,0,255); }
H1.HeaderClassName
{
color: #BA00FF;
}
.AnyTagClassName
{
color: #BA00FF;
}
</style>
background-color css
<style>
a { background-color: #BA00FF; }
a { background-color: rgb(186,0,255); }
div.DivClassName
{
background-color: #BA00FF;
}
.BgClassName
{
background-color: #BA00FF;
}
</style>
border-color css
<style>
span { border-color: #BA00FF; }
span { border-color: rgb(186,0,255); }
td.TdClassName
{
border-color: #BA00FF;
}
.TagClassName
{
border-color: #BA00FF;
}
</style>