Shades of Fuchsia #BA5FAB
Tints of Fuchsia #BA5FAB
RGB
CMYK
RGB Variations
Color information
#BA5FAB (or 0xBA5FAB) is known color: Fuchsia. HEX triplet: BA, 5F and AB. RGB value is (186,95,171). Sum of RGB (Red+Green+Blue) = 186+95+171=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 95 (37.5% from 255 or 21.02% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5FAB is #45A054. Grayscale: #828282. Windows color (decimal): -4563029 or 11231162. OLE color: 11231162.
HSL color Cylindrical-coordinate representation of color #BA5FAB: hue angle of 309.89º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA5FAB is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 95 | 171 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.27 |
| HSL | 309.89º | 0.4% | 0.55% | - |
| HSV(B) | 309.89º | 0.49% | 0.73% | - |
| XYZ | 31.69 | 21.56 | 41.02 | - |
| YUV | 130.87 | 150.65 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 95 | 171 | 0 | 0.49 | 0.08 | 0.27 | 309.89 | 0.4 | 0.55 |
| Hex | BA | 5F | AB | 0 | 31 | 8 | 1B | 136 | 28 | 37 |
| Octal | 272 | 137 | 253 | 0 | 61 | 10 | 33 | 466 | 50 | 67 |
| Binary | 10111010 | 1011111 | 10101011 | 0 | 110001 | 1000 | 11011 | 100110110 | 101000 | 110111 |
Color Harmonies of #BA5FAB
Complementary color
Monochromatic Colors of #BA5FAB
Black with #BA5FAB
Text Example
Text Example
White with #BA5FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5FAB; }
p { color: rgb(186,95,171); }
H1.HeaderClassName
{
color: #BA5FAB;
}
.AnyTagClassName
{
color: #BA5FAB;
}
</style>
background-color css
<style>
a { background-color: #BA5FAB; }
a { background-color: rgb(186,95,171); }
div.DivClassName
{
background-color: #BA5FAB;
}
.BgClassName
{
background-color: #BA5FAB;
}
</style>
border-color css
<style>
span { border-color: #BA5FAB; }
span { border-color: rgb(186,95,171); }
td.TdClassName
{
border-color: #BA5FAB;
}
.TagClassName
{
border-color: #BA5FAB;
}
</style>