Shades of Fuchsia #BA57AD
Tints of Fuchsia #BA57AD
RGB
CMYK
RGB Variations
Color information
#BA57AD (or 0xBA57AD) is known color: Fuchsia. HEX triplet: BA, 57 and AD. RGB value is (186,87,173). Sum of RGB (Red+Green+Blue) = 186+87+173=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 87 (34.38% from 255 or 19.51% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BA57AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA57AD is #45A852. Grayscale: #7E7E7E. Windows color (decimal): -4565075 or 11360186. OLE color: 11360186.
HSL color Cylindrical-coordinate representation of color #BA57AD: hue angle of 307.88º 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 #BA57AD is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 87 | 173 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.27 |
| HSL | 307.88º | 0.42% | 0.54% | - |
| HSV(B) | 307.88º | 0.53% | 0.73% | - |
| XYZ | 31.2 | 20.27 | 41.8 | - |
| YUV | 126.41 | 154.3 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 173 | 0 | 0.53 | 0.07 | 0.27 | 307.88 | 0.42 | 0.54 |
| Hex | BA | 57 | AD | 0 | 35 | 7 | 1B | 134 | 2A | 36 |
| Octal | 272 | 127 | 255 | 0 | 65 | 7 | 33 | 464 | 52 | 66 |
| Binary | 10111010 | 1010111 | 10101101 | 0 | 110101 | 111 | 11011 | 100110100 | 101010 | 110110 |
Color Harmonies of #BA57AD
Complementary color
Monochromatic Colors of #BA57AD
Black with #BA57AD
Text Example
Text Example
White with #BA57AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA57AD; }
p { color: rgb(186,87,173); }
H1.HeaderClassName
{
color: #BA57AD;
}
.AnyTagClassName
{
color: #BA57AD;
}
</style>
background-color css
<style>
a { background-color: #BA57AD; }
a { background-color: rgb(186,87,173); }
div.DivClassName
{
background-color: #BA57AD;
}
.BgClassName
{
background-color: #BA57AD;
}
</style>
border-color css
<style>
span { border-color: #BA57AD; }
span { border-color: rgb(186,87,173); }
td.TdClassName
{
border-color: #BA57AD;
}
.TagClassName
{
border-color: #BA57AD;
}
</style>