Shades of Fuchsia #BA57AF
Tints of Fuchsia #BA57AF
RGB
CMYK
RGB Variations
Color information
#BA57AF (or 0xBA57AF) is known color: Fuchsia. HEX triplet: BA, 57 and AF. RGB value is (186,87,175). Sum of RGB (Red+Green+Blue) = 186+87+175=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 87 (34.38% from 255 or 19.42% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BA57AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA57AF is #45A850. Grayscale: #7E7E7E. Windows color (decimal): -4565073 or 11491258. OLE color: 11491258.
HSL color Cylindrical-coordinate representation of color #BA57AF: hue angle of 306.67º 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 #BA57AF is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 87 | 175 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.27 |
| HSL | 306.67º | 0.42% | 0.54% | - |
| HSV(B) | 306.67º | 0.53% | 0.73% | - |
| XYZ | 31.4 | 20.35 | 42.83 | - |
| YUV | 126.63 | 155.3 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 175 | 0 | 0.53 | 0.06 | 0.27 | 306.67 | 0.42 | 0.54 |
| Hex | BA | 57 | AF | 0 | 35 | 6 | 1B | 133 | 2A | 36 |
| Octal | 272 | 127 | 257 | 0 | 65 | 6 | 33 | 463 | 52 | 66 |
| Binary | 10111010 | 1010111 | 10101111 | 0 | 110101 | 110 | 11011 | 100110011 | 101010 | 110110 |
Color Harmonies of #BA57AF
Complementary color
Monochromatic Colors of #BA57AF
Black with #BA57AF
Text Example
Text Example
White with #BA57AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA57AF; }
p { color: rgb(186,87,175); }
H1.HeaderClassName
{
color: #BA57AF;
}
.AnyTagClassName
{
color: #BA57AF;
}
</style>
background-color css
<style>
a { background-color: #BA57AF; }
a { background-color: rgb(186,87,175); }
div.DivClassName
{
background-color: #BA57AF;
}
.BgClassName
{
background-color: #BA57AF;
}
</style>
border-color css
<style>
span { border-color: #BA57AF; }
span { border-color: rgb(186,87,175); }
td.TdClassName
{
border-color: #BA57AF;
}
.TagClassName
{
border-color: #BA57AF;
}
</style>