Shades of Fuchsia #BA4AC1
Tints of Fuchsia #BA4AC1
RGB
CMYK
RGB Variations
Color information
#BA4AC1 (or 0xBA4AC1) is known color: Fuchsia. HEX triplet: BA, 4A and C1. RGB value is (186,74,193). Sum of RGB (Red+Green+Blue) = 186+74+193=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 74 (29.30% from 255 or 16.34% from 453); Blue value is 193 (75.78% from 255 or 42.60% from 453); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA4AC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4AC1 is #45B53E. Grayscale: #787878. Windows color (decimal): -4568383 or 12667578. OLE color: 12667578.
HSL color Cylindrical-coordinate representation of color #BA4AC1: hue angle of 296.47º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA4AC1 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 74 | 193 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.24 |
| HSL | 296.47º | 0.49% | 0.52% | - |
| HSV(B) | 296.47º | 0.62% | 0.76% | - |
| XYZ | 32.32 | 19.19 | 52.45 | - |
| YUV | 121.05 | 168.61 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 193 | 0.04 | 0.62 | 0 | 0.24 | 296.47 | 0.49 | 0.52 |
| Hex | BA | 4A | C1 | 4 | 3E | 0 | 18 | 128 | 31 | 34 |
| Octal | 272 | 112 | 301 | 4 | 76 | 0 | 30 | 450 | 61 | 64 |
| Binary | 10111010 | 1001010 | 11000001 | 100 | 111110 | 0 | 11000 | 100101000 | 110001 | 110100 |
Color Harmonies of #BA4AC1
Complementary color
Monochromatic Colors of #BA4AC1
Black with #BA4AC1
Text Example
Text Example
White with #BA4AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4AC1; }
p { color: rgb(186,74,193); }
H1.HeaderClassName
{
color: #BA4AC1;
}
.AnyTagClassName
{
color: #BA4AC1;
}
</style>
background-color css
<style>
a { background-color: #BA4AC1; }
a { background-color: rgb(186,74,193); }
div.DivClassName
{
background-color: #BA4AC1;
}
.BgClassName
{
background-color: #BA4AC1;
}
</style>
border-color css
<style>
span { border-color: #BA4AC1; }
span { border-color: rgb(186,74,193); }
td.TdClassName
{
border-color: #BA4AC1;
}
.TagClassName
{
border-color: #BA4AC1;
}
</style>