Shades of Fuchsia #BA44A6
Tints of Fuchsia #BA44A6
RGB
CMYK
RGB Variations
Color information
#BA44A6 (or 0xBA44A6) is known color: Fuchsia. HEX triplet: BA, 44 and A6. RGB value is (186,68,166). Sum of RGB (Red+Green+Blue) = 186+68+166=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 68 (26.95% from 255 or 16.19% from 420); Blue value is 166 (65.23% from 255 or 39.52% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA44A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA44A6 is #45BB59. Grayscale: #727272. Windows color (decimal): -4569946 or 10896570. OLE color: 10896570.
HSL color Cylindrical-coordinate representation of color #BA44A6: hue angle of 310.17º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA44A6 is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 68 | 166 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.27 |
| HSL | 310.17º | 0.46% | 0.5% | - |
| HSV(B) | 310.17º | 0.63% | 0.73% | - |
| XYZ | 29.2 | 17.33 | 37.88 | - |
| YUV | 114.45 | 157.09 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 68 | 166 | 0 | 0.63 | 0.11 | 0.27 | 310.17 | 0.46 | 0.5 |
| Hex | BA | 44 | A6 | 0 | 3F | B | 1B | 136 | 2E | 32 |
| Octal | 272 | 104 | 246 | 0 | 77 | 13 | 33 | 466 | 56 | 62 |
| Binary | 10111010 | 1000100 | 10100110 | 0 | 111111 | 1011 | 11011 | 100110110 | 101110 | 110010 |
Color Harmonies of #BA44A6
Complementary color
Monochromatic Colors of #BA44A6
Black with #BA44A6
Text Example
Text Example
White with #BA44A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA44A6; }
p { color: rgb(186,68,166); }
H1.HeaderClassName
{
color: #BA44A6;
}
.AnyTagClassName
{
color: #BA44A6;
}
</style>
background-color css
<style>
a { background-color: #BA44A6; }
a { background-color: rgb(186,68,166); }
div.DivClassName
{
background-color: #BA44A6;
}
.BgClassName
{
background-color: #BA44A6;
}
</style>
border-color css
<style>
span { border-color: #BA44A6; }
span { border-color: rgb(186,68,166); }
td.TdClassName
{
border-color: #BA44A6;
}
.TagClassName
{
border-color: #BA44A6;
}
</style>