Shades of Electric Purple #BA1CE6
Tints of Electric Purple #BA1CE6
RGB
CMYK
RGB Variations
Color information
#BA1CE6 (or 0xBA1CE6) is known color: Electric Purple. HEX triplet: BA, 1C and E6. RGB value is (186,28,230). Sum of RGB (Red+Green+Blue) = 186+28+230=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 28 (11.33% from 255 or 6.31% from 444); Blue value is 230 (90.23% from 255 or 51.80% from 444); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA1CE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1CE6 is #45E319. Grayscale: #616161. Windows color (decimal): -4580122 or 15080634. OLE color: 15080634.
HSL color Cylindrical-coordinate representation of color #BA1CE6: hue angle of 286.93º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1CE6 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 28 | 230 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.10 |
| HSL | 286.93º | 0.8% | 0.51% | - |
| HSV(B) | 286.93º | 0.88% | 0.9% | - |
| XYZ | 34.95 | 16.98 | 76.3 | - |
| YUV | 98.27 | 202.35 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 28 | 230 | 0.19 | 0.88 | 0 | 0.10 | 286.93 | 0.8 | 0.51 |
| Hex | BA | 1C | E6 | 13 | 58 | 0 | A | 11F | 50 | 33 |
| Octal | 272 | 34 | 346 | 23 | 130 | 0 | 12 | 437 | 120 | 63 |
| Binary | 10111010 | 11100 | 11100110 | 10011 | 1011000 | 0 | 1010 | 100011111 | 1010000 | 110011 |
Color Harmonies of #BA1CE6
Complementary color
Monochromatic Colors of #BA1CE6
Black with #BA1CE6
Text Example
Text Example
White with #BA1CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1CE6; }
p { color: rgb(186,28,230); }
H1.HeaderClassName
{
color: #BA1CE6;
}
.AnyTagClassName
{
color: #BA1CE6;
}
</style>
background-color css
<style>
a { background-color: #BA1CE6; }
a { background-color: rgb(186,28,230); }
div.DivClassName
{
background-color: #BA1CE6;
}
.BgClassName
{
background-color: #BA1CE6;
}
</style>
border-color css
<style>
span { border-color: #BA1CE6; }
span { border-color: rgb(186,28,230); }
td.TdClassName
{
border-color: #BA1CE6;
}
.TagClassName
{
border-color: #BA1CE6;
}
</style>