Shades of Electric Purple #BA36FF
Tints of Electric Purple #BA36FF
RGB
CMYK
RGB Variations
Color information
#BA36FF (or 0xBA36FF) is known color: Electric Purple. HEX triplet: BA, 36 and FF. RGB value is (186,54,255). Sum of RGB (Red+Green+Blue) = 186+54+255=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 54 (21.48% from 255 or 10.91% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA36FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA36FF is #45C900. Grayscale: #737373. Windows color (decimal): -4573441 or 16725690. OLE color: 16725690.
HSL color Cylindrical-coordinate representation of color #BA36FF: hue angle of 279.4º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA36FF is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 54 | 255 | - |
| CMYK | 0.27 | 0.79 | 0 | 0 |
| HSL | 279.4º | 1% | 0.61% | - |
| HSV(B) | 279.4º | 0.79% | 1% | - |
| XYZ | 39.62 | 20.3 | 96.44 | - |
| YUV | 116.38 | 206.23 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 255 | 0.27 | 0.79 | 0 | 0 | 279.4 | 1 | 0.61 |
| Hex | BA | 36 | FF | 1B | 4F | 0 | 0 | 117 | 64 | 3D |
| Octal | 272 | 66 | 377 | 33 | 117 | 0 | 0 | 427 | 144 | 75 |
| Binary | 10111010 | 110110 | 11111111 | 11011 | 1001111 | 0 | 0 | 100010111 | 1100100 | 111101 |
Color Harmonies of #BA36FF
Complementary color
Monochromatic Colors of #BA36FF
Black with #BA36FF
Text Example
Text Example
White with #BA36FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA36FF; }
p { color: rgb(186,54,255); }
H1.HeaderClassName
{
color: #BA36FF;
}
.AnyTagClassName
{
color: #BA36FF;
}
</style>
background-color css
<style>
a { background-color: #BA36FF; }
a { background-color: rgb(186,54,255); }
div.DivClassName
{
background-color: #BA36FF;
}
.BgClassName
{
background-color: #BA36FF;
}
</style>
border-color css
<style>
span { border-color: #BA36FF; }
span { border-color: rgb(186,54,255); }
td.TdClassName
{
border-color: #BA36FF;
}
.TagClassName
{
border-color: #BA36FF;
}
</style>