Shades of Fuchsia #BA4DC0
Tints of Fuchsia #BA4DC0
RGB
CMYK
RGB Variations
Color information
#BA4DC0 (or 0xBA4DC0) is known color: Fuchsia. HEX triplet: BA, 4D and C0. RGB value is (186,77,192). Sum of RGB (Red+Green+Blue) = 186+77+192=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 192 (75.39% from 255 or 42.20% from 455); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA4DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4DC0 is #45B23F. Grayscale: #7A7A7A. Windows color (decimal): -4567616 or 12602810. OLE color: 12602810.
HSL color Cylindrical-coordinate representation of color #BA4DC0: hue angle of 296.87º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4DC0 is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 77 | 192 | - |
| CMYK | 0.03 | 0.60 | 0 | 0.25 |
| HSL | 296.87º | 0.48% | 0.53% | - |
| HSV(B) | 296.87º | 0.6% | 0.75% | - |
| XYZ | 32.42 | 19.55 | 51.93 | - |
| YUV | 122.7 | 167.11 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 192 | 0.03 | 0.60 | 0 | 0.25 | 296.87 | 0.48 | 0.53 |
| Hex | BA | 4D | C0 | 3 | 3C | 0 | 19 | 129 | 30 | 35 |
| Octal | 272 | 115 | 300 | 3 | 74 | 0 | 31 | 451 | 60 | 65 |
| Binary | 10111010 | 1001101 | 11000000 | 11 | 111100 | 0 | 11001 | 100101001 | 110000 | 110101 |
Color Harmonies of #BA4DC0
Complementary color
Monochromatic Colors of #BA4DC0
Black with #BA4DC0
Text Example
Text Example
White with #BA4DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4DC0; }
p { color: rgb(186,77,192); }
H1.HeaderClassName
{
color: #BA4DC0;
}
.AnyTagClassName
{
color: #BA4DC0;
}
</style>
background-color css
<style>
a { background-color: #BA4DC0; }
a { background-color: rgb(186,77,192); }
div.DivClassName
{
background-color: #BA4DC0;
}
.BgClassName
{
background-color: #BA4DC0;
}
</style>
border-color css
<style>
span { border-color: #BA4DC0; }
span { border-color: rgb(186,77,192); }
td.TdClassName
{
border-color: #BA4DC0;
}
.TagClassName
{
border-color: #BA4DC0;
}
</style>