Shades of Fuchsia #BA58AF
Tints of Fuchsia #BA58AF
RGB
CMYK
RGB Variations
Color information
#BA58AF (or 0xBA58AF) is known color: Fuchsia. HEX triplet: BA, 58 and AF. RGB value is (186,88,175). Sum of RGB (Red+Green+Blue) = 186+88+175=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 88 (34.77% from 255 or 19.60% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BA58AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA58AF is #45A750. Grayscale: #7E7E7E. Windows color (decimal): -4564817 or 11491514. OLE color: 11491514.
HSL color Cylindrical-coordinate representation of color #BA58AF: hue angle of 306.73º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA58AF is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 88 | 175 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.27 |
| HSL | 306.73º | 0.42% | 0.54% | - |
| HSV(B) | 306.73º | 0.53% | 0.73% | - |
| XYZ | 31.48 | 20.51 | 42.86 | - |
| YUV | 127.22 | 154.97 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 175 | 0 | 0.53 | 0.06 | 0.27 | 306.73 | 0.42 | 0.54 |
| Hex | BA | 58 | AF | 0 | 35 | 6 | 1B | 133 | 2A | 36 |
| Octal | 272 | 130 | 257 | 0 | 65 | 6 | 33 | 463 | 52 | 66 |
| Binary | 10111010 | 1011000 | 10101111 | 0 | 110101 | 110 | 11011 | 100110011 | 101010 | 110110 |
Color Harmonies of #BA58AF
Complementary color
Monochromatic Colors of #BA58AF
Black with #BA58AF
Text Example
Text Example
White with #BA58AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA58AF; }
p { color: rgb(186,88,175); }
H1.HeaderClassName
{
color: #BA58AF;
}
.AnyTagClassName
{
color: #BA58AF;
}
</style>
background-color css
<style>
a { background-color: #BA58AF; }
a { background-color: rgb(186,88,175); }
div.DivClassName
{
background-color: #BA58AF;
}
.BgClassName
{
background-color: #BA58AF;
}
</style>
border-color css
<style>
span { border-color: #BA58AF; }
span { border-color: rgb(186,88,175); }
td.TdClassName
{
border-color: #BA58AF;
}
.TagClassName
{
border-color: #BA58AF;
}
</style>