Shades of Fuchsia #BA76C1
Tints of Fuchsia #BA76C1
RGB
CMYK
RGB Variations
Color information
#BA76C1 (or 0xBA76C1) is known color: Fuchsia. HEX triplet: BA, 76 and C1. RGB value is (186,118,193). Sum of RGB (Red+Green+Blue) = 186+118+193=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 118 (46.48% from 255 or 23.74% from 497); Blue value is 193 (75.78% from 255 or 38.83% from 497); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA76C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA76C1 is #45893E. Grayscale: #929292. Windows color (decimal): -4557119 or 12678842. OLE color: 12678842.
HSL color Cylindrical-coordinate representation of color #BA76C1: hue angle of 294.4º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA76C1 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 118 | 193 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.24 |
| HSL | 294.4º | 0.38% | 0.61% | - |
| HSV(B) | 294.4º | 0.39% | 0.76% | - |
| XYZ | 36.35 | 27.25 | 53.8 | - |
| YUV | 146.88 | 154.03 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 193 | 0.04 | 0.39 | 0 | 0.24 | 294.4 | 0.38 | 0.61 |
| Hex | BA | 76 | C1 | 4 | 27 | 0 | 18 | 126 | 26 | 3D |
| Octal | 272 | 166 | 301 | 4 | 47 | 0 | 30 | 446 | 46 | 75 |
| Binary | 10111010 | 1110110 | 11000001 | 100 | 100111 | 0 | 11000 | 100100110 | 100110 | 111101 |
Color Harmonies of #BA76C1
Complementary color
Monochromatic Colors of #BA76C1
Black with #BA76C1
Text Example
Text Example
White with #BA76C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA76C1; }
p { color: rgb(186,118,193); }
H1.HeaderClassName
{
color: #BA76C1;
}
.AnyTagClassName
{
color: #BA76C1;
}
</style>
background-color css
<style>
a { background-color: #BA76C1; }
a { background-color: rgb(186,118,193); }
div.DivClassName
{
background-color: #BA76C1;
}
.BgClassName
{
background-color: #BA76C1;
}
</style>
border-color css
<style>
span { border-color: #BA76C1; }
span { border-color: rgb(186,118,193); }
td.TdClassName
{
border-color: #BA76C1;
}
.TagClassName
{
border-color: #BA76C1;
}
</style>