Shades of Electric Purple #BA1BE8
Tints of Electric Purple #BA1BE8
RGB
CMYK
RGB Variations
Color information
#BA1BE8 (or 0xBA1BE8) is known color: Electric Purple. HEX triplet: BA, 1B and E8. RGB value is (186,27,232). Sum of RGB (Red+Green+Blue) = 186+27+232=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 27 (10.94% from 255 or 6.07% from 445); Blue value is 232 (91.02% from 255 or 52.13% from 445); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA1BE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1BE8 is #45E417. Grayscale: #616161. Windows color (decimal): -4580376 or 15211450. OLE color: 15211450.
HSL color Cylindrical-coordinate representation of color #BA1BE8: hue angle of 286.54º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1BE8 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 27 | 232 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.09 |
| HSL | 286.54º | 0.82% | 0.51% | - |
| HSV(B) | 286.54º | 0.88% | 0.91% | - |
| XYZ | 35.21 | 17.05 | 77.78 | - |
| YUV | 97.91 | 203.68 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 27 | 232 | 0.20 | 0.88 | 0 | 0.09 | 286.54 | 0.82 | 0.51 |
| Hex | BA | 1B | E8 | 14 | 58 | 0 | 9 | 11F | 52 | 33 |
| Octal | 272 | 33 | 350 | 24 | 130 | 0 | 11 | 437 | 122 | 63 |
| Binary | 10111010 | 11011 | 11101000 | 10100 | 1011000 | 0 | 1001 | 100011111 | 1010010 | 110011 |
Color Harmonies of #BA1BE8
Complementary color
Monochromatic Colors of #BA1BE8
Black with #BA1BE8
Text Example
Text Example
White with #BA1BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1BE8; }
p { color: rgb(186,27,232); }
H1.HeaderClassName
{
color: #BA1BE8;
}
.AnyTagClassName
{
color: #BA1BE8;
}
</style>
background-color css
<style>
a { background-color: #BA1BE8; }
a { background-color: rgb(186,27,232); }
div.DivClassName
{
background-color: #BA1BE8;
}
.BgClassName
{
background-color: #BA1BE8;
}
</style>
border-color css
<style>
span { border-color: #BA1BE8; }
span { border-color: rgb(186,27,232); }
td.TdClassName
{
border-color: #BA1BE8;
}
.TagClassName
{
border-color: #BA1BE8;
}
</style>