Shades of Electric Purple #BA06FF
Tints of Electric Purple #BA06FF
RGB
CMYK
RGB Variations
Color information
#BA06FF (or 0xBA06FF) is known color: Electric Purple. HEX triplet: BA, 06 and FF. RGB value is (186,6,255). Sum of RGB (Red+Green+Blue) = 186+6+255=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 6 (2.73% from 255 or 1.34% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA06FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA06FF is #45F900. Grayscale: #575757. Windows color (decimal): -4585729 or 16713402. OLE color: 16713402.
HSL color Cylindrical-coordinate representation of color #BA06FF: hue angle of 283.37º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA06FF is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 6 | 255 | - |
| CMYK | 0.27 | 0.98 | 0 | 0 |
| HSL | 283.37º | 1% | 0.51% | - |
| HSV(B) | 283.37º | 0.98% | 1% | - |
| XYZ | 38.36 | 17.79 | 96.02 | - |
| YUV | 88.21 | 222.13 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 255 | 0.27 | 0.98 | 0 | 0 | 283.37 | 1 | 0.51 |
| Hex | BA | 6 | FF | 1B | 62 | 0 | 0 | 11B | 64 | 33 |
| Octal | 272 | 6 | 377 | 33 | 142 | 0 | 0 | 433 | 144 | 63 |
| Binary | 10111010 | 110 | 11111111 | 11011 | 1100010 | 0 | 0 | 100011011 | 1100100 | 110011 |
Color Harmonies of #BA06FF
Complementary color
Monochromatic Colors of #BA06FF
Black with #BA06FF
Text Example
Text Example
White with #BA06FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA06FF; }
p { color: rgb(186,6,255); }
H1.HeaderClassName
{
color: #BA06FF;
}
.AnyTagClassName
{
color: #BA06FF;
}
</style>
background-color css
<style>
a { background-color: #BA06FF; }
a { background-color: rgb(186,6,255); }
div.DivClassName
{
background-color: #BA06FF;
}
.BgClassName
{
background-color: #BA06FF;
}
</style>
border-color css
<style>
span { border-color: #BA06FF; }
span { border-color: rgb(186,6,255); }
td.TdClassName
{
border-color: #BA06FF;
}
.TagClassName
{
border-color: #BA06FF;
}
</style>