Shades of Electric Purple #BA21FF
Tints of Electric Purple #BA21FF
RGB
CMYK
RGB Variations
Color information
#BA21FF (or 0xBA21FF) is known color: Electric Purple. HEX triplet: BA, 21 and FF. RGB value is (186,33,255). Sum of RGB (Red+Green+Blue) = 186+33+255=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 33 (13.28% from 255 or 6.96% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA21FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA21FF is #45DE00. Grayscale: #676767. Windows color (decimal): -4578817 or 16720314. OLE color: 16720314.
HSL color Cylindrical-coordinate representation of color #BA21FF: hue angle of 281.35º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA21FF is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 33 | 255 | - |
| CMYK | 0.27 | 0.87 | 0 | 0 |
| HSL | 281.35º | 1% | 0.56% | - |
| HSV(B) | 281.35º | 0.87% | 1% | - |
| XYZ | 38.84 | 18.75 | 96.18 | - |
| YUV | 104.06 | 213.19 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 255 | 0.27 | 0.87 | 0 | 0 | 281.35 | 1 | 0.56 |
| Hex | BA | 21 | FF | 1B | 57 | 0 | 0 | 119 | 64 | 38 |
| Octal | 272 | 41 | 377 | 33 | 127 | 0 | 0 | 431 | 144 | 70 |
| Binary | 10111010 | 100001 | 11111111 | 11011 | 1010111 | 0 | 0 | 100011001 | 1100100 | 111000 |
Color Harmonies of #BA21FF
Complementary color
Monochromatic Colors of #BA21FF
Black with #BA21FF
Text Example
Text Example
White with #BA21FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA21FF; }
p { color: rgb(186,33,255); }
H1.HeaderClassName
{
color: #BA21FF;
}
.AnyTagClassName
{
color: #BA21FF;
}
</style>
background-color css
<style>
a { background-color: #BA21FF; }
a { background-color: rgb(186,33,255); }
div.DivClassName
{
background-color: #BA21FF;
}
.BgClassName
{
background-color: #BA21FF;
}
</style>
border-color css
<style>
span { border-color: #BA21FF; }
span { border-color: rgb(186,33,255); }
td.TdClassName
{
border-color: #BA21FF;
}
.TagClassName
{
border-color: #BA21FF;
}
</style>