Shades of Electric Purple #BA08FC
Tints of Electric Purple #BA08FC
RGB
CMYK
RGB Variations
Color information
#BA08FC (or 0xBA08FC) is known color: Electric Purple. HEX triplet: BA, 08 and FC. RGB value is (186,8,252). Sum of RGB (Red+Green+Blue) = 186+8+252=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 8 (3.52% from 255 or 1.79% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA08FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA08FC is #45F703. Grayscale: #585858. Windows color (decimal): -4585220 or 16517306. OLE color: 16517306.
HSL color Cylindrical-coordinate representation of color #BA08FC: hue angle of 283.77º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA08FC is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 8 | 252 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.01 |
| HSL | 283.77º | 0.98% | 0.51% | - |
| HSV(B) | 283.77º | 0.97% | 0.99% | - |
| XYZ | 37.91 | 17.64 | 93.5 | - |
| YUV | 89.04 | 219.97 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 252 | 0.26 | 0.97 | 0 | 0.01 | 283.77 | 0.98 | 0.51 |
| Hex | BA | 8 | FC | 1A | 61 | 0 | 1 | 11C | 62 | 33 |
| Octal | 272 | 10 | 374 | 32 | 141 | 0 | 1 | 434 | 142 | 63 |
| Binary | 10111010 | 1000 | 11111100 | 11010 | 1100001 | 0 | 1 | 100011100 | 1100010 | 110011 |
Color Harmonies of #BA08FC
Complementary color
Monochromatic Colors of #BA08FC
Black with #BA08FC
Text Example
Text Example
White with #BA08FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA08FC; }
p { color: rgb(186,8,252); }
H1.HeaderClassName
{
color: #BA08FC;
}
.AnyTagClassName
{
color: #BA08FC;
}
</style>
background-color css
<style>
a { background-color: #BA08FC; }
a { background-color: rgb(186,8,252); }
div.DivClassName
{
background-color: #BA08FC;
}
.BgClassName
{
background-color: #BA08FC;
}
</style>
border-color css
<style>
span { border-color: #BA08FC; }
span { border-color: rgb(186,8,252); }
td.TdClassName
{
border-color: #BA08FC;
}
.TagClassName
{
border-color: #BA08FC;
}
</style>