Shades of Electric Purple #BA1CFE
Tints of Electric Purple #BA1CFE
RGB
CMYK
RGB Variations
Color information
#BA1CFE (or 0xBA1CFE) is known color: Electric Purple. HEX triplet: BA, 1C and FE. RGB value is (186,28,254). Sum of RGB (Red+Green+Blue) = 186+28+254=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 28 (11.33% from 255 or 5.98% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA1CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1CFE is #45E301. Grayscale: #646464. Windows color (decimal): -4580098 or 16653498. OLE color: 16653498.
HSL color Cylindrical-coordinate representation of color #BA1CFE: hue angle of 281.95º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1CFE is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 28 | 254 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.00 |
| HSL | 281.95º | 0.99% | 0.55% | - |
| HSV(B) | 281.95º | 0.89% | 1% | - |
| XYZ | 38.55 | 18.43 | 95.29 | - |
| YUV | 101.01 | 214.35 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 28 | 254 | 0.27 | 0.89 | 0 | 0.00 | 281.95 | 0.99 | 0.55 |
| Hex | BA | 1C | FE | 1B | 59 | 0 | 0 | 11A | 63 | 37 |
| Octal | 272 | 34 | 376 | 33 | 131 | 0 | 0 | 432 | 143 | 67 |
| Binary | 10111010 | 11100 | 11111110 | 11011 | 1011001 | 0 | 0 | 100011010 | 1100011 | 110111 |
Color Harmonies of #BA1CFE
Complementary color
Monochromatic Colors of #BA1CFE
Black with #BA1CFE
Text Example
Text Example
White with #BA1CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1CFE; }
p { color: rgb(186,28,254); }
H1.HeaderClassName
{
color: #BA1CFE;
}
.AnyTagClassName
{
color: #BA1CFE;
}
</style>
background-color css
<style>
a { background-color: #BA1CFE; }
a { background-color: rgb(186,28,254); }
div.DivClassName
{
background-color: #BA1CFE;
}
.BgClassName
{
background-color: #BA1CFE;
}
</style>
border-color css
<style>
span { border-color: #BA1CFE; }
span { border-color: rgb(186,28,254); }
td.TdClassName
{
border-color: #BA1CFE;
}
.TagClassName
{
border-color: #BA1CFE;
}
</style>