Shades of Fuchsia #BA5CB9
Tints of Fuchsia #BA5CB9
RGB
CMYK
RGB Variations
Color information
#BA5CB9 (or 0xBA5CB9) is known color: Fuchsia. HEX triplet: BA, 5C and B9. RGB value is (186,92,185). Sum of RGB (Red+Green+Blue) = 186+92+185=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 92 (36.33% from 255 or 19.87% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5CB9 is #45A346. Grayscale: #828282. Windows color (decimal): -4563783 or 12147898. OLE color: 12147898.
HSL color Cylindrical-coordinate representation of color #BA5CB9: hue angle of 300.64º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA5CB9 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 92 | 185 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.27 |
| HSL | 300.64º | 0.41% | 0.55% | - |
| HSV(B) | 300.64º | 0.51% | 0.73% | - |
| XYZ | 32.83 | 21.6 | 48.34 | - |
| YUV | 130.71 | 158.64 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 185 | 0 | 0.51 | 0.01 | 0.27 | 300.64 | 0.41 | 0.55 |
| Hex | BA | 5C | B9 | 0 | 33 | 1 | 1B | 12D | 29 | 37 |
| Octal | 272 | 134 | 271 | 0 | 63 | 1 | 33 | 455 | 51 | 67 |
| Binary | 10111010 | 1011100 | 10111001 | 0 | 110011 | 1 | 11011 | 100101101 | 101001 | 110111 |
Color Harmonies of #BA5CB9
Complementary color
Monochromatic Colors of #BA5CB9
Black with #BA5CB9
Text Example
Text Example
White with #BA5CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5CB9; }
p { color: rgb(186,92,185); }
H1.HeaderClassName
{
color: #BA5CB9;
}
.AnyTagClassName
{
color: #BA5CB9;
}
</style>
background-color css
<style>
a { background-color: #BA5CB9; }
a { background-color: rgb(186,92,185); }
div.DivClassName
{
background-color: #BA5CB9;
}
.BgClassName
{
background-color: #BA5CB9;
}
</style>
border-color css
<style>
span { border-color: #BA5CB9; }
span { border-color: rgb(186,92,185); }
td.TdClassName
{
border-color: #BA5CB9;
}
.TagClassName
{
border-color: #BA5CB9;
}
</style>