Shades of Fuchsia #BA53AB
Tints of Fuchsia #BA53AB
RGB
CMYK
RGB Variations
Color information
#BA53AB (or 0xBA53AB) is known color: Fuchsia. HEX triplet: BA, 53 and AB. RGB value is (186,83,171). Sum of RGB (Red+Green+Blue) = 186+83+171=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 83 (32.81% from 255 or 18.86% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA53AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA53AB is #45AC54. Grayscale: #7B7B7B. Windows color (decimal): -4566101 or 11228090. OLE color: 11228090.
HSL color Cylindrical-coordinate representation of color #BA53AB: hue angle of 308.74º 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 #BA53AB is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 171 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.27 |
| HSL | 308.74º | 0.43% | 0.53% | - |
| HSV(B) | 308.74º | 0.55% | 0.73% | - |
| XYZ | 30.69 | 19.57 | 40.69 | - |
| YUV | 123.83 | 154.62 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 171 | 0 | 0.55 | 0.08 | 0.27 | 308.74 | 0.43 | 0.53 |
| Hex | BA | 53 | AB | 0 | 37 | 8 | 1B | 135 | 2B | 35 |
| Octal | 272 | 123 | 253 | 0 | 67 | 10 | 33 | 465 | 53 | 65 |
| Binary | 10111010 | 1010011 | 10101011 | 0 | 110111 | 1000 | 11011 | 100110101 | 101011 | 110101 |
Color Harmonies of #BA53AB
Complementary color
Monochromatic Colors of #BA53AB
Black with #BA53AB
Text Example
Text Example
White with #BA53AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA53AB; }
p { color: rgb(186,83,171); }
H1.HeaderClassName
{
color: #BA53AB;
}
.AnyTagClassName
{
color: #BA53AB;
}
</style>
background-color css
<style>
a { background-color: #BA53AB; }
a { background-color: rgb(186,83,171); }
div.DivClassName
{
background-color: #BA53AB;
}
.BgClassName
{
background-color: #BA53AB;
}
</style>
border-color css
<style>
span { border-color: #BA53AB; }
span { border-color: rgb(186,83,171); }
td.TdClassName
{
border-color: #BA53AB;
}
.TagClassName
{
border-color: #BA53AB;
}
</style>