Shades of Electric Purple #BA1FE7
Tints of Electric Purple #BA1FE7
RGB
CMYK
RGB Variations
Color information
#BA1FE7 (or 0xBA1FE7) is known color: Electric Purple. HEX triplet: BA, 1F and E7. RGB value is (186,31,231). Sum of RGB (Red+Green+Blue) = 186+31+231=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 31 (12.5% from 255 or 6.92% from 448); Blue value is 231 (90.62% from 255 or 51.56% from 448); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA1FE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1FE7 is #45E018. Grayscale: #636363. Windows color (decimal): -4579353 or 15146938. OLE color: 15146938.
HSL color Cylindrical-coordinate representation of color #BA1FE7: hue angle of 286.5º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1FE7 is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 31 | 231 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.09 |
| HSL | 286.5º | 0.81% | 0.51% | - |
| HSV(B) | 286.5º | 0.87% | 0.91% | - |
| XYZ | 35.16 | 17.19 | 77.07 | - |
| YUV | 100.15 | 201.85 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 231 | 0.19 | 0.87 | 0 | 0.09 | 286.5 | 0.81 | 0.51 |
| Hex | BA | 1F | E7 | 13 | 57 | 0 | 9 | 11E | 51 | 33 |
| Octal | 272 | 37 | 347 | 23 | 127 | 0 | 11 | 436 | 121 | 63 |
| Binary | 10111010 | 11111 | 11100111 | 10011 | 1010111 | 0 | 1001 | 100011110 | 1010001 | 110011 |
Color Harmonies of #BA1FE7
Complementary color
Monochromatic Colors of #BA1FE7
Black with #BA1FE7
Text Example
Text Example
White with #BA1FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1FE7; }
p { color: rgb(186,31,231); }
H1.HeaderClassName
{
color: #BA1FE7;
}
.AnyTagClassName
{
color: #BA1FE7;
}
</style>
background-color css
<style>
a { background-color: #BA1FE7; }
a { background-color: rgb(186,31,231); }
div.DivClassName
{
background-color: #BA1FE7;
}
.BgClassName
{
background-color: #BA1FE7;
}
</style>
border-color css
<style>
span { border-color: #BA1FE7; }
span { border-color: rgb(186,31,231); }
td.TdClassName
{
border-color: #BA1FE7;
}
.TagClassName
{
border-color: #BA1FE7;
}
</style>