Shades of Electric Purple #BA00F3
Tints of Electric Purple #BA00F3
RGB
CMYK
RGB Variations
Color information
#BA00F3 (or 0xBA00F3) is known color: Electric Purple. HEX triplet: BA, 00 and F3. RGB value is (186,0,243). Sum of RGB (Red+Green+Blue) = 186+0+243=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 0 (0.39% from 255 or 0% from 429); Blue value is 243 (95.31% from 255 or 56.64% from 429); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA00F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA00F3 is #45FF0C. Grayscale: #525252. Windows color (decimal): -4587277 or 15925434. OLE color: 15925434.
HSL color Cylindrical-coordinate representation of color #BA00F3: hue angle of 285.93º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA00F3 is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 0 | 243 | - |
| CMYK | 0.23 | 1 | 0 | 0.05 |
| HSL | 285.93º | 1% | 0.48% | - |
| HSV(B) | 285.93º | 1% | 0.95% | - |
| XYZ | 36.43 | 16.91 | 86.14 | - |
| YUV | 83.32 | 218.12 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 243 | 0.23 | 1 | 0 | 0.05 | 285.93 | 1 | 0.48 |
| Hex | BA | 0 | F3 | 17 | 64 | 0 | 5 | 11E | 64 | 30 |
| Octal | 272 | 0 | 363 | 27 | 144 | 0 | 5 | 436 | 144 | 60 |
| Binary | 10111010 | 0 | 11110011 | 10111 | 1100100 | 0 | 101 | 100011110 | 1100100 | 110000 |
Color Harmonies of #BA00F3
Complementary color
Monochromatic Colors of #BA00F3
Black with #BA00F3
Text Example
Text Example
White with #BA00F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA00F3; }
p { color: rgb(186,0,243); }
H1.HeaderClassName
{
color: #BA00F3;
}
.AnyTagClassName
{
color: #BA00F3;
}
</style>
background-color css
<style>
a { background-color: #BA00F3; }
a { background-color: rgb(186,0,243); }
div.DivClassName
{
background-color: #BA00F3;
}
.BgClassName
{
background-color: #BA00F3;
}
</style>
border-color css
<style>
span { border-color: #BA00F3; }
span { border-color: rgb(186,0,243); }
td.TdClassName
{
border-color: #BA00F3;
}
.TagClassName
{
border-color: #BA00F3;
}
</style>