Shades of Fuchsia #BA50AF
Tints of Fuchsia #BA50AF
RGB
CMYK
RGB Variations
Color information
#BA50AF (or 0xBA50AF) is known color: Fuchsia. HEX triplet: BA, 50 and AF. RGB value is (186,80,175). Sum of RGB (Red+Green+Blue) = 186+80+175=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA50AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA50AF is #45AF50. Grayscale: #7A7A7A. Windows color (decimal): -4566865 or 11489466. OLE color: 11489466.
HSL color Cylindrical-coordinate representation of color #BA50AF: hue angle of 306.23º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA50AF is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 80 | 175 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.27 |
| HSL | 306.23º | 0.43% | 0.52% | - |
| HSV(B) | 306.23º | 0.57% | 0.73% | - |
| XYZ | 30.86 | 19.27 | 42.65 | - |
| YUV | 122.52 | 157.62 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 175 | 0 | 0.57 | 0.06 | 0.27 | 306.23 | 0.43 | 0.52 |
| Hex | BA | 50 | AF | 0 | 39 | 6 | 1B | 132 | 2B | 34 |
| Octal | 272 | 120 | 257 | 0 | 71 | 6 | 33 | 462 | 53 | 64 |
| Binary | 10111010 | 1010000 | 10101111 | 0 | 111001 | 110 | 11011 | 100110010 | 101011 | 110100 |
Color Harmonies of #BA50AF
Complementary color
Monochromatic Colors of #BA50AF
Black with #BA50AF
Text Example
Text Example
White with #BA50AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA50AF; }
p { color: rgb(186,80,175); }
H1.HeaderClassName
{
color: #BA50AF;
}
.AnyTagClassName
{
color: #BA50AF;
}
</style>
background-color css
<style>
a { background-color: #BA50AF; }
a { background-color: rgb(186,80,175); }
div.DivClassName
{
background-color: #BA50AF;
}
.BgClassName
{
background-color: #BA50AF;
}
</style>
border-color css
<style>
span { border-color: #BA50AF; }
span { border-color: rgb(186,80,175); }
td.TdClassName
{
border-color: #BA50AF;
}
.TagClassName
{
border-color: #BA50AF;
}
</style>