Shades of Fuchsia #BA59AF
Tints of Fuchsia #BA59AF
RGB
CMYK
RGB Variations
Color information
#BA59AF (or 0xBA59AF) is known color: Fuchsia. HEX triplet: BA, 59 and AF. RGB value is (186,89,175). Sum of RGB (Red+Green+Blue) = 186+89+175=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BA59AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA59AF is #45A650. Grayscale: #7F7F7F. Windows color (decimal): -4564561 or 11491770. OLE color: 11491770.
HSL color Cylindrical-coordinate representation of color #BA59AF: hue angle of 306.8º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA59AF is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 89 | 175 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.27 |
| HSL | 306.8º | 0.41% | 0.54% | - |
| HSV(B) | 306.8º | 0.52% | 0.73% | - |
| XYZ | 31.56 | 20.68 | 42.89 | - |
| YUV | 127.81 | 154.64 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 175 | 0 | 0.52 | 0.06 | 0.27 | 306.8 | 0.41 | 0.54 |
| Hex | BA | 59 | AF | 0 | 34 | 6 | 1B | 133 | 29 | 36 |
| Octal | 272 | 131 | 257 | 0 | 64 | 6 | 33 | 463 | 51 | 66 |
| Binary | 10111010 | 1011001 | 10101111 | 0 | 110100 | 110 | 11011 | 100110011 | 101001 | 110110 |
Color Harmonies of #BA59AF
Complementary color
Monochromatic Colors of #BA59AF
Black with #BA59AF
Text Example
Text Example
White with #BA59AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA59AF; }
p { color: rgb(186,89,175); }
H1.HeaderClassName
{
color: #BA59AF;
}
.AnyTagClassName
{
color: #BA59AF;
}
</style>
background-color css
<style>
a { background-color: #BA59AF; }
a { background-color: rgb(186,89,175); }
div.DivClassName
{
background-color: #BA59AF;
}
.BgClassName
{
background-color: #BA59AF;
}
</style>
border-color css
<style>
span { border-color: #BA59AF; }
span { border-color: rgb(186,89,175); }
td.TdClassName
{
border-color: #BA59AF;
}
.TagClassName
{
border-color: #BA59AF;
}
</style>