Shades of Electric Purple #BA17FC
Tints of Electric Purple #BA17FC
RGB
CMYK
RGB Variations
Color information
#BA17FC (or 0xBA17FC) is known color: Electric Purple. HEX triplet: BA, 17 and FC. RGB value is (186,23,252). Sum of RGB (Red+Green+Blue) = 186+23+252=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 23 (9.38% from 255 or 4.99% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA17FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA17FC is #45E803. Grayscale: #616161. Windows color (decimal): -4581380 or 16521146. OLE color: 16521146.
HSL color Cylindrical-coordinate representation of color #BA17FC: hue angle of 282.71º 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 #BA17FC is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 23 | 252 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.01 |
| HSL | 282.71º | 0.97% | 0.54% | - |
| HSV(B) | 282.71º | 0.91% | 0.99% | - |
| XYZ | 38.13 | 18.08 | 93.58 | - |
| YUV | 97.84 | 215 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 252 | 0.26 | 0.91 | 0 | 0.01 | 282.71 | 0.97 | 0.54 |
| Hex | BA | 17 | FC | 1A | 5B | 0 | 1 | 11B | 61 | 36 |
| Octal | 272 | 27 | 374 | 32 | 133 | 0 | 1 | 433 | 141 | 66 |
| Binary | 10111010 | 10111 | 11111100 | 11010 | 1011011 | 0 | 1 | 100011011 | 1100001 | 110110 |
Color Harmonies of #BA17FC
Complementary color
Monochromatic Colors of #BA17FC
Black with #BA17FC
Text Example
Text Example
White with #BA17FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA17FC; }
p { color: rgb(186,23,252); }
H1.HeaderClassName
{
color: #BA17FC;
}
.AnyTagClassName
{
color: #BA17FC;
}
</style>
background-color css
<style>
a { background-color: #BA17FC; }
a { background-color: rgb(186,23,252); }
div.DivClassName
{
background-color: #BA17FC;
}
.BgClassName
{
background-color: #BA17FC;
}
</style>
border-color css
<style>
span { border-color: #BA17FC; }
span { border-color: rgb(186,23,252); }
td.TdClassName
{
border-color: #BA17FC;
}
.TagClassName
{
border-color: #BA17FC;
}
</style>