Shades of Fuchsia #BA54AC
Tints of Fuchsia #BA54AC
RGB
CMYK
RGB Variations
Color information
#BA54AC (or 0xBA54AC) is known color: Fuchsia. HEX triplet: BA, 54 and AC. RGB value is (186,84,172). Sum of RGB (Red+Green+Blue) = 186+84+172=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 84 (33.20% from 255 or 19.00% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BA54AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA54AC is #45AB53. Grayscale: #7C7C7C. Windows color (decimal): -4565844 or 11293882. OLE color: 11293882.
HSL color Cylindrical-coordinate representation of color #BA54AC: hue angle of 308.24º 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 #BA54AC is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 84 | 172 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.27 |
| HSL | 308.24º | 0.43% | 0.53% | - |
| HSV(B) | 308.24º | 0.55% | 0.73% | - |
| XYZ | 30.87 | 19.76 | 41.22 | - |
| YUV | 124.53 | 154.79 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 172 | 0 | 0.55 | 0.08 | 0.27 | 308.24 | 0.43 | 0.53 |
| Hex | BA | 54 | AC | 0 | 37 | 8 | 1B | 134 | 2A | 35 |
| Octal | 272 | 124 | 254 | 0 | 67 | 10 | 33 | 464 | 52 | 65 |
| Binary | 10111010 | 1010100 | 10101100 | 0 | 110111 | 1000 | 11011 | 100110100 | 101010 | 110101 |
Color Harmonies of #BA54AC
Complementary color
Monochromatic Colors of #BA54AC
Black with #BA54AC
Text Example
Text Example
White with #BA54AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA54AC; }
p { color: rgb(186,84,172); }
H1.HeaderClassName
{
color: #BA54AC;
}
.AnyTagClassName
{
color: #BA54AC;
}
</style>
background-color css
<style>
a { background-color: #BA54AC; }
a { background-color: rgb(186,84,172); }
div.DivClassName
{
background-color: #BA54AC;
}
.BgClassName
{
background-color: #BA54AC;
}
</style>
border-color css
<style>
span { border-color: #BA54AC; }
span { border-color: rgb(186,84,172); }
td.TdClassName
{
border-color: #BA54AC;
}
.TagClassName
{
border-color: #BA54AC;
}
</style>