Shades of Fuchsia #BA4DA6
Tints of Fuchsia #BA4DA6
RGB
CMYK
RGB Variations
Color information
#BA4DA6 (or 0xBA4DA6) is known color: Fuchsia. HEX triplet: BA, 4D and A6. RGB value is (186,77,166). Sum of RGB (Red+Green+Blue) = 186+77+166=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 166 (65.23% from 255 or 38.69% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4DA6 is #45B259. Grayscale: #777777. Windows color (decimal): -4567642 or 10898874. OLE color: 10898874.
HSL color Cylindrical-coordinate representation of color #BA4DA6: hue angle of 311.01º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA4DA6 is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 77 | 166 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.27 |
| HSL | 311.01º | 0.44% | 0.52% | - |
| HSV(B) | 311.01º | 0.59% | 0.73% | - |
| XYZ | 29.79 | 18.5 | 38.08 | - |
| YUV | 119.74 | 154.11 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 166 | 0 | 0.59 | 0.11 | 0.27 | 311.01 | 0.44 | 0.52 |
| Hex | BA | 4D | A6 | 0 | 3B | B | 1B | 137 | 2C | 34 |
| Octal | 272 | 115 | 246 | 0 | 73 | 13 | 33 | 467 | 54 | 64 |
| Binary | 10111010 | 1001101 | 10100110 | 0 | 111011 | 1011 | 11011 | 100110111 | 101100 | 110100 |
Color Harmonies of #BA4DA6
Complementary color
Monochromatic Colors of #BA4DA6
Black with #BA4DA6
Text Example
Text Example
White with #BA4DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4DA6; }
p { color: rgb(186,77,166); }
H1.HeaderClassName
{
color: #BA4DA6;
}
.AnyTagClassName
{
color: #BA4DA6;
}
</style>
background-color css
<style>
a { background-color: #BA4DA6; }
a { background-color: rgb(186,77,166); }
div.DivClassName
{
background-color: #BA4DA6;
}
.BgClassName
{
background-color: #BA4DA6;
}
</style>
border-color css
<style>
span { border-color: #BA4DA6; }
span { border-color: rgb(186,77,166); }
td.TdClassName
{
border-color: #BA4DA6;
}
.TagClassName
{
border-color: #BA4DA6;
}
</style>