Shades of Fuchsia #BA41C0
Tints of Fuchsia #BA41C0
RGB
CMYK
RGB Variations
Color information
#BA41C0 (or 0xBA41C0) is known color: Fuchsia. HEX triplet: BA, 41 and C0. RGB value is (186,65,192). Sum of RGB (Red+Green+Blue) = 186+65+192=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 65 (25.78% from 255 or 14.67% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA41C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA41C0 is #45BE3F. Grayscale: #737373. Windows color (decimal): -4570688 or 12599738. OLE color: 12599738.
HSL color Cylindrical-coordinate representation of color #BA41C0: hue angle of 297.17º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA41C0 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 65 | 192 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.25 |
| HSL | 297.17º | 0.5% | 0.5% | - |
| HSV(B) | 297.17º | 0.66% | 0.75% | - |
| XYZ | 31.65 | 18.03 | 51.68 | - |
| YUV | 115.66 | 171.09 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 192 | 0.03 | 0.66 | 0 | 0.25 | 297.17 | 0.5 | 0.5 |
| Hex | BA | 41 | C0 | 3 | 42 | 0 | 19 | 129 | 32 | 32 |
| Octal | 272 | 101 | 300 | 3 | 102 | 0 | 31 | 451 | 62 | 62 |
| Binary | 10111010 | 1000001 | 11000000 | 11 | 1000010 | 0 | 11001 | 100101001 | 110010 | 110010 |
Color Harmonies of #BA41C0
Complementary color
Monochromatic Colors of #BA41C0
Black with #BA41C0
Text Example
Text Example
White with #BA41C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA41C0; }
p { color: rgb(186,65,192); }
H1.HeaderClassName
{
color: #BA41C0;
}
.AnyTagClassName
{
color: #BA41C0;
}
</style>
background-color css
<style>
a { background-color: #BA41C0; }
a { background-color: rgb(186,65,192); }
div.DivClassName
{
background-color: #BA41C0;
}
.BgClassName
{
background-color: #BA41C0;
}
</style>
border-color css
<style>
span { border-color: #BA41C0; }
span { border-color: rgb(186,65,192); }
td.TdClassName
{
border-color: #BA41C0;
}
.TagClassName
{
border-color: #BA41C0;
}
</style>