Shades of Fuchsia #BA76B9
Tints of Fuchsia #BA76B9
RGB
CMYK
RGB Variations
Color information
#BA76B9 (or 0xBA76B9) is known color: Fuchsia. HEX triplet: BA, 76 and B9. RGB value is (186,118,185). Sum of RGB (Red+Green+Blue) = 186+118+185=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 118 (46.48% from 255 or 24.13% from 489); Blue value is 185 (72.66% from 255 or 37.83% from 489); Max value from RGB is 186 - color contains mainly: red. Hex color #BA76B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA76B9 is #458946. Grayscale: #919191. Windows color (decimal): -4557127 or 12154554. OLE color: 12154554.
HSL color Cylindrical-coordinate representation of color #BA76B9: hue angle of 300.88º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA76B9 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 118 | 185 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.27 |
| HSL | 300.88º | 0.33% | 0.6% | - |
| HSV(B) | 300.88º | 0.37% | 0.73% | - |
| XYZ | 35.49 | 26.9 | 49.22 | - |
| YUV | 145.97 | 150.03 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 185 | 0 | 0.37 | 0.01 | 0.27 | 300.88 | 0.33 | 0.6 |
| Hex | BA | 76 | B9 | 0 | 25 | 1 | 1B | 12D | 21 | 3C |
| Octal | 272 | 166 | 271 | 0 | 45 | 1 | 33 | 455 | 41 | 74 |
| Binary | 10111010 | 1110110 | 10111001 | 0 | 100101 | 1 | 11011 | 100101101 | 100001 | 111100 |
Color Harmonies of #BA76B9
Complementary color
Monochromatic Colors of #BA76B9
Black with #BA76B9
Text Example
Text Example
White with #BA76B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA76B9; }
p { color: rgb(186,118,185); }
H1.HeaderClassName
{
color: #BA76B9;
}
.AnyTagClassName
{
color: #BA76B9;
}
</style>
background-color css
<style>
a { background-color: #BA76B9; }
a { background-color: rgb(186,118,185); }
div.DivClassName
{
background-color: #BA76B9;
}
.BgClassName
{
background-color: #BA76B9;
}
</style>
border-color css
<style>
span { border-color: #BA76B9; }
span { border-color: rgb(186,118,185); }
td.TdClassName
{
border-color: #BA76B9;
}
.TagClassName
{
border-color: #BA76B9;
}
</style>