Shades of Electric Purple #BA00ED
Tints of Electric Purple #BA00ED
RGB
CMYK
RGB Variations
Color information
#BA00ED (or 0xBA00ED) is known color: Electric Purple. HEX triplet: BA, 00 and ED. RGB value is (186,0,237). Sum of RGB (Red+Green+Blue) = 186+0+237=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 0 (0.39% from 255 or 0% from 423); Blue value is 237 (92.97% from 255 or 56.03% from 423); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA00ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA00ED is #45FF12. Grayscale: #515151. Windows color (decimal): -4587283 or 15532218. OLE color: 15532218.
HSL color Cylindrical-coordinate representation of color #BA00ED: hue angle of 287.09º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA00ED is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 0 | 237 | - |
| CMYK | 0.22 | 1 | 0 | 0.07 |
| HSL | 287.09º | 1% | 0.46% | - |
| HSV(B) | 287.09º | 1% | 0.93% | - |
| XYZ | 35.54 | 16.55 | 81.44 | - |
| YUV | 82.63 | 215.12 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 237 | 0.22 | 1 | 0 | 0.07 | 287.09 | 1 | 0.46 |
| Hex | BA | 0 | ED | 16 | 64 | 0 | 7 | 11F | 64 | 2E |
| Octal | 272 | 0 | 355 | 26 | 144 | 0 | 7 | 437 | 144 | 56 |
| Binary | 10111010 | 0 | 11101101 | 10110 | 1100100 | 0 | 111 | 100011111 | 1100100 | 101110 |
Color Harmonies of #BA00ED
Complementary color
Monochromatic Colors of #BA00ED
Black with #BA00ED
Text Example
Text Example
White with #BA00ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA00ED; }
p { color: rgb(186,0,237); }
H1.HeaderClassName
{
color: #BA00ED;
}
.AnyTagClassName
{
color: #BA00ED;
}
</style>
background-color css
<style>
a { background-color: #BA00ED; }
a { background-color: rgb(186,0,237); }
div.DivClassName
{
background-color: #BA00ED;
}
.BgClassName
{
background-color: #BA00ED;
}
</style>
border-color css
<style>
span { border-color: #BA00ED; }
span { border-color: rgb(186,0,237); }
td.TdClassName
{
border-color: #BA00ED;
}
.TagClassName
{
border-color: #BA00ED;
}
</style>