Shades of Fuchsia #BA6EC0
Tints of Fuchsia #BA6EC0
RGB
CMYK
RGB Variations
Color information
#BA6EC0 (or 0xBA6EC0) is known color: Fuchsia. HEX triplet: BA, 6E and C0. RGB value is (186,110,192). Sum of RGB (Red+Green+Blue) = 186+110+192=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 110 (43.36% from 255 or 22.54% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA6EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6EC0 is #45913F. Grayscale: #8D8D8D. Windows color (decimal): -4559168 or 12611258. OLE color: 12611258.
HSL color Cylindrical-coordinate representation of color #BA6EC0: hue angle of 295.61º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA6EC0 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 110 | 192 | - |
| CMYK | 0.03 | 0.43 | 0 | 0.25 |
| HSL | 295.61º | 0.39% | 0.59% | - |
| HSV(B) | 295.61º | 0.43% | 0.75% | - |
| XYZ | 35.34 | 25.4 | 52.91 | - |
| YUV | 142.07 | 156.18 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 110 | 192 | 0.03 | 0.43 | 0 | 0.25 | 295.61 | 0.39 | 0.59 |
| Hex | BA | 6E | C0 | 3 | 2B | 0 | 19 | 128 | 27 | 3B |
| Octal | 272 | 156 | 300 | 3 | 53 | 0 | 31 | 450 | 47 | 73 |
| Binary | 10111010 | 1101110 | 11000000 | 11 | 101011 | 0 | 11001 | 100101000 | 100111 | 111011 |
Color Harmonies of #BA6EC0
Complementary color
Monochromatic Colors of #BA6EC0
Black with #BA6EC0
Text Example
Text Example
White with #BA6EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6EC0; }
p { color: rgb(186,110,192); }
H1.HeaderClassName
{
color: #BA6EC0;
}
.AnyTagClassName
{
color: #BA6EC0;
}
</style>
background-color css
<style>
a { background-color: #BA6EC0; }
a { background-color: rgb(186,110,192); }
div.DivClassName
{
background-color: #BA6EC0;
}
.BgClassName
{
background-color: #BA6EC0;
}
</style>
border-color css
<style>
span { border-color: #BA6EC0; }
span { border-color: rgb(186,110,192); }
td.TdClassName
{
border-color: #BA6EC0;
}
.TagClassName
{
border-color: #BA6EC0;
}
</style>