Shades of Fuchsia #BA52AF
Tints of Fuchsia #BA52AF
RGB
CMYK
RGB Variations
Color information
#BA52AF (or 0xBA52AF) is known color: Fuchsia. HEX triplet: BA, 52 and AF. RGB value is (186,82,175). Sum of RGB (Red+Green+Blue) = 186+82+175=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA52AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA52AF is #45AD50. Grayscale: #7B7B7B. Windows color (decimal): -4566353 or 11489978. OLE color: 11489978.
HSL color Cylindrical-coordinate representation of color #BA52AF: hue angle of 306.35º 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 #BA52AF is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 175 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.27 |
| HSL | 306.35º | 0.43% | 0.53% | - |
| HSV(B) | 306.35º | 0.56% | 0.73% | - |
| XYZ | 31 | 19.57 | 42.7 | - |
| YUV | 123.7 | 156.96 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 175 | 0 | 0.56 | 0.06 | 0.27 | 306.35 | 0.43 | 0.53 |
| Hex | BA | 52 | AF | 0 | 38 | 6 | 1B | 132 | 2B | 35 |
| Octal | 272 | 122 | 257 | 0 | 70 | 6 | 33 | 462 | 53 | 65 |
| Binary | 10111010 | 1010010 | 10101111 | 0 | 111000 | 110 | 11011 | 100110010 | 101011 | 110101 |
Color Harmonies of #BA52AF
Complementary color
Monochromatic Colors of #BA52AF
Black with #BA52AF
Text Example
Text Example
White with #BA52AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA52AF; }
p { color: rgb(186,82,175); }
H1.HeaderClassName
{
color: #BA52AF;
}
.AnyTagClassName
{
color: #BA52AF;
}
</style>
background-color css
<style>
a { background-color: #BA52AF; }
a { background-color: rgb(186,82,175); }
div.DivClassName
{
background-color: #BA52AF;
}
.BgClassName
{
background-color: #BA52AF;
}
</style>
border-color css
<style>
span { border-color: #BA52AF; }
span { border-color: rgb(186,82,175); }
td.TdClassName
{
border-color: #BA52AF;
}
.TagClassName
{
border-color: #BA52AF;
}
</style>