Shades of Fuchsia #BA53AA
Tints of Fuchsia #BA53AA
RGB
CMYK
RGB Variations
Color information
#BA53AA (or 0xBA53AA) is known color: Fuchsia. HEX triplet: BA, 53 and AA. RGB value is (186,83,170). Sum of RGB (Red+Green+Blue) = 186+83+170=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 83 (32.81% from 255 or 18.91% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA53AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA53AA is #45AC55. Grayscale: #7B7B7B. Windows color (decimal): -4566102 or 11162554. OLE color: 11162554.
HSL color Cylindrical-coordinate representation of color #BA53AA: hue angle of 309.32º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA53AA is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 170 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.27 |
| HSL | 309.32º | 0.43% | 0.53% | - |
| HSV(B) | 309.32º | 0.55% | 0.73% | - |
| XYZ | 30.6 | 19.53 | 40.19 | - |
| YUV | 123.72 | 154.12 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 170 | 0 | 0.55 | 0.09 | 0.27 | 309.32 | 0.43 | 0.53 |
| Hex | BA | 53 | AA | 0 | 37 | 9 | 1B | 135 | 2B | 35 |
| Octal | 272 | 123 | 252 | 0 | 67 | 11 | 33 | 465 | 53 | 65 |
| Binary | 10111010 | 1010011 | 10101010 | 0 | 110111 | 1001 | 11011 | 100110101 | 101011 | 110101 |
Color Harmonies of #BA53AA
Complementary color
Monochromatic Colors of #BA53AA
Black with #BA53AA
Text Example
Text Example
White with #BA53AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA53AA; }
p { color: rgb(186,83,170); }
H1.HeaderClassName
{
color: #BA53AA;
}
.AnyTagClassName
{
color: #BA53AA;
}
</style>
background-color css
<style>
a { background-color: #BA53AA; }
a { background-color: rgb(186,83,170); }
div.DivClassName
{
background-color: #BA53AA;
}
.BgClassName
{
background-color: #BA53AA;
}
</style>
border-color css
<style>
span { border-color: #BA53AA; }
span { border-color: rgb(186,83,170); }
td.TdClassName
{
border-color: #BA53AA;
}
.TagClassName
{
border-color: #BA53AA;
}
</style>