Shades of Fuchsia #BA5CB1
Tints of Fuchsia #BA5CB1
RGB
CMYK
RGB Variations
Color information
#BA5CB1 (or 0xBA5CB1) is known color: Fuchsia. HEX triplet: BA, 5C and B1. RGB value is (186,92,177). Sum of RGB (Red+Green+Blue) = 186+92+177=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 92 (36.33% from 255 or 20.22% from 455); Blue value is 177 (69.53% from 255 or 38.90% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5CB1 is #45A34E. Grayscale: #818181. Windows color (decimal): -4563791 or 11623610. OLE color: 11623610.
HSL color Cylindrical-coordinate representation of color #BA5CB1: hue angle of 305.74º 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 #BA5CB1 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 92 | 177 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.27 |
| HSL | 305.74º | 0.41% | 0.55% | - |
| HSV(B) | 305.74º | 0.51% | 0.73% | - |
| XYZ | 32.01 | 21.27 | 44.01 | - |
| YUV | 129.8 | 154.64 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 177 | 0 | 0.51 | 0.05 | 0.27 | 305.74 | 0.41 | 0.55 |
| Hex | BA | 5C | B1 | 0 | 33 | 5 | 1B | 132 | 29 | 37 |
| Octal | 272 | 134 | 261 | 0 | 63 | 5 | 33 | 462 | 51 | 67 |
| Binary | 10111010 | 1011100 | 10110001 | 0 | 110011 | 101 | 11011 | 100110010 | 101001 | 110111 |
Color Harmonies of #BA5CB1
Complementary color
Monochromatic Colors of #BA5CB1
Black with #BA5CB1
Text Example
Text Example
White with #BA5CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5CB1; }
p { color: rgb(186,92,177); }
H1.HeaderClassName
{
color: #BA5CB1;
}
.AnyTagClassName
{
color: #BA5CB1;
}
</style>
background-color css
<style>
a { background-color: #BA5CB1; }
a { background-color: rgb(186,92,177); }
div.DivClassName
{
background-color: #BA5CB1;
}
.BgClassName
{
background-color: #BA5CB1;
}
</style>
border-color css
<style>
span { border-color: #BA5CB1; }
span { border-color: rgb(186,92,177); }
td.TdClassName
{
border-color: #BA5CB1;
}
.TagClassName
{
border-color: #BA5CB1;
}
</style>