Shades of Electric Purple #BA1CFC
Tints of Electric Purple #BA1CFC
RGB
CMYK
RGB Variations
Color information
#BA1CFC (or 0xBA1CFC) is known color: Electric Purple. HEX triplet: BA, 1C and FC. RGB value is (186,28,252). Sum of RGB (Red+Green+Blue) = 186+28+252=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 28 (11.33% from 255 or 6.01% from 466); Blue value is 252 (98.83% from 255 or 54.08% from 466); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA1CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1CFC is #45E303. Grayscale: #646464. Windows color (decimal): -4580100 or 16522426. OLE color: 16522426.
HSL color Cylindrical-coordinate representation of color #BA1CFC: hue angle of 282.32º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1CFC is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 28 | 252 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.01 |
| HSL | 282.32º | 0.97% | 0.55% | - |
| HSV(B) | 282.32º | 0.89% | 0.99% | - |
| XYZ | 38.24 | 18.3 | 93.61 | - |
| YUV | 100.78 | 213.35 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 28 | 252 | 0.26 | 0.89 | 0 | 0.01 | 282.32 | 0.97 | 0.55 |
| Hex | BA | 1C | FC | 1A | 59 | 0 | 1 | 11A | 61 | 37 |
| Octal | 272 | 34 | 374 | 32 | 131 | 0 | 1 | 432 | 141 | 67 |
| Binary | 10111010 | 11100 | 11111100 | 11010 | 1011001 | 0 | 1 | 100011010 | 1100001 | 110111 |
Color Harmonies of #BA1CFC
Complementary color
Monochromatic Colors of #BA1CFC
Black with #BA1CFC
Text Example
Text Example
White with #BA1CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1CFC; }
p { color: rgb(186,28,252); }
H1.HeaderClassName
{
color: #BA1CFC;
}
.AnyTagClassName
{
color: #BA1CFC;
}
</style>
background-color css
<style>
a { background-color: #BA1CFC; }
a { background-color: rgb(186,28,252); }
div.DivClassName
{
background-color: #BA1CFC;
}
.BgClassName
{
background-color: #BA1CFC;
}
</style>
border-color css
<style>
span { border-color: #BA1CFC; }
span { border-color: rgb(186,28,252); }
td.TdClassName
{
border-color: #BA1CFC;
}
.TagClassName
{
border-color: #BA1CFC;
}
</style>