Shades of Electric Purple #BA00EB
Tints of Electric Purple #BA00EB
RGB
CMYK
RGB Variations
Color information
#BA00EB (or 0xBA00EB) is known color: Electric Purple. HEX triplet: BA, 00 and EB. RGB value is (186,0,235). Sum of RGB (Red+Green+Blue) = 186+0+235=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 0 (0.39% from 255 or 0% from 421); Blue value is 235 (92.19% from 255 or 55.82% from 421); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA00EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA00EB is #45FF14. Grayscale: #515151. Windows color (decimal): -4587285 or 15401146. OLE color: 15401146.
HSL color Cylindrical-coordinate representation of color #BA00EB: hue angle of 287.49º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA00EB is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 0 | 235 | - |
| CMYK | 0.21 | 1 | 0 | 0.08 |
| HSL | 287.49º | 1% | 0.46% | - |
| HSV(B) | 287.49º | 1% | 0.92% | - |
| XYZ | 35.25 | 16.44 | 79.91 | - |
| YUV | 82.4 | 214.12 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 235 | 0.21 | 1 | 0 | 0.08 | 287.49 | 1 | 0.46 |
| Hex | BA | 0 | EB | 15 | 64 | 0 | 8 | 11F | 64 | 2E |
| Octal | 272 | 0 | 353 | 25 | 144 | 0 | 10 | 437 | 144 | 56 |
| Binary | 10111010 | 0 | 11101011 | 10101 | 1100100 | 0 | 1000 | 100011111 | 1100100 | 101110 |
Color Harmonies of #BA00EB
Complementary color
Monochromatic Colors of #BA00EB
Black with #BA00EB
Text Example
Text Example
White with #BA00EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA00EB; }
p { color: rgb(186,0,235); }
H1.HeaderClassName
{
color: #BA00EB;
}
.AnyTagClassName
{
color: #BA00EB;
}
</style>
background-color css
<style>
a { background-color: #BA00EB; }
a { background-color: rgb(186,0,235); }
div.DivClassName
{
background-color: #BA00EB;
}
.BgClassName
{
background-color: #BA00EB;
}
</style>
border-color css
<style>
span { border-color: #BA00EB; }
span { border-color: rgb(186,0,235); }
td.TdClassName
{
border-color: #BA00EB;
}
.TagClassName
{
border-color: #BA00EB;
}
</style>