Shades of Fuchsia #BA55AF
Tints of Fuchsia #BA55AF
RGB
CMYK
RGB Variations
Color information
#BA55AF (or 0xBA55AF) is known color: Fuchsia. HEX triplet: BA, 55 and AF. RGB value is (186,85,175). Sum of RGB (Red+Green+Blue) = 186+85+175=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BA55AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA55AF is #45AA50. Grayscale: #7D7D7D. Windows color (decimal): -4565585 or 11490746. OLE color: 11490746.
HSL color Cylindrical-coordinate representation of color #BA55AF: hue angle of 306.53º 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 #BA55AF is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 175 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.27 |
| HSL | 306.53º | 0.42% | 0.53% | - |
| HSV(B) | 306.53º | 0.54% | 0.73% | - |
| XYZ | 31.24 | 20.03 | 42.78 | - |
| YUV | 125.46 | 155.96 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 175 | 0 | 0.54 | 0.06 | 0.27 | 306.53 | 0.42 | 0.53 |
| Hex | BA | 55 | AF | 0 | 36 | 6 | 1B | 133 | 2A | 35 |
| Octal | 272 | 125 | 257 | 0 | 66 | 6 | 33 | 463 | 52 | 65 |
| Binary | 10111010 | 1010101 | 10101111 | 0 | 110110 | 110 | 11011 | 100110011 | 101010 | 110101 |
Color Harmonies of #BA55AF
Complementary color
Monochromatic Colors of #BA55AF
Black with #BA55AF
Text Example
Text Example
White with #BA55AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA55AF; }
p { color: rgb(186,85,175); }
H1.HeaderClassName
{
color: #BA55AF;
}
.AnyTagClassName
{
color: #BA55AF;
}
</style>
background-color css
<style>
a { background-color: #BA55AF; }
a { background-color: rgb(186,85,175); }
div.DivClassName
{
background-color: #BA55AF;
}
.BgClassName
{
background-color: #BA55AF;
}
</style>
border-color css
<style>
span { border-color: #BA55AF; }
span { border-color: rgb(186,85,175); }
td.TdClassName
{
border-color: #BA55AF;
}
.TagClassName
{
border-color: #BA55AF;
}
</style>