Shades of Electric Purple #BA2DEF
Tints of Electric Purple #BA2DEF
RGB
CMYK
RGB Variations
Color information
#BA2DEF (or 0xBA2DEF) is known color: Electric Purple. HEX triplet: BA, 2D and EF. RGB value is (186,45,239). Sum of RGB (Red+Green+Blue) = 186+45+239=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 45 (17.97% from 255 or 9.57% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA2DEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2DEF is #45D210. Grayscale: #6C6C6C. Windows color (decimal): -4575761 or 15674810. OLE color: 15674810.
HSL color Cylindrical-coordinate representation of color #BA2DEF: hue angle of 283.61º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2DEF is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 186 | 45 | 239 | - |
CMYK | 0.22 | 0.81 | 0 | 0.06 |
HSL | 283.61º | 0.86% | 0.56% | - |
HSV(B) | 283.61º | 0.81% | 0.94% | - |
XYZ | 36.77 | 18.55 | 83.3 | - |
YUV | 109.28 | 201.21 | 182.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 45 | 239 | 0.22 | 0.81 | 0 | 0.06 | 283.61 | 0.86 | 0.56 |
Hex | BA | 2D | EF | 16 | 51 | 0 | 6 | 11C | 56 | 38 |
Octal | 272 | 55 | 357 | 26 | 121 | 0 | 6 | 434 | 126 | 70 |
Binary | 10111010 | 101101 | 11101111 | 10110 | 1010001 | 0 | 110 | 100011100 | 1010110 | 111000 |
Color Harmonies of #BA2DEF
Complementary color
Monochromatic Colors of #BA2DEF
Black with #BA2DEF
Text Example
Text Example
White with #BA2DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2DEF; }
p { color: rgb(186,45,239); }
H1.HeaderClassName
{
color: #BA2DEF;
}
.AnyTagClassName
{
color: #BA2DEF;
}
</style>
background-color css
<style>
a { background-color: #BA2DEF; }
a { background-color: rgb(186,45,239); }
div.DivClassName
{
background-color: #BA2DEF;
}
.BgClassName
{
background-color: #BA2DEF;
}
</style>
border-color css
<style>
span { border-color: #BA2DEF; }
span { border-color: rgb(186,45,239); }
td.TdClassName
{
border-color: #BA2DEF;
}
.TagClassName
{
border-color: #BA2DEF;
}
</style>