Shades of Fuchsia #BA5BC1
Tints of Fuchsia #BA5BC1
RGB
CMYK
RGB Variations
Color information
#BA5BC1 (or 0xBA5BC1) is known color: Fuchsia. HEX triplet: BA, 5B and C1. RGB value is (186,91,193). Sum of RGB (Red+Green+Blue) = 186+91+193=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 91 (35.94% from 255 or 19.36% from 470); Blue value is 193 (75.78% from 255 or 41.06% from 470); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA5BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5BC1 is #45A43E. Grayscale: #828282. Windows color (decimal): -4564031 or 12671930. OLE color: 12671930.
HSL color Cylindrical-coordinate representation of color #BA5BC1: hue angle of 295.88º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA5BC1 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 91 | 193 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.24 |
| HSL | 295.88º | 0.45% | 0.56% | - |
| HSV(B) | 295.88º | 0.53% | 0.76% | - |
| XYZ | 33.62 | 21.77 | 52.88 | - |
| YUV | 131.03 | 162.97 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 193 | 0.04 | 0.53 | 0 | 0.24 | 295.88 | 0.45 | 0.56 |
| Hex | BA | 5B | C1 | 4 | 35 | 0 | 18 | 128 | 2D | 38 |
| Octal | 272 | 133 | 301 | 4 | 65 | 0 | 30 | 450 | 55 | 70 |
| Binary | 10111010 | 1011011 | 11000001 | 100 | 110101 | 0 | 11000 | 100101000 | 101101 | 111000 |
Color Harmonies of #BA5BC1
Complementary color
Monochromatic Colors of #BA5BC1
Black with #BA5BC1
Text Example
Text Example
White with #BA5BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5BC1; }
p { color: rgb(186,91,193); }
H1.HeaderClassName
{
color: #BA5BC1;
}
.AnyTagClassName
{
color: #BA5BC1;
}
</style>
background-color css
<style>
a { background-color: #BA5BC1; }
a { background-color: rgb(186,91,193); }
div.DivClassName
{
background-color: #BA5BC1;
}
.BgClassName
{
background-color: #BA5BC1;
}
</style>
border-color css
<style>
span { border-color: #BA5BC1; }
span { border-color: rgb(186,91,193); }
td.TdClassName
{
border-color: #BA5BC1;
}
.TagClassName
{
border-color: #BA5BC1;
}
</style>