Shades of Fuchsia #BA40C1
Tints of Fuchsia #BA40C1
RGB
CMYK
RGB Variations
Color information
#BA40C1 (or 0xBA40C1) is known color: Fuchsia. HEX triplet: BA, 40 and C1. RGB value is (186,64,193). Sum of RGB (Red+Green+Blue) = 186+64+193=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 64 (25.39% from 255 or 14.45% from 443); Blue value is 193 (75.78% from 255 or 43.57% from 443); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA40C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA40C1 is #45BF3E. Grayscale: #727272. Windows color (decimal): -4570943 or 12665018. OLE color: 12665018.
HSL color Cylindrical-coordinate representation of color #BA40C1: hue angle of 296.74º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA40C1 is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 64 | 193 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.24 |
| HSL | 296.74º | 0.51% | 0.5% | - |
| HSV(B) | 296.74º | 0.67% | 0.76% | - |
| XYZ | 31.71 | 17.96 | 52.25 | - |
| YUV | 115.18 | 171.92 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 193 | 0.04 | 0.67 | 0 | 0.24 | 296.74 | 0.51 | 0.5 |
| Hex | BA | 40 | C1 | 4 | 43 | 0 | 18 | 129 | 33 | 32 |
| Octal | 272 | 100 | 301 | 4 | 103 | 0 | 30 | 451 | 63 | 62 |
| Binary | 10111010 | 1000000 | 11000001 | 100 | 1000011 | 0 | 11000 | 100101001 | 110011 | 110010 |
Color Harmonies of #BA40C1
Complementary color
Monochromatic Colors of #BA40C1
Black with #BA40C1
Text Example
Text Example
White with #BA40C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA40C1; }
p { color: rgb(186,64,193); }
H1.HeaderClassName
{
color: #BA40C1;
}
.AnyTagClassName
{
color: #BA40C1;
}
</style>
background-color css
<style>
a { background-color: #BA40C1; }
a { background-color: rgb(186,64,193); }
div.DivClassName
{
background-color: #BA40C1;
}
.BgClassName
{
background-color: #BA40C1;
}
</style>
border-color css
<style>
span { border-color: #BA40C1; }
span { border-color: rgb(186,64,193); }
td.TdClassName
{
border-color: #BA40C1;
}
.TagClassName
{
border-color: #BA40C1;
}
</style>