Shades of Fuchsia #BA3AC1
Tints of Fuchsia #BA3AC1
RGB
CMYK
RGB Variations
Color information
#BA3AC1 (or 0xBA3AC1) is known color: Fuchsia. HEX triplet: BA, 3A and C1. RGB value is (186,58,193). Sum of RGB (Red+Green+Blue) = 186+58+193=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 58 (23.05% from 255 or 13.27% from 437); Blue value is 193 (75.78% from 255 or 44.16% from 437); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA3AC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3AC1 is #45C53E. Grayscale: #6F6F6F. Windows color (decimal): -4572479 or 12663482. OLE color: 12663482.
HSL color Cylindrical-coordinate representation of color #BA3AC1: hue angle of 296.89º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3AC1 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 58 | 193 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.24 |
| HSL | 296.89º | 0.54% | 0.49% | - |
| HSV(B) | 296.89º | 0.7% | 0.76% | - |
| XYZ | 31.39 | 17.32 | 52.14 | - |
| YUV | 111.66 | 173.91 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 193 | 0.04 | 0.70 | 0 | 0.24 | 296.89 | 0.54 | 0.49 |
| Hex | BA | 3A | C1 | 4 | 46 | 0 | 18 | 129 | 36 | 31 |
| Octal | 272 | 72 | 301 | 4 | 106 | 0 | 30 | 451 | 66 | 61 |
| Binary | 10111010 | 111010 | 11000001 | 100 | 1000110 | 0 | 11000 | 100101001 | 110110 | 110001 |
Color Harmonies of #BA3AC1
Complementary color
Monochromatic Colors of #BA3AC1
Black with #BA3AC1
Text Example
Text Example
White with #BA3AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3AC1; }
p { color: rgb(186,58,193); }
H1.HeaderClassName
{
color: #BA3AC1;
}
.AnyTagClassName
{
color: #BA3AC1;
}
</style>
background-color css
<style>
a { background-color: #BA3AC1; }
a { background-color: rgb(186,58,193); }
div.DivClassName
{
background-color: #BA3AC1;
}
.BgClassName
{
background-color: #BA3AC1;
}
</style>
border-color css
<style>
span { border-color: #BA3AC1; }
span { border-color: rgb(186,58,193); }
td.TdClassName
{
border-color: #BA3AC1;
}
.TagClassName
{
border-color: #BA3AC1;
}
</style>