Shades of Fuchsia #BA57AA
Tints of Fuchsia #BA57AA
RGB
CMYK
RGB Variations
Color information
#BA57AA (or 0xBA57AA) is known color: Fuchsia. HEX triplet: BA, 57 and AA. RGB value is (186,87,170). Sum of RGB (Red+Green+Blue) = 186+87+170=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 87 (34.38% from 255 or 19.64% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA57AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA57AA is #45A855. Grayscale: #7D7D7D. Windows color (decimal): -4565078 or 11163578. OLE color: 11163578.
HSL color Cylindrical-coordinate representation of color #BA57AA: hue angle of 309.7º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA57AA is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 87 | 170 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.27 |
| HSL | 309.7º | 0.42% | 0.54% | - |
| HSV(B) | 309.7º | 0.53% | 0.73% | - |
| XYZ | 30.91 | 20.16 | 40.29 | - |
| YUV | 126.06 | 152.8 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 170 | 0 | 0.53 | 0.09 | 0.27 | 309.7 | 0.42 | 0.54 |
| Hex | BA | 57 | AA | 0 | 35 | 9 | 1B | 136 | 2A | 36 |
| Octal | 272 | 127 | 252 | 0 | 65 | 11 | 33 | 466 | 52 | 66 |
| Binary | 10111010 | 1010111 | 10101010 | 0 | 110101 | 1001 | 11011 | 100110110 | 101010 | 110110 |
Color Harmonies of #BA57AA
Complementary color
Monochromatic Colors of #BA57AA
Black with #BA57AA
Text Example
Text Example
White with #BA57AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA57AA; }
p { color: rgb(186,87,170); }
H1.HeaderClassName
{
color: #BA57AA;
}
.AnyTagClassName
{
color: #BA57AA;
}
</style>
background-color css
<style>
a { background-color: #BA57AA; }
a { background-color: rgb(186,87,170); }
div.DivClassName
{
background-color: #BA57AA;
}
.BgClassName
{
background-color: #BA57AA;
}
</style>
border-color css
<style>
span { border-color: #BA57AA; }
span { border-color: rgb(186,87,170); }
td.TdClassName
{
border-color: #BA57AA;
}
.TagClassName
{
border-color: #BA57AA;
}
</style>