Shades of Fuchsia #BA5BC0
Tints of Fuchsia #BA5BC0
RGB
CMYK
RGB Variations
Color information
#BA5BC0 (or 0xBA5BC0) is known color: Fuchsia. HEX triplet: BA, 5B and C0. RGB value is (186,91,192). Sum of RGB (Red+Green+Blue) = 186+91+192=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 91 (35.94% from 255 or 19.40% from 469); Blue value is 192 (75.39% from 255 or 40.94% from 469); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA5BC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5BC0 is #45A43F. Grayscale: #828282. Windows color (decimal): -4564032 or 12606394. OLE color: 12606394.
HSL color Cylindrical-coordinate representation of color #BA5BC0: hue angle of 296.44º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA5BC0 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 91 | 192 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.25 |
| HSL | 296.44º | 0.44% | 0.55% | - |
| HSV(B) | 296.44º | 0.53% | 0.75% | - |
| XYZ | 33.51 | 21.73 | 52.3 | - |
| YUV | 130.92 | 162.47 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 192 | 0.03 | 0.53 | 0 | 0.25 | 296.44 | 0.44 | 0.55 |
| Hex | BA | 5B | C0 | 3 | 35 | 0 | 19 | 128 | 2C | 37 |
| Octal | 272 | 133 | 300 | 3 | 65 | 0 | 31 | 450 | 54 | 67 |
| Binary | 10111010 | 1011011 | 11000000 | 11 | 110101 | 0 | 11001 | 100101000 | 101100 | 110111 |
Color Harmonies of #BA5BC0
Complementary color
Monochromatic Colors of #BA5BC0
Black with #BA5BC0
Text Example
Text Example
White with #BA5BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5BC0; }
p { color: rgb(186,91,192); }
H1.HeaderClassName
{
color: #BA5BC0;
}
.AnyTagClassName
{
color: #BA5BC0;
}
</style>
background-color css
<style>
a { background-color: #BA5BC0; }
a { background-color: rgb(186,91,192); }
div.DivClassName
{
background-color: #BA5BC0;
}
.BgClassName
{
background-color: #BA5BC0;
}
</style>
border-color css
<style>
span { border-color: #BA5BC0; }
span { border-color: rgb(186,91,192); }
td.TdClassName
{
border-color: #BA5BC0;
}
.TagClassName
{
border-color: #BA5BC0;
}
</style>