Shades of Fuchsia #BA4BC1
Tints of Fuchsia #BA4BC1
RGB
CMYK
RGB Variations
Color information
#BA4BC1 (or 0xBA4BC1) is known color: Fuchsia. HEX triplet: BA, 4B and C1. RGB value is (186,75,193). Sum of RGB (Red+Green+Blue) = 186+75+193=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 75 (29.69% from 255 or 16.52% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA4BC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4BC1 is #45B43E. Grayscale: #797979. Windows color (decimal): -4568127 or 12667834. OLE color: 12667834.
HSL color Cylindrical-coordinate representation of color #BA4BC1: hue angle of 296.44º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA4BC1 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 75 | 193 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.24 |
| HSL | 296.44º | 0.49% | 0.53% | - |
| HSV(B) | 296.44º | 0.61% | 0.76% | - |
| XYZ | 32.39 | 19.32 | 52.47 | - |
| YUV | 121.64 | 168.27 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 193 | 0.04 | 0.61 | 0 | 0.24 | 296.44 | 0.49 | 0.53 |
| Hex | BA | 4B | C1 | 4 | 3D | 0 | 18 | 128 | 31 | 35 |
| Octal | 272 | 113 | 301 | 4 | 75 | 0 | 30 | 450 | 61 | 65 |
| Binary | 10111010 | 1001011 | 11000001 | 100 | 111101 | 0 | 11000 | 100101000 | 110001 | 110101 |
Color Harmonies of #BA4BC1
Complementary color
Monochromatic Colors of #BA4BC1
Black with #BA4BC1
Text Example
Text Example
White with #BA4BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4BC1; }
p { color: rgb(186,75,193); }
H1.HeaderClassName
{
color: #BA4BC1;
}
.AnyTagClassName
{
color: #BA4BC1;
}
</style>
background-color css
<style>
a { background-color: #BA4BC1; }
a { background-color: rgb(186,75,193); }
div.DivClassName
{
background-color: #BA4BC1;
}
.BgClassName
{
background-color: #BA4BC1;
}
</style>
border-color css
<style>
span { border-color: #BA4BC1; }
span { border-color: rgb(186,75,193); }
td.TdClassName
{
border-color: #BA4BC1;
}
.TagClassName
{
border-color: #BA4BC1;
}
</style>