Shades of Fuchsia #BA5BC2
Tints of Fuchsia #BA5BC2
RGB
CMYK
RGB Variations
Color information
#BA5BC2 (or 0xBA5BC2) is known color: Fuchsia. HEX triplet: BA, 5B and C2. RGB value is (186,91,194). Sum of RGB (Red+Green+Blue) = 186+91+194=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 91 (35.94% from 255 or 19.32% from 471); Blue value is 194 (76.17% from 255 or 41.19% from 471); Max value from RGB is 194 - color contains mainly: blue. Hex color #BA5BC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5BC2 is #45A43D. Grayscale: #828282. Windows color (decimal): -4564030 or 12737466. OLE color: 12737466.
HSL color Cylindrical-coordinate representation of color #BA5BC2: hue angle of 295.34º degrees, saturation: 0.46, 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 #BA5BC2 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 91 | 194 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.24 |
| HSL | 295.34º | 0.46% | 0.56% | - |
| HSV(B) | 295.34º | 0.53% | 0.76% | - |
| XYZ | 33.73 | 21.82 | 53.47 | - |
| YUV | 131.15 | 163.47 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 194 | 0.04 | 0.53 | 0 | 0.24 | 295.34 | 0.46 | 0.56 |
| Hex | BA | 5B | C2 | 4 | 35 | 0 | 18 | 127 | 2E | 38 |
| Octal | 272 | 133 | 302 | 4 | 65 | 0 | 30 | 447 | 56 | 70 |
| Binary | 10111010 | 1011011 | 11000010 | 100 | 110101 | 0 | 11000 | 100100111 | 101110 | 111000 |
Color Harmonies of #BA5BC2
Complementary color
Monochromatic Colors of #BA5BC2
Black with #BA5BC2
Text Example
Text Example
White with #BA5BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5BC2; }
p { color: rgb(186,91,194); }
H1.HeaderClassName
{
color: #BA5BC2;
}
.AnyTagClassName
{
color: #BA5BC2;
}
</style>
background-color css
<style>
a { background-color: #BA5BC2; }
a { background-color: rgb(186,91,194); }
div.DivClassName
{
background-color: #BA5BC2;
}
.BgClassName
{
background-color: #BA5BC2;
}
</style>
border-color css
<style>
span { border-color: #BA5BC2; }
span { border-color: rgb(186,91,194); }
td.TdClassName
{
border-color: #BA5BC2;
}
.TagClassName
{
border-color: #BA5BC2;
}
</style>