Shades of Electric Purple #BA16FB
Tints of Electric Purple #BA16FB
RGB
CMYK
RGB Variations
Color information
#BA16FB (or 0xBA16FB) is known color: Electric Purple. HEX triplet: BA, 16 and FB. RGB value is (186,22,251). Sum of RGB (Red+Green+Blue) = 186+22+251=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 22 (8.98% from 255 or 4.79% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA16FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA16FB is #45E904. Grayscale: #606060. Windows color (decimal): -4581637 or 16455354. OLE color: 16455354.
HSL color Cylindrical-coordinate representation of color #BA16FB: hue angle of 282.97º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA16FB is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 22 | 251 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.02 |
| HSL | 282.97º | 0.97% | 0.54% | - |
| HSV(B) | 282.97º | 0.91% | 0.98% | - |
| XYZ | 37.95 | 17.98 | 92.74 | - |
| YUV | 97.14 | 214.83 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 251 | 0.26 | 0.91 | 0 | 0.02 | 282.97 | 0.97 | 0.54 |
| Hex | BA | 16 | FB | 1A | 5B | 0 | 2 | 11B | 61 | 36 |
| Octal | 272 | 26 | 373 | 32 | 133 | 0 | 2 | 433 | 141 | 66 |
| Binary | 10111010 | 10110 | 11111011 | 11010 | 1011011 | 0 | 10 | 100011011 | 1100001 | 110110 |
Color Harmonies of #BA16FB
Complementary color
Monochromatic Colors of #BA16FB
Black with #BA16FB
Text Example
Text Example
White with #BA16FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA16FB; }
p { color: rgb(186,22,251); }
H1.HeaderClassName
{
color: #BA16FB;
}
.AnyTagClassName
{
color: #BA16FB;
}
</style>
background-color css
<style>
a { background-color: #BA16FB; }
a { background-color: rgb(186,22,251); }
div.DivClassName
{
background-color: #BA16FB;
}
.BgClassName
{
background-color: #BA16FB;
}
</style>
border-color css
<style>
span { border-color: #BA16FB; }
span { border-color: rgb(186,22,251); }
td.TdClassName
{
border-color: #BA16FB;
}
.TagClassName
{
border-color: #BA16FB;
}
</style>