Shades of Fuchsia #BA76BD
Tints of Fuchsia #BA76BD
RGB
CMYK
RGB Variations
Color information
#BA76BD (or 0xBA76BD) is known color: Fuchsia. HEX triplet: BA, 76 and BD. RGB value is (186,118,189). Sum of RGB (Red+Green+Blue) = 186+118+189=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 118 (46.48% from 255 or 23.94% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA76BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA76BD is #458942. Grayscale: #929292. Windows color (decimal): -4557123 or 12416698. OLE color: 12416698.
HSL color Cylindrical-coordinate representation of color #BA76BD: hue angle of 297.46º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA76BD is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 118 | 189 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.26 |
| HSL | 297.46º | 0.35% | 0.6% | - |
| HSV(B) | 297.46º | 0.38% | 0.74% | - |
| XYZ | 35.91 | 27.07 | 51.48 | - |
| YUV | 146.43 | 152.03 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 189 | 0.02 | 0.38 | 0 | 0.26 | 297.46 | 0.35 | 0.6 |
| Hex | BA | 76 | BD | 2 | 26 | 0 | 1A | 129 | 23 | 3C |
| Octal | 272 | 166 | 275 | 2 | 46 | 0 | 32 | 451 | 43 | 74 |
| Binary | 10111010 | 1110110 | 10111101 | 10 | 100110 | 0 | 11010 | 100101001 | 100011 | 111100 |
Color Harmonies of #BA76BD
Complementary color
Monochromatic Colors of #BA76BD
Black with #BA76BD
Text Example
Text Example
White with #BA76BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA76BD; }
p { color: rgb(186,118,189); }
H1.HeaderClassName
{
color: #BA76BD;
}
.AnyTagClassName
{
color: #BA76BD;
}
</style>
background-color css
<style>
a { background-color: #BA76BD; }
a { background-color: rgb(186,118,189); }
div.DivClassName
{
background-color: #BA76BD;
}
.BgClassName
{
background-color: #BA76BD;
}
</style>
border-color css
<style>
span { border-color: #BA76BD; }
span { border-color: rgb(186,118,189); }
td.TdClassName
{
border-color: #BA76BD;
}
.TagClassName
{
border-color: #BA76BD;
}
</style>