Shades of Electric Purple #BA0BF5
Tints of Electric Purple #BA0BF5
RGB
CMYK
RGB Variations
Color information
#BA0BF5 (or 0xBA0BF5) is known color: Electric Purple. HEX triplet: BA, 0B and F5. RGB value is (186,11,245). Sum of RGB (Red+Green+Blue) = 186+11+245=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 11 (4.69% from 255 or 2.49% from 442); Blue value is 245 (96.09% from 255 or 55.43% from 442); Max value from RGB is 245 - color contains mainly: blue. Hex color #BA0BF5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0BF5 is #45F40A. Grayscale: #595959. Windows color (decimal): -4584459 or 16059322. OLE color: 16059322.
HSL color Cylindrical-coordinate representation of color #BA0BF5: hue angle of 284.87º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA0BF5 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 11 | 245 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.04 |
| HSL | 284.87º | 0.92% | 0.5% | - |
| HSV(B) | 284.87º | 0.96% | 0.96% | - |
| XYZ | 36.85 | 17.27 | 87.78 | - |
| YUV | 90 | 215.48 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 245 | 0.24 | 0.96 | 0 | 0.04 | 284.87 | 0.92 | 0.5 |
| Hex | BA | B | F5 | 18 | 60 | 0 | 4 | 11D | 5C | 32 |
| Octal | 272 | 13 | 365 | 30 | 140 | 0 | 4 | 435 | 134 | 62 |
| Binary | 10111010 | 1011 | 11110101 | 11000 | 1100000 | 0 | 100 | 100011101 | 1011100 | 110010 |
Color Harmonies of #BA0BF5
Complementary color
Monochromatic Colors of #BA0BF5
Black with #BA0BF5
Text Example
Text Example
White with #BA0BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0BF5; }
p { color: rgb(186,11,245); }
H1.HeaderClassName
{
color: #BA0BF5;
}
.AnyTagClassName
{
color: #BA0BF5;
}
</style>
background-color css
<style>
a { background-color: #BA0BF5; }
a { background-color: rgb(186,11,245); }
div.DivClassName
{
background-color: #BA0BF5;
}
.BgClassName
{
background-color: #BA0BF5;
}
</style>
border-color css
<style>
span { border-color: #BA0BF5; }
span { border-color: rgb(186,11,245); }
td.TdClassName
{
border-color: #BA0BF5;
}
.TagClassName
{
border-color: #BA0BF5;
}
</style>