Shades of Electric Purple #BA16FC
Tints of Electric Purple #BA16FC
RGB
CMYK
RGB Variations
Color information
#BA16FC (or 0xBA16FC) is known color: Electric Purple. HEX triplet: BA, 16 and FC. RGB value is (186,22,252). Sum of RGB (Red+Green+Blue) = 186+22+252=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 22 (8.98% from 255 or 4.78% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA16FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA16FC is #45E903. Grayscale: #606060. Windows color (decimal): -4581636 or 16520890. OLE color: 16520890.
HSL color Cylindrical-coordinate representation of color #BA16FC: hue angle of 282.78º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA16FC is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 22 | 252 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.01 |
| HSL | 282.78º | 0.97% | 0.54% | - |
| HSV(B) | 282.78º | 0.91% | 0.99% | - |
| XYZ | 38.11 | 18.04 | 93.57 | - |
| YUV | 97.26 | 215.33 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 252 | 0.26 | 0.91 | 0 | 0.01 | 282.78 | 0.97 | 0.54 |
| Hex | BA | 16 | FC | 1A | 5B | 0 | 1 | 11B | 61 | 36 |
| Octal | 272 | 26 | 374 | 32 | 133 | 0 | 1 | 433 | 141 | 66 |
| Binary | 10111010 | 10110 | 11111100 | 11010 | 1011011 | 0 | 1 | 100011011 | 1100001 | 110110 |
Color Harmonies of #BA16FC
Complementary color
Monochromatic Colors of #BA16FC
Black with #BA16FC
Text Example
Text Example
White with #BA16FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA16FC; }
p { color: rgb(186,22,252); }
H1.HeaderClassName
{
color: #BA16FC;
}
.AnyTagClassName
{
color: #BA16FC;
}
</style>
background-color css
<style>
a { background-color: #BA16FC; }
a { background-color: rgb(186,22,252); }
div.DivClassName
{
background-color: #BA16FC;
}
.BgClassName
{
background-color: #BA16FC;
}
</style>
border-color css
<style>
span { border-color: #BA16FC; }
span { border-color: rgb(186,22,252); }
td.TdClassName
{
border-color: #BA16FC;
}
.TagClassName
{
border-color: #BA16FC;
}
</style>