Shades of Fuchsia #BA59AA
Tints of Fuchsia #BA59AA
RGB
CMYK
RGB Variations
Color information
#BA59AA (or 0xBA59AA) is known color: Fuchsia. HEX triplet: BA, 59 and AA. RGB value is (186,89,170). Sum of RGB (Red+Green+Blue) = 186+89+170=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 89 (35.16% from 255 or 20% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BA59AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA59AA is #45A655. Grayscale: #7F7F7F. Windows color (decimal): -4564566 or 11164090. OLE color: 11164090.
HSL color Cylindrical-coordinate representation of color #BA59AA: hue angle of 309.9º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA59AA is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 89 | 170 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.27 |
| HSL | 309.9º | 0.41% | 0.54% | - |
| HSV(B) | 309.9º | 0.52% | 0.73% | - |
| XYZ | 31.08 | 20.49 | 40.35 | - |
| YUV | 127.24 | 152.14 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 170 | 0 | 0.52 | 0.09 | 0.27 | 309.9 | 0.41 | 0.54 |
| Hex | BA | 59 | AA | 0 | 34 | 9 | 1B | 136 | 29 | 36 |
| Octal | 272 | 131 | 252 | 0 | 64 | 11 | 33 | 466 | 51 | 66 |
| Binary | 10111010 | 1011001 | 10101010 | 0 | 110100 | 1001 | 11011 | 100110110 | 101001 | 110110 |
Color Harmonies of #BA59AA
Complementary color
Monochromatic Colors of #BA59AA
Black with #BA59AA
Text Example
Text Example
White with #BA59AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA59AA; }
p { color: rgb(186,89,170); }
H1.HeaderClassName
{
color: #BA59AA;
}
.AnyTagClassName
{
color: #BA59AA;
}
</style>
background-color css
<style>
a { background-color: #BA59AA; }
a { background-color: rgb(186,89,170); }
div.DivClassName
{
background-color: #BA59AA;
}
.BgClassName
{
background-color: #BA59AA;
}
</style>
border-color css
<style>
span { border-color: #BA59AA; }
span { border-color: rgb(186,89,170); }
td.TdClassName
{
border-color: #BA59AA;
}
.TagClassName
{
border-color: #BA59AA;
}
</style>