Shades of Fuchsia #BA76BC
Tints of Fuchsia #BA76BC
RGB
CMYK
RGB Variations
Color information
#BA76BC (or 0xBA76BC) is known color: Fuchsia. HEX triplet: BA, 76 and BC. RGB value is (186,118,188). Sum of RGB (Red+Green+Blue) = 186+118+188=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA76BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA76BC is #458943. Grayscale: #929292. Windows color (decimal): -4557124 or 12351162. OLE color: 12351162.
HSL color Cylindrical-coordinate representation of color #BA76BC: hue angle of 298.29º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA76BC is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 118 | 188 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.26 |
| HSL | 298.29º | 0.34% | 0.6% | - |
| HSV(B) | 298.29º | 0.37% | 0.74% | - |
| XYZ | 35.81 | 27.03 | 50.91 | - |
| YUV | 146.31 | 151.53 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 188 | 0.01 | 0.37 | 0 | 0.26 | 298.29 | 0.34 | 0.6 |
| Hex | BA | 76 | BC | 1 | 25 | 0 | 1A | 12A | 22 | 3C |
| Octal | 272 | 166 | 274 | 1 | 45 | 0 | 32 | 452 | 42 | 74 |
| Binary | 10111010 | 1110110 | 10111100 | 1 | 100101 | 0 | 11010 | 100101010 | 100010 | 111100 |
Color Harmonies of #BA76BC
Complementary color
Monochromatic Colors of #BA76BC
Black with #BA76BC
Text Example
Text Example
White with #BA76BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA76BC; }
p { color: rgb(186,118,188); }
H1.HeaderClassName
{
color: #BA76BC;
}
.AnyTagClassName
{
color: #BA76BC;
}
</style>
background-color css
<style>
a { background-color: #BA76BC; }
a { background-color: rgb(186,118,188); }
div.DivClassName
{
background-color: #BA76BC;
}
.BgClassName
{
background-color: #BA76BC;
}
</style>
border-color css
<style>
span { border-color: #BA76BC; }
span { border-color: rgb(186,118,188); }
td.TdClassName
{
border-color: #BA76BC;
}
.TagClassName
{
border-color: #BA76BC;
}
</style>