Shades of Fuchsia #BA5BAB
Tints of Fuchsia #BA5BAB
RGB
CMYK
RGB Variations
Color information
#BA5BAB (or 0xBA5BAB) is known color: Fuchsia. HEX triplet: BA, 5B and AB. RGB value is (186,91,171). Sum of RGB (Red+Green+Blue) = 186+91+171=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 91 (35.94% from 255 or 20.31% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5BAB is #45A454. Grayscale: #808080. Windows color (decimal): -4564053 or 11230138. OLE color: 11230138.
HSL color Cylindrical-coordinate representation of color #BA5BAB: hue angle of 309.47º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA5BAB is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 171 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.27 |
| HSL | 309.47º | 0.41% | 0.54% | - |
| HSV(B) | 309.47º | 0.51% | 0.73% | - |
| XYZ | 31.34 | 20.86 | 40.9 | - |
| YUV | 128.53 | 151.97 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 171 | 0 | 0.51 | 0.08 | 0.27 | 309.47 | 0.41 | 0.54 |
| Hex | BA | 5B | AB | 0 | 33 | 8 | 1B | 135 | 29 | 36 |
| Octal | 272 | 133 | 253 | 0 | 63 | 10 | 33 | 465 | 51 | 66 |
| Binary | 10111010 | 1011011 | 10101011 | 0 | 110011 | 1000 | 11011 | 100110101 | 101001 | 110110 |
Color Harmonies of #BA5BAB
Complementary color
Monochromatic Colors of #BA5BAB
Black with #BA5BAB
Text Example
Text Example
White with #BA5BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5BAB; }
p { color: rgb(186,91,171); }
H1.HeaderClassName
{
color: #BA5BAB;
}
.AnyTagClassName
{
color: #BA5BAB;
}
</style>
background-color css
<style>
a { background-color: #BA5BAB; }
a { background-color: rgb(186,91,171); }
div.DivClassName
{
background-color: #BA5BAB;
}
.BgClassName
{
background-color: #BA5BAB;
}
</style>
border-color css
<style>
span { border-color: #BA5BAB; }
span { border-color: rgb(186,91,171); }
td.TdClassName
{
border-color: #BA5BAB;
}
.TagClassName
{
border-color: #BA5BAB;
}
</style>