Shades of Fuchsia #BA4FA6
Tints of Fuchsia #BA4FA6
RGB
CMYK
RGB Variations
Color information
#BA4FA6 (or 0xBA4FA6) is known color: Fuchsia. HEX triplet: BA, 4F and A6. RGB value is (186,79,166). Sum of RGB (Red+Green+Blue) = 186+79+166=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 79 (31.25% from 255 or 18.33% from 431); Blue value is 166 (65.23% from 255 or 38.52% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4FA6 is #45B059. Grayscale: #787878. Windows color (decimal): -4567130 or 10899386. OLE color: 10899386.
HSL color Cylindrical-coordinate representation of color #BA4FA6: hue angle of 311.21º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA4FA6 is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 79 | 166 | - |
| CMYK | 0 | 0.58 | 0.11 | 0.27 |
| HSL | 311.22º | 0.44% | 0.52% | - |
| HSV(B) | 311.22º | 0.58% | 0.73% | - |
| XYZ | 29.93 | 18.78 | 38.12 | - |
| YUV | 120.91 | 153.45 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 79 | 166 | 0 | 0.58 | 0.11 | 0.27 | 311.22 | 0.44 | 0.52 |
| Hex | BA | 4F | A6 | 0 | 3A | B | 1B | 137 | 2C | 34 |
| Octal | 272 | 117 | 246 | 0 | 72 | 13 | 33 | 467 | 54 | 64 |
| Binary | 10111010 | 1001111 | 10100110 | 0 | 111010 | 1011 | 11011 | 100110111 | 101100 | 110100 |
Color Harmonies of #BA4FA6
Complementary color
Monochromatic Colors of #BA4FA6
Black with #BA4FA6
Text Example
Text Example
White with #BA4FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4FA6; }
p { color: rgb(186,79,166); }
H1.HeaderClassName
{
color: #BA4FA6;
}
.AnyTagClassName
{
color: #BA4FA6;
}
</style>
background-color css
<style>
a { background-color: #BA4FA6; }
a { background-color: rgb(186,79,166); }
div.DivClassName
{
background-color: #BA4FA6;
}
.BgClassName
{
background-color: #BA4FA6;
}
</style>
border-color css
<style>
span { border-color: #BA4FA6; }
span { border-color: rgb(186,79,166); }
td.TdClassName
{
border-color: #BA4FA6;
}
.TagClassName
{
border-color: #BA4FA6;
}
</style>