Shades of Electric Purple #BA1DFF
Tints of Electric Purple #BA1DFF
RGB
CMYK
RGB Variations
Color information
#BA1DFF (or 0xBA1DFF) is known color: Electric Purple. HEX triplet: BA, 1D and FF. RGB value is (186,29,255). Sum of RGB (Red+Green+Blue) = 186+29+255=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 29 (11.72% from 255 or 6.17% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA1DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1DFF is #45E200. Grayscale: #646464. Windows color (decimal): -4579841 or 16719290. OLE color: 16719290.
HSL color Cylindrical-coordinate representation of color #BA1DFF: hue angle of 281.68º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1DFF is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 29 | 255 | - |
| CMYK | 0.27 | 0.89 | 0 | 0 |
| HSL | 281.68º | 1% | 0.56% | - |
| HSV(B) | 281.68º | 0.89% | 1% | - |
| XYZ | 38.74 | 18.54 | 96.14 | - |
| YUV | 101.71 | 214.51 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 255 | 0.27 | 0.89 | 0 | 0 | 281.68 | 1 | 0.56 |
| Hex | BA | 1D | FF | 1B | 59 | 0 | 0 | 11A | 64 | 38 |
| Octal | 272 | 35 | 377 | 33 | 131 | 0 | 0 | 432 | 144 | 70 |
| Binary | 10111010 | 11101 | 11111111 | 11011 | 1011001 | 0 | 0 | 100011010 | 1100100 | 111000 |
Color Harmonies of #BA1DFF
Complementary color
Monochromatic Colors of #BA1DFF
Black with #BA1DFF
Text Example
Text Example
White with #BA1DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1DFF; }
p { color: rgb(186,29,255); }
H1.HeaderClassName
{
color: #BA1DFF;
}
.AnyTagClassName
{
color: #BA1DFF;
}
</style>
background-color css
<style>
a { background-color: #BA1DFF; }
a { background-color: rgb(186,29,255); }
div.DivClassName
{
background-color: #BA1DFF;
}
.BgClassName
{
background-color: #BA1DFF;
}
</style>
border-color css
<style>
span { border-color: #BA1DFF; }
span { border-color: rgb(186,29,255); }
td.TdClassName
{
border-color: #BA1DFF;
}
.TagClassName
{
border-color: #BA1DFF;
}
</style>