Shades of Fuchsia #BA6EBC
Tints of Fuchsia #BA6EBC
RGB
CMYK
RGB Variations
Color information
#BA6EBC (or 0xBA6EBC) is known color: Fuchsia. HEX triplet: BA, 6E and BC. RGB value is (186,110,188). Sum of RGB (Red+Green+Blue) = 186+110+188=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 110 (43.36% from 255 or 22.73% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA6EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6EBC is #459143. Grayscale: #8D8D8D. Windows color (decimal): -4559172 or 12349114. OLE color: 12349114.
HSL color Cylindrical-coordinate representation of color #BA6EBC: hue angle of 298.46º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA6EBC is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 110 | 188 | - |
| CMYK | 0.01 | 0.41 | 0 | 0.26 |
| HSL | 298.46º | 0.37% | 0.58% | - |
| HSV(B) | 298.46º | 0.41% | 0.74% | - |
| XYZ | 34.9 | 25.22 | 50.61 | - |
| YUV | 141.62 | 154.18 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 110 | 188 | 0.01 | 0.41 | 0 | 0.26 | 298.46 | 0.37 | 0.58 |
| Hex | BA | 6E | BC | 1 | 29 | 0 | 1A | 12A | 25 | 3A |
| Octal | 272 | 156 | 274 | 1 | 51 | 0 | 32 | 452 | 45 | 72 |
| Binary | 10111010 | 1101110 | 10111100 | 1 | 101001 | 0 | 11010 | 100101010 | 100101 | 111010 |
Color Harmonies of #BA6EBC
Complementary color
Monochromatic Colors of #BA6EBC
Black with #BA6EBC
Text Example
Text Example
White with #BA6EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6EBC; }
p { color: rgb(186,110,188); }
H1.HeaderClassName
{
color: #BA6EBC;
}
.AnyTagClassName
{
color: #BA6EBC;
}
</style>
background-color css
<style>
a { background-color: #BA6EBC; }
a { background-color: rgb(186,110,188); }
div.DivClassName
{
background-color: #BA6EBC;
}
.BgClassName
{
background-color: #BA6EBC;
}
</style>
border-color css
<style>
span { border-color: #BA6EBC; }
span { border-color: rgb(186,110,188); }
td.TdClassName
{
border-color: #BA6EBC;
}
.TagClassName
{
border-color: #BA6EBC;
}
</style>