Shades of Fuchsia #BA53A6
Tints of Fuchsia #BA53A6
RGB
CMYK
RGB Variations
Color information
#BA53A6 (or 0xBA53A6) is known color: Fuchsia. HEX triplet: BA, 53 and A6. RGB value is (186,83,166). Sum of RGB (Red+Green+Blue) = 186+83+166=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 166 (65.23% from 255 or 38.16% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA53A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA53A6 is #45AC59. Grayscale: #7B7B7B. Windows color (decimal): -4566106 or 10900410. OLE color: 10900410.
HSL color Cylindrical-coordinate representation of color #BA53A6: hue angle of 311.65º 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 #BA53A6 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 83 | 166 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.27 |
| HSL | 311.65º | 0.43% | 0.53% | - |
| HSV(B) | 311.65º | 0.55% | 0.73% | - |
| XYZ | 30.23 | 19.38 | 38.22 | - |
| YUV | 123.26 | 152.12 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 166 | 0 | 0.55 | 0.11 | 0.27 | 311.65 | 0.43 | 0.53 |
| Hex | BA | 53 | A6 | 0 | 37 | B | 1B | 138 | 2B | 35 |
| Octal | 272 | 123 | 246 | 0 | 67 | 13 | 33 | 470 | 53 | 65 |
| Binary | 10111010 | 1010011 | 10100110 | 0 | 110111 | 1011 | 11011 | 100111000 | 101011 | 110101 |
Color Harmonies of #BA53A6
Complementary color
Monochromatic Colors of #BA53A6
Black with #BA53A6
Text Example
Text Example
White with #BA53A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA53A6; }
p { color: rgb(186,83,166); }
H1.HeaderClassName
{
color: #BA53A6;
}
.AnyTagClassName
{
color: #BA53A6;
}
</style>
background-color css
<style>
a { background-color: #BA53A6; }
a { background-color: rgb(186,83,166); }
div.DivClassName
{
background-color: #BA53A6;
}
.BgClassName
{
background-color: #BA53A6;
}
</style>
border-color css
<style>
span { border-color: #BA53A6; }
span { border-color: rgb(186,83,166); }
td.TdClassName
{
border-color: #BA53A6;
}
.TagClassName
{
border-color: #BA53A6;
}
</style>