Shades of Electric Purple #BA21E7
Tints of Electric Purple #BA21E7
RGB
CMYK
RGB Variations
Color information
#BA21E7 (or 0xBA21E7) is known color: Electric Purple. HEX triplet: BA, 21 and E7. RGB value is (186,33,231). Sum of RGB (Red+Green+Blue) = 186+33+231=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 33 (13.28% from 255 or 7.33% from 450); Blue value is 231 (90.62% from 255 or 51.33% from 450); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA21E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA21E7 is #45DE18. Grayscale: #646464. Windows color (decimal): -4578841 or 15147450. OLE color: 15147450.
HSL color Cylindrical-coordinate representation of color #BA21E7: hue angle of 286.36º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA21E7 is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 33 | 231 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.09 |
| HSL | 286.36º | 0.8% | 0.52% | - |
| HSV(B) | 286.36º | 0.86% | 0.91% | - |
| XYZ | 35.22 | 17.3 | 77.08 | - |
| YUV | 101.32 | 201.19 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 231 | 0.19 | 0.86 | 0 | 0.09 | 286.36 | 0.8 | 0.52 |
| Hex | BA | 21 | E7 | 13 | 56 | 0 | 9 | 11E | 50 | 34 |
| Octal | 272 | 41 | 347 | 23 | 126 | 0 | 11 | 436 | 120 | 64 |
| Binary | 10111010 | 100001 | 11100111 | 10011 | 1010110 | 0 | 1001 | 100011110 | 1010000 | 110100 |
Color Harmonies of #BA21E7
Complementary color
Monochromatic Colors of #BA21E7
Black with #BA21E7
Text Example
Text Example
White with #BA21E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA21E7; }
p { color: rgb(186,33,231); }
H1.HeaderClassName
{
color: #BA21E7;
}
.AnyTagClassName
{
color: #BA21E7;
}
</style>
background-color css
<style>
a { background-color: #BA21E7; }
a { background-color: rgb(186,33,231); }
div.DivClassName
{
background-color: #BA21E7;
}
.BgClassName
{
background-color: #BA21E7;
}
</style>
border-color css
<style>
span { border-color: #BA21E7; }
span { border-color: rgb(186,33,231); }
td.TdClassName
{
border-color: #BA21E7;
}
.TagClassName
{
border-color: #BA21E7;
}
</style>