Shades of Fuchsia #BA53A4
Tints of Fuchsia #BA53A4
RGB
CMYK
RGB Variations
Color information
#BA53A4 (or 0xBA53A4) is known color: Fuchsia. HEX triplet: BA, 53 and A4. RGB value is (186,83,164). Sum of RGB (Red+Green+Blue) = 186+83+164=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 164 (64.45% from 255 or 37.88% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA53A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA53A4 is #45AC5B. Grayscale: #7A7A7A. Windows color (decimal): -4566108 or 10769338. OLE color: 10769338.
HSL color Cylindrical-coordinate representation of color #BA53A4: hue angle of 312.82º 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 #BA53A4 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 164 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.27 |
| HSL | 312.82º | 0.43% | 0.53% | - |
| HSV(B) | 312.82º | 0.55% | 0.73% | - |
| XYZ | 30.04 | 19.31 | 37.26 | - |
| YUV | 123.03 | 151.12 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 164 | 0 | 0.55 | 0.12 | 0.27 | 312.82 | 0.43 | 0.53 |
| Hex | BA | 53 | A4 | 0 | 37 | C | 1B | 139 | 2B | 35 |
| Octal | 272 | 123 | 244 | 0 | 67 | 14 | 33 | 471 | 53 | 65 |
| Binary | 10111010 | 1010011 | 10100100 | 0 | 110111 | 1100 | 11011 | 100111001 | 101011 | 110101 |
Color Harmonies of #BA53A4
Complementary color
Monochromatic Colors of #BA53A4
Black with #BA53A4
Text Example
Text Example
White with #BA53A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA53A4; }
p { color: rgb(186,83,164); }
H1.HeaderClassName
{
color: #BA53A4;
}
.AnyTagClassName
{
color: #BA53A4;
}
</style>
background-color css
<style>
a { background-color: #BA53A4; }
a { background-color: rgb(186,83,164); }
div.DivClassName
{
background-color: #BA53A4;
}
.BgClassName
{
background-color: #BA53A4;
}
</style>
border-color css
<style>
span { border-color: #BA53A4; }
span { border-color: rgb(186,83,164); }
td.TdClassName
{
border-color: #BA53A4;
}
.TagClassName
{
border-color: #BA53A4;
}
</style>