Shades of Fuchsia #BA55A7
Tints of Fuchsia #BA55A7
RGB
CMYK
RGB Variations
Color information
#BA55A7 (or 0xBA55A7) is known color: Fuchsia. HEX triplet: BA, 55 and A7. RGB value is (186,85,167). Sum of RGB (Red+Green+Blue) = 186+85+167=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 167 (65.62% from 255 or 38.13% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA55A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA55A7 is #45AA58. Grayscale: #7C7C7C. Windows color (decimal): -4565593 or 10966458. OLE color: 10966458.
HSL color Cylindrical-coordinate representation of color #BA55A7: hue angle of 311.29º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA55A7 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 167 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.27 |
| HSL | 311.29º | 0.42% | 0.53% | - |
| HSV(B) | 311.29º | 0.54% | 0.73% | - |
| XYZ | 30.47 | 19.73 | 38.76 | - |
| YUV | 124.55 | 151.96 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 167 | 0 | 0.54 | 0.10 | 0.27 | 311.29 | 0.42 | 0.53 |
| Hex | BA | 55 | A7 | 0 | 36 | A | 1B | 137 | 2A | 35 |
| Octal | 272 | 125 | 247 | 0 | 66 | 12 | 33 | 467 | 52 | 65 |
| Binary | 10111010 | 1010101 | 10100111 | 0 | 110110 | 1010 | 11011 | 100110111 | 101010 | 110101 |
Color Harmonies of #BA55A7
Complementary color
Monochromatic Colors of #BA55A7
Black with #BA55A7
Text Example
Text Example
White with #BA55A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA55A7; }
p { color: rgb(186,85,167); }
H1.HeaderClassName
{
color: #BA55A7;
}
.AnyTagClassName
{
color: #BA55A7;
}
</style>
background-color css
<style>
a { background-color: #BA55A7; }
a { background-color: rgb(186,85,167); }
div.DivClassName
{
background-color: #BA55A7;
}
.BgClassName
{
background-color: #BA55A7;
}
</style>
border-color css
<style>
span { border-color: #BA55A7; }
span { border-color: rgb(186,85,167); }
td.TdClassName
{
border-color: #BA55A7;
}
.TagClassName
{
border-color: #BA55A7;
}
</style>