Shades of Electric Purple #BA07F8
Tints of Electric Purple #BA07F8
RGB
CMYK
RGB Variations
Color information
#BA07F8 (or 0xBA07F8) is known color: Electric Purple. HEX triplet: BA, 07 and F8. RGB value is (186,7,248). Sum of RGB (Red+Green+Blue) = 186+7+248=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 7 (3.12% from 255 or 1.59% from 441); Blue value is 248 (97.27% from 255 or 56.24% from 441); Max value from RGB is 248 - color contains mainly: blue. Hex color #BA07F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA07F8 is #45F807. Grayscale: #575757. Windows color (decimal): -4585480 or 16254906. OLE color: 16254906.
HSL color Cylindrical-coordinate representation of color #BA07F8: hue angle of 284.56º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA07F8 is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 7 | 248 | - |
| CMYK | 0.25 | 0.97 | 0 | 0.03 |
| HSL | 284.56º | 0.95% | 0.5% | - |
| HSV(B) | 284.56º | 0.97% | 0.97% | - |
| XYZ | 37.27 | 17.37 | 90.2 | - |
| YUV | 88 | 218.3 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 248 | 0.25 | 0.97 | 0 | 0.03 | 284.56 | 0.95 | 0.5 |
| Hex | BA | 7 | F8 | 19 | 61 | 0 | 3 | 11D | 5F | 32 |
| Octal | 272 | 7 | 370 | 31 | 141 | 0 | 3 | 435 | 137 | 62 |
| Binary | 10111010 | 111 | 11111000 | 11001 | 1100001 | 0 | 11 | 100011101 | 1011111 | 110010 |
Color Harmonies of #BA07F8
Complementary color
Monochromatic Colors of #BA07F8
Black with #BA07F8
Text Example
Text Example
White with #BA07F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA07F8; }
p { color: rgb(186,7,248); }
H1.HeaderClassName
{
color: #BA07F8;
}
.AnyTagClassName
{
color: #BA07F8;
}
</style>
background-color css
<style>
a { background-color: #BA07F8; }
a { background-color: rgb(186,7,248); }
div.DivClassName
{
background-color: #BA07F8;
}
.BgClassName
{
background-color: #BA07F8;
}
</style>
border-color css
<style>
span { border-color: #BA07F8; }
span { border-color: rgb(186,7,248); }
td.TdClassName
{
border-color: #BA07F8;
}
.TagClassName
{
border-color: #BA07F8;
}
</style>