Shades of Electric Purple #BA06F8
Tints of Electric Purple #BA06F8
RGB
CMYK
RGB Variations
Color information
#BA06F8 (or 0xBA06F8) is known color: Electric Purple. HEX triplet: BA, 06 and F8. RGB value is (186,6,248). Sum of RGB (Red+Green+Blue) = 186+6+248=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 6 (2.73% from 255 or 1.36% from 440); Blue value is 248 (97.27% from 255 or 56.36% from 440); Max value from RGB is 248 - color contains mainly: blue. Hex color #BA06F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA06F8 is #45F907. Grayscale: #565656. Windows color (decimal): -4585736 or 16254650. OLE color: 16254650.
HSL color Cylindrical-coordinate representation of color #BA06F8: hue angle of 284.63º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA06F8 is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 6 | 248 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.03 |
| HSL | 284.63º | 0.95% | 0.5% | - |
| HSV(B) | 284.63º | 0.98% | 0.97% | - |
| XYZ | 37.26 | 17.35 | 90.19 | - |
| YUV | 87.41 | 218.63 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 248 | 0.25 | 0.98 | 0 | 0.03 | 284.63 | 0.95 | 0.5 |
| Hex | BA | 6 | F8 | 19 | 62 | 0 | 3 | 11D | 5F | 32 |
| Octal | 272 | 6 | 370 | 31 | 142 | 0 | 3 | 435 | 137 | 62 |
| Binary | 10111010 | 110 | 11111000 | 11001 | 1100010 | 0 | 11 | 100011101 | 1011111 | 110010 |
Color Harmonies of #BA06F8
Complementary color
Monochromatic Colors of #BA06F8
Black with #BA06F8
Text Example
Text Example
White with #BA06F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA06F8; }
p { color: rgb(186,6,248); }
H1.HeaderClassName
{
color: #BA06F8;
}
.AnyTagClassName
{
color: #BA06F8;
}
</style>
background-color css
<style>
a { background-color: #BA06F8; }
a { background-color: rgb(186,6,248); }
div.DivClassName
{
background-color: #BA06F8;
}
.BgClassName
{
background-color: #BA06F8;
}
</style>
border-color css
<style>
span { border-color: #BA06F8; }
span { border-color: rgb(186,6,248); }
td.TdClassName
{
border-color: #BA06F8;
}
.TagClassName
{
border-color: #BA06F8;
}
</style>