Shades of Electric Purple #BA06F7
Tints of Electric Purple #BA06F7
RGB
CMYK
RGB Variations
Color information
#BA06F7 (or 0xBA06F7) is known color: Electric Purple. HEX triplet: BA, 06 and F7. RGB value is (186,6,247). Sum of RGB (Red+Green+Blue) = 186+6+247=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 6 (2.73% from 255 or 1.37% from 439); Blue value is 247 (96.88% from 255 or 56.26% from 439); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA06F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA06F7 is #45F908. Grayscale: #565656. Windows color (decimal): -4585737 or 16189114. OLE color: 16189114.
HSL color Cylindrical-coordinate representation of color #BA06F7: hue angle of 284.81º 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 #BA06F7 is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 6 | 247 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.03 |
| HSL | 284.81º | 0.95% | 0.5% | - |
| HSV(B) | 284.81º | 0.98% | 0.97% | - |
| XYZ | 37.1 | 17.28 | 89.38 | - |
| YUV | 87.29 | 218.13 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 247 | 0.25 | 0.98 | 0 | 0.03 | 284.81 | 0.95 | 0.5 |
| Hex | BA | 6 | F7 | 19 | 62 | 0 | 3 | 11D | 5F | 32 |
| Octal | 272 | 6 | 367 | 31 | 142 | 0 | 3 | 435 | 137 | 62 |
| Binary | 10111010 | 110 | 11110111 | 11001 | 1100010 | 0 | 11 | 100011101 | 1011111 | 110010 |
Color Harmonies of #BA06F7
Complementary color
Monochromatic Colors of #BA06F7
Black with #BA06F7
Text Example
Text Example
White with #BA06F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA06F7; }
p { color: rgb(186,6,247); }
H1.HeaderClassName
{
color: #BA06F7;
}
.AnyTagClassName
{
color: #BA06F7;
}
</style>
background-color css
<style>
a { background-color: #BA06F7; }
a { background-color: rgb(186,6,247); }
div.DivClassName
{
background-color: #BA06F7;
}
.BgClassName
{
background-color: #BA06F7;
}
</style>
border-color css
<style>
span { border-color: #BA06F7; }
span { border-color: rgb(186,6,247); }
td.TdClassName
{
border-color: #BA06F7;
}
.TagClassName
{
border-color: #BA06F7;
}
</style>