Shades of Electric Purple #BA27F0
Tints of Electric Purple #BA27F0
RGB
CMYK
RGB Variations
Color information
#BA27F0 (or 0xBA27F0) is known color: Electric Purple. HEX triplet: BA, 27 and F0. RGB value is (186,39,240). Sum of RGB (Red+Green+Blue) = 186+39+240=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 39 (15.62% from 255 or 8.39% from 465); Blue value is 240 (94.14% from 255 or 51.61% from 465); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA27F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA27F0 is #45D80F. Grayscale: #696969. Windows color (decimal): -4577296 or 15738810. OLE color: 15738810.
HSL color Cylindrical-coordinate representation of color #BA27F0: hue angle of 283.88º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA27F0 is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 39 | 240 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.06 |
| HSL | 283.88º | 0.87% | 0.55% | - |
| HSV(B) | 283.88º | 0.84% | 0.94% | - |
| XYZ | 36.7 | 18.18 | 84.01 | - |
| YUV | 105.87 | 203.7 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 240 | 0.22 | 0.84 | 0 | 0.06 | 283.88 | 0.87 | 0.55 |
| Hex | BA | 27 | F0 | 16 | 54 | 0 | 6 | 11C | 57 | 37 |
| Octal | 272 | 47 | 360 | 26 | 124 | 0 | 6 | 434 | 127 | 67 |
| Binary | 10111010 | 100111 | 11110000 | 10110 | 1010100 | 0 | 110 | 100011100 | 1010111 | 110111 |
Color Harmonies of #BA27F0
Complementary color
Monochromatic Colors of #BA27F0
Black with #BA27F0
Text Example
Text Example
White with #BA27F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA27F0; }
p { color: rgb(186,39,240); }
H1.HeaderClassName
{
color: #BA27F0;
}
.AnyTagClassName
{
color: #BA27F0;
}
</style>
background-color css
<style>
a { background-color: #BA27F0; }
a { background-color: rgb(186,39,240); }
div.DivClassName
{
background-color: #BA27F0;
}
.BgClassName
{
background-color: #BA27F0;
}
</style>
border-color css
<style>
span { border-color: #BA27F0; }
span { border-color: rgb(186,39,240); }
td.TdClassName
{
border-color: #BA27F0;
}
.TagClassName
{
border-color: #BA27F0;
}
</style>