Shades of Electric Purple #BA00FC
Tints of Electric Purple #BA00FC
RGB
CMYK
RGB Variations
Color information
#BA00FC (or 0xBA00FC) is known color: Electric Purple. HEX triplet: BA, 00 and FC. RGB value is (186,0,252). Sum of RGB (Red+Green+Blue) = 186+0+252=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 0 (0.39% from 255 or 0% from 438); Blue value is 252 (98.83% from 255 or 57.53% from 438); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA00FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA00FC is #45FF03. Grayscale: #535353. Windows color (decimal): -4587268 or 16515258. OLE color: 16515258.
HSL color Cylindrical-coordinate representation of color #BA00FC: hue angle of 284.29º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA00FC is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 0 | 252 | - |
| CMYK | 0.26 | 1 | 0 | 0.01 |
| HSL | 284.29º | 1% | 0.49% | - |
| HSV(B) | 284.29º | 1% | 0.99% | - |
| XYZ | 37.82 | 17.47 | 93.47 | - |
| YUV | 84.34 | 222.62 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 252 | 0.26 | 1 | 0 | 0.01 | 284.29 | 1 | 0.49 |
| Hex | BA | 0 | FC | 1A | 64 | 0 | 1 | 11C | 64 | 31 |
| Octal | 272 | 0 | 374 | 32 | 144 | 0 | 1 | 434 | 144 | 61 |
| Binary | 10111010 | 0 | 11111100 | 11010 | 1100100 | 0 | 1 | 100011100 | 1100100 | 110001 |
Color Harmonies of #BA00FC
Complementary color
Monochromatic Colors of #BA00FC
Black with #BA00FC
Text Example
Text Example
White with #BA00FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA00FC; }
p { color: rgb(186,0,252); }
H1.HeaderClassName
{
color: #BA00FC;
}
.AnyTagClassName
{
color: #BA00FC;
}
</style>
background-color css
<style>
a { background-color: #BA00FC; }
a { background-color: rgb(186,0,252); }
div.DivClassName
{
background-color: #BA00FC;
}
.BgClassName
{
background-color: #BA00FC;
}
</style>
border-color css
<style>
span { border-color: #BA00FC; }
span { border-color: rgb(186,0,252); }
td.TdClassName
{
border-color: #BA00FC;
}
.TagClassName
{
border-color: #BA00FC;
}
</style>