Shades of Fuchsia #BA4AC0
Tints of Fuchsia #BA4AC0
RGB
CMYK
RGB Variations
Color information
#BA4AC0 (or 0xBA4AC0) is known color: Fuchsia. HEX triplet: BA, 4A and C0. RGB value is (186,74,192). Sum of RGB (Red+Green+Blue) = 186+74+192=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 74 (29.30% from 255 or 16.37% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA4AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4AC0 is #45B53F. Grayscale: #787878. Windows color (decimal): -4568384 or 12602042. OLE color: 12602042.
HSL color Cylindrical-coordinate representation of color #BA4AC0: hue angle of 296.95º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA4AC0 is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 74 | 192 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.25 |
| HSL | 296.95º | 0.48% | 0.52% | - |
| HSV(B) | 296.95º | 0.61% | 0.75% | - |
| XYZ | 32.21 | 19.14 | 51.87 | - |
| YUV | 120.94 | 168.11 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 192 | 0.03 | 0.61 | 0 | 0.25 | 296.95 | 0.48 | 0.52 |
| Hex | BA | 4A | C0 | 3 | 3D | 0 | 19 | 129 | 30 | 34 |
| Octal | 272 | 112 | 300 | 3 | 75 | 0 | 31 | 451 | 60 | 64 |
| Binary | 10111010 | 1001010 | 11000000 | 11 | 111101 | 0 | 11001 | 100101001 | 110000 | 110100 |
Color Harmonies of #BA4AC0
Complementary color
Monochromatic Colors of #BA4AC0
Black with #BA4AC0
Text Example
Text Example
White with #BA4AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4AC0; }
p { color: rgb(186,74,192); }
H1.HeaderClassName
{
color: #BA4AC0;
}
.AnyTagClassName
{
color: #BA4AC0;
}
</style>
background-color css
<style>
a { background-color: #BA4AC0; }
a { background-color: rgb(186,74,192); }
div.DivClassName
{
background-color: #BA4AC0;
}
.BgClassName
{
background-color: #BA4AC0;
}
</style>
border-color css
<style>
span { border-color: #BA4AC0; }
span { border-color: rgb(186,74,192); }
td.TdClassName
{
border-color: #BA4AC0;
}
.TagClassName
{
border-color: #BA4AC0;
}
</style>