Shades of Electric Purple #BA2DFC
Tints of Electric Purple #BA2DFC
RGB
CMYK
RGB Variations
Color information
#BA2DFC (or 0xBA2DFC) is known color: Electric Purple. HEX triplet: BA, 2D and FC. RGB value is (186,45,252). Sum of RGB (Red+Green+Blue) = 186+45+252=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 45 (17.97% from 255 or 9.32% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA2DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2DFC is #45D203. Grayscale: #6E6E6E. Windows color (decimal): -4575748 or 16526778. OLE color: 16526778.
HSL color Cylindrical-coordinate representation of color #BA2DFC: hue angle of 280.87º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2DFC is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 45 | 252 | - |
| CMYK | 0.26 | 0.82 | 0 | 0.01 |
| HSL | 280.87º | 0.97% | 0.58% | - |
| HSV(B) | 280.87º | 0.82% | 0.99% | - |
| XYZ | 38.76 | 19.34 | 93.79 | - |
| YUV | 110.76 | 207.71 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 45 | 252 | 0.26 | 0.82 | 0 | 0.01 | 280.87 | 0.97 | 0.58 |
| Hex | BA | 2D | FC | 1A | 52 | 0 | 1 | 119 | 61 | 3A |
| Octal | 272 | 55 | 374 | 32 | 122 | 0 | 1 | 431 | 141 | 72 |
| Binary | 10111010 | 101101 | 11111100 | 11010 | 1010010 | 0 | 1 | 100011001 | 1100001 | 111010 |
Color Harmonies of #BA2DFC
Complementary color
Monochromatic Colors of #BA2DFC
Black with #BA2DFC
Text Example
Text Example
White with #BA2DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2DFC; }
p { color: rgb(186,45,252); }
H1.HeaderClassName
{
color: #BA2DFC;
}
.AnyTagClassName
{
color: #BA2DFC;
}
</style>
background-color css
<style>
a { background-color: #BA2DFC; }
a { background-color: rgb(186,45,252); }
div.DivClassName
{
background-color: #BA2DFC;
}
.BgClassName
{
background-color: #BA2DFC;
}
</style>
border-color css
<style>
span { border-color: #BA2DFC; }
span { border-color: rgb(186,45,252); }
td.TdClassName
{
border-color: #BA2DFC;
}
.TagClassName
{
border-color: #BA2DFC;
}
</style>