Shades of Fuchsia #BA52AA
Tints of Fuchsia #BA52AA
RGB
CMYK
RGB Variations
Color information
#BA52AA (or 0xBA52AA) is known color: Fuchsia. HEX triplet: BA, 52 and AA. RGB value is (186,82,170). Sum of RGB (Red+Green+Blue) = 186+82+170=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA52AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA52AA is #45AD55. Grayscale: #7A7A7A. Windows color (decimal): -4566358 or 11162298. OLE color: 11162298.
HSL color Cylindrical-coordinate representation of color #BA52AA: hue angle of 309.23º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA52AA is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 170 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.27 |
| HSL | 309.23º | 0.43% | 0.53% | - |
| HSV(B) | 309.23º | 0.56% | 0.73% | - |
| XYZ | 30.52 | 19.38 | 40.16 | - |
| YUV | 123.13 | 154.46 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 170 | 0 | 0.56 | 0.09 | 0.27 | 309.23 | 0.43 | 0.53 |
| Hex | BA | 52 | AA | 0 | 38 | 9 | 1B | 135 | 2B | 35 |
| Octal | 272 | 122 | 252 | 0 | 70 | 11 | 33 | 465 | 53 | 65 |
| Binary | 10111010 | 1010010 | 10101010 | 0 | 111000 | 1001 | 11011 | 100110101 | 101011 | 110101 |
Color Harmonies of #BA52AA
Complementary color
Monochromatic Colors of #BA52AA
Black with #BA52AA
Text Example
Text Example
White with #BA52AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA52AA; }
p { color: rgb(186,82,170); }
H1.HeaderClassName
{
color: #BA52AA;
}
.AnyTagClassName
{
color: #BA52AA;
}
</style>
background-color css
<style>
a { background-color: #BA52AA; }
a { background-color: rgb(186,82,170); }
div.DivClassName
{
background-color: #BA52AA;
}
.BgClassName
{
background-color: #BA52AA;
}
</style>
border-color css
<style>
span { border-color: #BA52AA; }
span { border-color: rgb(186,82,170); }
td.TdClassName
{
border-color: #BA52AA;
}
.TagClassName
{
border-color: #BA52AA;
}
</style>