Shades of Electric Purple #BA00F8
Tints of Electric Purple #BA00F8
RGB
CMYK
RGB Variations
Color information
#BA00F8 (or 0xBA00F8) is known color: Electric Purple. HEX triplet: BA, 00 and F8. RGB value is (186,0,248). Sum of RGB (Red+Green+Blue) = 186+0+248=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 0 (0.39% from 255 or 0% from 434); Blue value is 248 (97.27% from 255 or 57.14% from 434); Max value from RGB is 248 - color contains mainly: blue. Hex color #BA00F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA00F8 is #45FF07. Grayscale: #535353. Windows color (decimal): -4587272 or 16253114. OLE color: 16253114.
HSL color Cylindrical-coordinate representation of color #BA00F8: hue angle of 285º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA00F8 is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 0 | 248 | - |
| CMYK | 0.25 | 1 | 0 | 0.03 |
| HSL | 285º | 1% | 0.49% | - |
| HSV(B) | 285º | 1% | 0.97% | - |
| XYZ | 37.19 | 17.22 | 90.17 | - |
| YUV | 83.89 | 220.62 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 248 | 0.25 | 1 | 0 | 0.03 | 285 | 1 | 0.49 |
| Hex | BA | 0 | F8 | 19 | 64 | 0 | 3 | 11D | 64 | 31 |
| Octal | 272 | 0 | 370 | 31 | 144 | 0 | 3 | 435 | 144 | 61 |
| Binary | 10111010 | 0 | 11111000 | 11001 | 1100100 | 0 | 11 | 100011101 | 1100100 | 110001 |
Color Harmonies of #BA00F8
Complementary color
Monochromatic Colors of #BA00F8
Black with #BA00F8
Text Example
Text Example
White with #BA00F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA00F8; }
p { color: rgb(186,0,248); }
H1.HeaderClassName
{
color: #BA00F8;
}
.AnyTagClassName
{
color: #BA00F8;
}
</style>
background-color css
<style>
a { background-color: #BA00F8; }
a { background-color: rgb(186,0,248); }
div.DivClassName
{
background-color: #BA00F8;
}
.BgClassName
{
background-color: #BA00F8;
}
</style>
border-color css
<style>
span { border-color: #BA00F8; }
span { border-color: rgb(186,0,248); }
td.TdClassName
{
border-color: #BA00F8;
}
.TagClassName
{
border-color: #BA00F8;
}
</style>