Shades of Fuchsia #BA50A5
Tints of Fuchsia #BA50A5
RGB
CMYK
RGB Variations
Color information
#BA50A5 (or 0xBA50A5) is known color: Fuchsia. HEX triplet: BA, 50 and A5. RGB value is (186,80,165). Sum of RGB (Red+Green+Blue) = 186+80+165=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 165 (64.84% from 255 or 38.28% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA50A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA50A5 is #45AF5A. Grayscale: #797979. Windows color (decimal): -4566875 or 10834106. OLE color: 10834106.
HSL color Cylindrical-coordinate representation of color #BA50A5: hue angle of 311.89º 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 #BA50A5 is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 80 | 165 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.27 |
| HSL | 311.89º | 0.43% | 0.52% | - |
| HSV(B) | 311.89º | 0.57% | 0.73% | - |
| XYZ | 29.91 | 18.89 | 37.67 | - |
| YUV | 121.38 | 152.62 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 165 | 0 | 0.57 | 0.11 | 0.27 | 311.89 | 0.43 | 0.52 |
| Hex | BA | 50 | A5 | 0 | 39 | B | 1B | 138 | 2B | 34 |
| Octal | 272 | 120 | 245 | 0 | 71 | 13 | 33 | 470 | 53 | 64 |
| Binary | 10111010 | 1010000 | 10100101 | 0 | 111001 | 1011 | 11011 | 100111000 | 101011 | 110100 |
Color Harmonies of #BA50A5
Complementary color
Monochromatic Colors of #BA50A5
Black with #BA50A5
Text Example
Text Example
White with #BA50A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA50A5; }
p { color: rgb(186,80,165); }
H1.HeaderClassName
{
color: #BA50A5;
}
.AnyTagClassName
{
color: #BA50A5;
}
</style>
background-color css
<style>
a { background-color: #BA50A5; }
a { background-color: rgb(186,80,165); }
div.DivClassName
{
background-color: #BA50A5;
}
.BgClassName
{
background-color: #BA50A5;
}
</style>
border-color css
<style>
span { border-color: #BA50A5; }
span { border-color: rgb(186,80,165); }
td.TdClassName
{
border-color: #BA50A5;
}
.TagClassName
{
border-color: #BA50A5;
}
</style>