Shades of Electric Purple #BA18FF
Tints of Electric Purple #BA18FF
RGB
CMYK
RGB Variations
Color information
#BA18FF (or 0xBA18FF) is known color: Electric Purple. HEX triplet: BA, 18 and FF. RGB value is (186,24,255). Sum of RGB (Red+Green+Blue) = 186+24+255=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 24 (9.77% from 255 or 5.16% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA18FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA18FF is #45E700. Grayscale: #626262. Windows color (decimal): -4581121 or 16718010. OLE color: 16718010.
HSL color Cylindrical-coordinate representation of color #BA18FF: hue angle of 282.08º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA18FF is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 24 | 255 | - |
| CMYK | 0.27 | 0.91 | 0 | 0 |
| HSL | 282.08º | 1% | 0.55% | - |
| HSV(B) | 282.08º | 0.91% | 1% | - |
| XYZ | 38.63 | 18.31 | 96.11 | - |
| YUV | 98.77 | 216.17 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 24 | 255 | 0.27 | 0.91 | 0 | 0 | 282.08 | 1 | 0.55 |
| Hex | BA | 18 | FF | 1B | 5B | 0 | 0 | 11A | 64 | 37 |
| Octal | 272 | 30 | 377 | 33 | 133 | 0 | 0 | 432 | 144 | 67 |
| Binary | 10111010 | 11000 | 11111111 | 11011 | 1011011 | 0 | 0 | 100011010 | 1100100 | 110111 |
Color Harmonies of #BA18FF
Complementary color
Monochromatic Colors of #BA18FF
Black with #BA18FF
Text Example
Text Example
White with #BA18FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA18FF; }
p { color: rgb(186,24,255); }
H1.HeaderClassName
{
color: #BA18FF;
}
.AnyTagClassName
{
color: #BA18FF;
}
</style>
background-color css
<style>
a { background-color: #BA18FF; }
a { background-color: rgb(186,24,255); }
div.DivClassName
{
background-color: #BA18FF;
}
.BgClassName
{
background-color: #BA18FF;
}
</style>
border-color css
<style>
span { border-color: #BA18FF; }
span { border-color: rgb(186,24,255); }
td.TdClassName
{
border-color: #BA18FF;
}
.TagClassName
{
border-color: #BA18FF;
}
</style>