Shades of Electric Purple #BA0CFF
Tints of Electric Purple #BA0CFF
RGB
CMYK
RGB Variations
Color information
#BA0CFF (or 0xBA0CFF) is known color: Electric Purple. HEX triplet: BA, 0C and FF. RGB value is (186,12,255). Sum of RGB (Red+Green+Blue) = 186+12+255=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 12 (5.08% from 255 or 2.65% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA0CFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0CFF is #45F300. Grayscale: #5A5A5A. Windows color (decimal): -4584193 or 16714938. OLE color: 16714938.
HSL color Cylindrical-coordinate representation of color #BA0CFF: hue angle of 282.96º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0CFF is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 12 | 255 | - |
| CMYK | 0.27 | 0.95 | 0 | 0 |
| HSL | 282.96º | 1% | 0.52% | - |
| HSV(B) | 282.96º | 0.95% | 1% | - |
| XYZ | 38.43 | 17.92 | 96.04 | - |
| YUV | 91.73 | 220.15 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 12 | 255 | 0.27 | 0.95 | 0 | 0 | 282.96 | 1 | 0.52 |
| Hex | BA | C | FF | 1B | 5F | 0 | 0 | 11B | 64 | 34 |
| Octal | 272 | 14 | 377 | 33 | 137 | 0 | 0 | 433 | 144 | 64 |
| Binary | 10111010 | 1100 | 11111111 | 11011 | 1011111 | 0 | 0 | 100011011 | 1100100 | 110100 |
Color Harmonies of #BA0CFF
Complementary color
Monochromatic Colors of #BA0CFF
Black with #BA0CFF
Text Example
Text Example
White with #BA0CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0CFF; }
p { color: rgb(186,12,255); }
H1.HeaderClassName
{
color: #BA0CFF;
}
.AnyTagClassName
{
color: #BA0CFF;
}
</style>
background-color css
<style>
a { background-color: #BA0CFF; }
a { background-color: rgb(186,12,255); }
div.DivClassName
{
background-color: #BA0CFF;
}
.BgClassName
{
background-color: #BA0CFF;
}
</style>
border-color css
<style>
span { border-color: #BA0CFF; }
span { border-color: rgb(186,12,255); }
td.TdClassName
{
border-color: #BA0CFF;
}
.TagClassName
{
border-color: #BA0CFF;
}
</style>