Shades of Fuchsia #BA4EC0
Tints of Fuchsia #BA4EC0
RGB
CMYK
RGB Variations
Color information
#BA4EC0 (or 0xBA4EC0) is known color: Fuchsia. HEX triplet: BA, 4E and C0. RGB value is (186,78,192). Sum of RGB (Red+Green+Blue) = 186+78+192=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 78 (30.86% from 255 or 17.11% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA4EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4EC0 is #45B13F. Grayscale: #7A7A7A. Windows color (decimal): -4567360 or 12603066. OLE color: 12603066.
HSL color Cylindrical-coordinate representation of color #BA4EC0: hue angle of 296.84º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA4EC0 is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 78 | 192 | - |
| CMYK | 0.03 | 0.59 | 0 | 0.25 |
| HSL | 296.84º | 0.48% | 0.53% | - |
| HSV(B) | 296.84º | 0.59% | 0.75% | - |
| XYZ | 32.49 | 19.69 | 51.96 | - |
| YUV | 123.29 | 166.78 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 78 | 192 | 0.03 | 0.59 | 0 | 0.25 | 296.84 | 0.48 | 0.53 |
| Hex | BA | 4E | C0 | 3 | 3B | 0 | 19 | 129 | 30 | 35 |
| Octal | 272 | 116 | 300 | 3 | 73 | 0 | 31 | 451 | 60 | 65 |
| Binary | 10111010 | 1001110 | 11000000 | 11 | 111011 | 0 | 11001 | 100101001 | 110000 | 110101 |
Color Harmonies of #BA4EC0
Complementary color
Monochromatic Colors of #BA4EC0
Black with #BA4EC0
Text Example
Text Example
White with #BA4EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4EC0; }
p { color: rgb(186,78,192); }
H1.HeaderClassName
{
color: #BA4EC0;
}
.AnyTagClassName
{
color: #BA4EC0;
}
</style>
background-color css
<style>
a { background-color: #BA4EC0; }
a { background-color: rgb(186,78,192); }
div.DivClassName
{
background-color: #BA4EC0;
}
.BgClassName
{
background-color: #BA4EC0;
}
</style>
border-color css
<style>
span { border-color: #BA4EC0; }
span { border-color: rgb(186,78,192); }
td.TdClassName
{
border-color: #BA4EC0;
}
.TagClassName
{
border-color: #BA4EC0;
}
</style>