Shades of Fuchsia #BA54A5
Tints of Fuchsia #BA54A5
RGB
CMYK
RGB Variations
Color information
#BA54A5 (or 0xBA54A5) is known color: Fuchsia. HEX triplet: BA, 54 and A5. RGB value is (186,84,165). Sum of RGB (Red+Green+Blue) = 186+84+165=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 165 (64.84% from 255 or 37.93% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA54A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA54A5 is #45AB5A. Grayscale: #7B7B7B. Windows color (decimal): -4565851 or 10835130. OLE color: 10835130.
HSL color Cylindrical-coordinate representation of color #BA54A5: hue angle of 312.35º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA54A5 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 84 | 165 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.27 |
| HSL | 312.35º | 0.43% | 0.53% | - |
| HSV(B) | 312.35º | 0.55% | 0.73% | - |
| XYZ | 30.21 | 19.5 | 37.77 | - |
| YUV | 123.73 | 151.29 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 165 | 0 | 0.55 | 0.11 | 0.27 | 312.35 | 0.43 | 0.53 |
| Hex | BA | 54 | A5 | 0 | 37 | B | 1B | 138 | 2A | 35 |
| Octal | 272 | 124 | 245 | 0 | 67 | 13 | 33 | 470 | 52 | 65 |
| Binary | 10111010 | 1010100 | 10100101 | 0 | 110111 | 1011 | 11011 | 100111000 | 101010 | 110101 |
Color Harmonies of #BA54A5
Complementary color
Monochromatic Colors of #BA54A5
Black with #BA54A5
Text Example
Text Example
White with #BA54A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA54A5; }
p { color: rgb(186,84,165); }
H1.HeaderClassName
{
color: #BA54A5;
}
.AnyTagClassName
{
color: #BA54A5;
}
</style>
background-color css
<style>
a { background-color: #BA54A5; }
a { background-color: rgb(186,84,165); }
div.DivClassName
{
background-color: #BA54A5;
}
.BgClassName
{
background-color: #BA54A5;
}
</style>
border-color css
<style>
span { border-color: #BA54A5; }
span { border-color: rgb(186,84,165); }
td.TdClassName
{
border-color: #BA54A5;
}
.TagClassName
{
border-color: #BA54A5;
}
</style>