Shades of Electric Purple #BA2DFF
Tints of Electric Purple #BA2DFF
RGB
CMYK
RGB Variations
Color information
#BA2DFF (or 0xBA2DFF) is known color: Electric Purple. HEX triplet: BA, 2D and FF. RGB value is (186,45,255). Sum of RGB (Red+Green+Blue) = 186+45+255=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 45 (17.97% from 255 or 9.26% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA2DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2DFF is #45D200. Grayscale: #6E6E6E. Windows color (decimal): -4575745 or 16723386. OLE color: 16723386.
HSL color Cylindrical-coordinate representation of color #BA2DFF: hue angle of 280.29º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2DFF is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 45 | 255 | - |
| CMYK | 0.27 | 0.82 | 0 | 0 |
| HSL | 280.29º | 1% | 0.59% | - |
| HSV(B) | 280.29º | 0.82% | 1% | - |
| XYZ | 39.24 | 19.54 | 96.31 | - |
| YUV | 111.1 | 209.21 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 255 | 0.27 | 0.82 | 0 | 0 | 280.29 | 1 | 0.59 |
| Hex | BA | 2D | FF | 1B | 52 | 0 | 0 | 118 | 64 | 3B |
| Octal | 272 | 55 | 377 | 33 | 122 | 0 | 0 | 430 | 144 | 73 |
| Binary | 10111010 | 101101 | 11111111 | 11011 | 1010010 | 0 | 0 | 100011000 | 1100100 | 111011 |
Color Harmonies of #BA2DFF
Complementary color
Monochromatic Colors of #BA2DFF
Black with #BA2DFF
Text Example
Text Example
White with #BA2DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2DFF; }
p { color: rgb(186,45,255); }
H1.HeaderClassName
{
color: #BA2DFF;
}
.AnyTagClassName
{
color: #BA2DFF;
}
</style>
background-color css
<style>
a { background-color: #BA2DFF; }
a { background-color: rgb(186,45,255); }
div.DivClassName
{
background-color: #BA2DFF;
}
.BgClassName
{
background-color: #BA2DFF;
}
</style>
border-color css
<style>
span { border-color: #BA2DFF; }
span { border-color: rgb(186,45,255); }
td.TdClassName
{
border-color: #BA2DFF;
}
.TagClassName
{
border-color: #BA2DFF;
}
</style>