Shades of Electric Purple #BA1CFF
Tints of Electric Purple #BA1CFF
RGB
CMYK
RGB Variations
Color information
#BA1CFF (or 0xBA1CFF) is known color: Electric Purple. HEX triplet: BA, 1C and FF. RGB value is (186,28,255). Sum of RGB (Red+Green+Blue) = 186+28+255=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 28 (11.33% from 255 or 5.97% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA1CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1CFF is #45E300. Grayscale: #646464. Windows color (decimal): -4580097 or 16719034. OLE color: 16719034.
HSL color Cylindrical-coordinate representation of color #BA1CFF: hue angle of 281.76º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1CFF is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 28 | 255 | - |
| CMYK | 0.27 | 0.89 | 0 | 0 |
| HSL | 281.76º | 1% | 0.55% | - |
| HSV(B) | 281.76º | 0.89% | 1% | - |
| XYZ | 38.71 | 18.49 | 96.14 | - |
| YUV | 101.12 | 214.85 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 28 | 255 | 0.27 | 0.89 | 0 | 0 | 281.76 | 1 | 0.55 |
| Hex | BA | 1C | FF | 1B | 59 | 0 | 0 | 11A | 64 | 37 |
| Octal | 272 | 34 | 377 | 33 | 131 | 0 | 0 | 432 | 144 | 67 |
| Binary | 10111010 | 11100 | 11111111 | 11011 | 1011001 | 0 | 0 | 100011010 | 1100100 | 110111 |
Color Harmonies of #BA1CFF
Complementary color
Monochromatic Colors of #BA1CFF
Black with #BA1CFF
Text Example
Text Example
White with #BA1CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1CFF; }
p { color: rgb(186,28,255); }
H1.HeaderClassName
{
color: #BA1CFF;
}
.AnyTagClassName
{
color: #BA1CFF;
}
</style>
background-color css
<style>
a { background-color: #BA1CFF; }
a { background-color: rgb(186,28,255); }
div.DivClassName
{
background-color: #BA1CFF;
}
.BgClassName
{
background-color: #BA1CFF;
}
</style>
border-color css
<style>
span { border-color: #BA1CFF; }
span { border-color: rgb(186,28,255); }
td.TdClassName
{
border-color: #BA1CFF;
}
.TagClassName
{
border-color: #BA1CFF;
}
</style>