Shades of Fuchsia #BA54A8
Tints of Fuchsia #BA54A8
RGB
CMYK
RGB Variations
Color information
#BA54A8 (or 0xBA54A8) is known color: Fuchsia. HEX triplet: BA, 54 and A8. RGB value is (186,84,168). Sum of RGB (Red+Green+Blue) = 186+84+168=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 84 (33.20% from 255 or 19.18% from 438); Blue value is 168 (66.02% from 255 or 38.36% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA54A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA54A8 is #45AB57. Grayscale: #7B7B7B. Windows color (decimal): -4565848 or 11031738. OLE color: 11031738.
HSL color Cylindrical-coordinate representation of color #BA54A8: hue angle of 310.59º 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 #BA54A8 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 84 | 168 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.27 |
| HSL | 310.59º | 0.43% | 0.53% | - |
| HSV(B) | 310.59º | 0.55% | 0.73% | - |
| XYZ | 30.49 | 19.61 | 39.22 | - |
| YUV | 124.07 | 152.79 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 168 | 0 | 0.55 | 0.10 | 0.27 | 310.59 | 0.43 | 0.53 |
| Hex | BA | 54 | A8 | 0 | 37 | A | 1B | 137 | 2A | 35 |
| Octal | 272 | 124 | 250 | 0 | 67 | 12 | 33 | 467 | 52 | 65 |
| Binary | 10111010 | 1010100 | 10101000 | 0 | 110111 | 1010 | 11011 | 100110111 | 101010 | 110101 |
Color Harmonies of #BA54A8
Complementary color
Monochromatic Colors of #BA54A8
Black with #BA54A8
Text Example
Text Example
White with #BA54A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA54A8; }
p { color: rgb(186,84,168); }
H1.HeaderClassName
{
color: #BA54A8;
}
.AnyTagClassName
{
color: #BA54A8;
}
</style>
background-color css
<style>
a { background-color: #BA54A8; }
a { background-color: rgb(186,84,168); }
div.DivClassName
{
background-color: #BA54A8;
}
.BgClassName
{
background-color: #BA54A8;
}
</style>
border-color css
<style>
span { border-color: #BA54A8; }
span { border-color: rgb(186,84,168); }
td.TdClassName
{
border-color: #BA54A8;
}
.TagClassName
{
border-color: #BA54A8;
}
</style>