Shades of Electric Purple #BA0DEE
Tints of Electric Purple #BA0DEE
RGB
CMYK
RGB Variations
Color information
#BA0DEE (or 0xBA0DEE) is known color: Electric Purple. HEX triplet: BA, 0D and EE. RGB value is (186,13,238). Sum of RGB (Red+Green+Blue) = 186+13+238=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 13 (5.47% from 255 or 2.97% from 437); Blue value is 238 (93.36% from 255 or 54.46% from 437); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA0DEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0DEE is #45F211. Grayscale: #595959. Windows color (decimal): -4583954 or 15601082. OLE color: 15601082.
HSL color Cylindrical-coordinate representation of color #BA0DEE: hue angle of 286.13º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0DEE is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 13 | 238 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.07 |
| HSL | 286.13º | 0.9% | 0.49% | - |
| HSV(B) | 286.13º | 0.95% | 0.93% | - |
| XYZ | 35.83 | 16.9 | 82.26 | - |
| YUV | 90.38 | 211.31 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 13 | 238 | 0.22 | 0.95 | 0 | 0.07 | 286.13 | 0.9 | 0.49 |
| Hex | BA | D | EE | 16 | 5F | 0 | 7 | 11E | 5A | 31 |
| Octal | 272 | 15 | 356 | 26 | 137 | 0 | 7 | 436 | 132 | 61 |
| Binary | 10111010 | 1101 | 11101110 | 10110 | 1011111 | 0 | 111 | 100011110 | 1011010 | 110001 |
Color Harmonies of #BA0DEE
Complementary color
Monochromatic Colors of #BA0DEE
Black with #BA0DEE
Text Example
Text Example
White with #BA0DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0DEE; }
p { color: rgb(186,13,238); }
H1.HeaderClassName
{
color: #BA0DEE;
}
.AnyTagClassName
{
color: #BA0DEE;
}
</style>
background-color css
<style>
a { background-color: #BA0DEE; }
a { background-color: rgb(186,13,238); }
div.DivClassName
{
background-color: #BA0DEE;
}
.BgClassName
{
background-color: #BA0DEE;
}
</style>
border-color css
<style>
span { border-color: #BA0DEE; }
span { border-color: rgb(186,13,238); }
td.TdClassName
{
border-color: #BA0DEE;
}
.TagClassName
{
border-color: #BA0DEE;
}
</style>