Shades of Fuchsia #BA52A4
Tints of Fuchsia #BA52A4
RGB
CMYK
RGB Variations
Color information
#BA52A4 (or 0xBA52A4) is known color: Fuchsia. HEX triplet: BA, 52 and A4. RGB value is (186,82,164). Sum of RGB (Red+Green+Blue) = 186+82+164=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 82 (32.42% from 255 or 18.98% from 432); Blue value is 164 (64.45% from 255 or 37.96% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA52A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA52A4 is #45AD5B. Grayscale: #7A7A7A. Windows color (decimal): -4566364 or 10769082. OLE color: 10769082.
HSL color Cylindrical-coordinate representation of color #BA52A4: hue angle of 312.69º 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 #BA52A4 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 164 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.27 |
| HSL | 312.69º | 0.43% | 0.53% | - |
| HSV(B) | 312.69º | 0.56% | 0.73% | - |
| XYZ | 29.97 | 19.15 | 37.24 | - |
| YUV | 122.44 | 151.46 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 164 | 0 | 0.56 | 0.12 | 0.27 | 312.69 | 0.43 | 0.53 |
| Hex | BA | 52 | A4 | 0 | 38 | C | 1B | 139 | 2B | 35 |
| Octal | 272 | 122 | 244 | 0 | 70 | 14 | 33 | 471 | 53 | 65 |
| Binary | 10111010 | 1010010 | 10100100 | 0 | 111000 | 1100 | 11011 | 100111001 | 101011 | 110101 |
Color Harmonies of #BA52A4
Complementary color
Monochromatic Colors of #BA52A4
Black with #BA52A4
Text Example
Text Example
White with #BA52A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA52A4; }
p { color: rgb(186,82,164); }
H1.HeaderClassName
{
color: #BA52A4;
}
.AnyTagClassName
{
color: #BA52A4;
}
</style>
background-color css
<style>
a { background-color: #BA52A4; }
a { background-color: rgb(186,82,164); }
div.DivClassName
{
background-color: #BA52A4;
}
.BgClassName
{
background-color: #BA52A4;
}
</style>
border-color css
<style>
span { border-color: #BA52A4; }
span { border-color: rgb(186,82,164); }
td.TdClassName
{
border-color: #BA52A4;
}
.TagClassName
{
border-color: #BA52A4;
}
</style>