Shades of Fuchsia #BA4AC6
Tints of Fuchsia #BA4AC6
RGB
CMYK
RGB Variations
Color information
#BA4AC6 (or 0xBA4AC6) is known color: Fuchsia. HEX triplet: BA, 4A and C6. RGB value is (186,74,198). Sum of RGB (Red+Green+Blue) = 186+74+198=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 74 (29.30% from 255 or 16.16% from 458); Blue value is 198 (77.73% from 255 or 43.23% from 458); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA4AC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4AC6 is #45B539. Grayscale: #797979. Windows color (decimal): -4568378 or 12995258. OLE color: 12995258.
HSL color Cylindrical-coordinate representation of color #BA4AC6: hue angle of 294.19º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA4AC6 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 74 | 198 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.22 |
| HSL | 294.19º | 0.52% | 0.53% | - |
| HSV(B) | 294.19º | 0.63% | 0.78% | - |
| XYZ | 32.89 | 19.41 | 55.44 | - |
| YUV | 121.62 | 171.11 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 198 | 0.06 | 0.63 | 0 | 0.22 | 294.19 | 0.52 | 0.53 |
| Hex | BA | 4A | C6 | 6 | 3F | 0 | 16 | 126 | 34 | 35 |
| Octal | 272 | 112 | 306 | 6 | 77 | 0 | 26 | 446 | 64 | 65 |
| Binary | 10111010 | 1001010 | 11000110 | 110 | 111111 | 0 | 10110 | 100100110 | 110100 | 110101 |
Color Harmonies of #BA4AC6
Complementary color
Monochromatic Colors of #BA4AC6
Black with #BA4AC6
Text Example
Text Example
White with #BA4AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4AC6; }
p { color: rgb(186,74,198); }
H1.HeaderClassName
{
color: #BA4AC6;
}
.AnyTagClassName
{
color: #BA4AC6;
}
</style>
background-color css
<style>
a { background-color: #BA4AC6; }
a { background-color: rgb(186,74,198); }
div.DivClassName
{
background-color: #BA4AC6;
}
.BgClassName
{
background-color: #BA4AC6;
}
</style>
border-color css
<style>
span { border-color: #BA4AC6; }
span { border-color: rgb(186,74,198); }
td.TdClassName
{
border-color: #BA4AC6;
}
.TagClassName
{
border-color: #BA4AC6;
}
</style>