Shades of Fuchsia #BA76BB
Tints of Fuchsia #BA76BB
RGB
CMYK
RGB Variations
Color information
#BA76BB (or 0xBA76BB) is known color: Fuchsia. HEX triplet: BA, 76 and BB. RGB value is (186,118,187). Sum of RGB (Red+Green+Blue) = 186+118+187=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA76BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA76BB is #458944. Grayscale: #919191. Windows color (decimal): -4557125 or 12285626. OLE color: 12285626.
HSL color Cylindrical-coordinate representation of color #BA76BB: hue angle of 299.13º degrees, saturation: 0.34, 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 #BA76BB is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 118 | 187 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.27 |
| HSL | 299.13º | 0.34% | 0.6% | - |
| HSV(B) | 299.13º | 0.37% | 0.73% | - |
| XYZ | 35.7 | 26.98 | 50.34 | - |
| YUV | 146.2 | 151.03 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 187 | 0.01 | 0.37 | 0 | 0.27 | 299.13 | 0.34 | 0.6 |
| Hex | BA | 76 | BB | 1 | 25 | 0 | 1B | 12B | 22 | 3C |
| Octal | 272 | 166 | 273 | 1 | 45 | 0 | 33 | 453 | 42 | 74 |
| Binary | 10111010 | 1110110 | 10111011 | 1 | 100101 | 0 | 11011 | 100101011 | 100010 | 111100 |
Color Harmonies of #BA76BB
Complementary color
Monochromatic Colors of #BA76BB
Black with #BA76BB
Text Example
Text Example
White with #BA76BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA76BB; }
p { color: rgb(186,118,187); }
H1.HeaderClassName
{
color: #BA76BB;
}
.AnyTagClassName
{
color: #BA76BB;
}
</style>
background-color css
<style>
a { background-color: #BA76BB; }
a { background-color: rgb(186,118,187); }
div.DivClassName
{
background-color: #BA76BB;
}
.BgClassName
{
background-color: #BA76BB;
}
</style>
border-color css
<style>
span { border-color: #BA76BB; }
span { border-color: rgb(186,118,187); }
td.TdClassName
{
border-color: #BA76BB;
}
.TagClassName
{
border-color: #BA76BB;
}
</style>