Shades of Electric Purple #BA21F8
Tints of Electric Purple #BA21F8
RGB
CMYK
RGB Variations
Color information
#BA21F8 (or 0xBA21F8) is known color: Electric Purple. HEX triplet: BA, 21 and F8. RGB value is (186,33,248). Sum of RGB (Red+Green+Blue) = 186+33+248=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 33 (13.28% from 255 or 7.07% from 467); Blue value is 248 (97.27% from 255 or 53.10% from 467); Max value from RGB is 248 - color contains mainly: blue. Hex color #BA21F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA21F8 is #45DE07. Grayscale: #666666. Windows color (decimal): -4578824 or 16261562. OLE color: 16261562.
HSL color Cylindrical-coordinate representation of color #BA21F8: hue angle of 282.7º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA21F8 is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 33 | 248 | - |
| CMYK | 0.25 | 0.87 | 0 | 0.03 |
| HSL | 282.7º | 0.94% | 0.55% | - |
| HSV(B) | 282.7º | 0.87% | 0.97% | - |
| XYZ | 37.74 | 18.3 | 90.35 | - |
| YUV | 103.26 | 209.69 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 248 | 0.25 | 0.87 | 0 | 0.03 | 282.7 | 0.94 | 0.55 |
| Hex | BA | 21 | F8 | 19 | 57 | 0 | 3 | 11B | 5E | 37 |
| Octal | 272 | 41 | 370 | 31 | 127 | 0 | 3 | 433 | 136 | 67 |
| Binary | 10111010 | 100001 | 11111000 | 11001 | 1010111 | 0 | 11 | 100011011 | 1011110 | 110111 |
Color Harmonies of #BA21F8
Complementary color
Monochromatic Colors of #BA21F8
Black with #BA21F8
Text Example
Text Example
White with #BA21F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA21F8; }
p { color: rgb(186,33,248); }
H1.HeaderClassName
{
color: #BA21F8;
}
.AnyTagClassName
{
color: #BA21F8;
}
</style>
background-color css
<style>
a { background-color: #BA21F8; }
a { background-color: rgb(186,33,248); }
div.DivClassName
{
background-color: #BA21F8;
}
.BgClassName
{
background-color: #BA21F8;
}
</style>
border-color css
<style>
span { border-color: #BA21F8; }
span { border-color: rgb(186,33,248); }
td.TdClassName
{
border-color: #BA21F8;
}
.TagClassName
{
border-color: #BA21F8;
}
</style>