Shades of Fuchsia #BA5FA9
Tints of Fuchsia #BA5FA9
RGB
CMYK
RGB Variations
Color information
#BA5FA9 (or 0xBA5FA9) is known color: Fuchsia. HEX triplet: BA, 5F and A9. RGB value is (186,95,169). Sum of RGB (Red+Green+Blue) = 186+95+169=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 169 (66.41% from 255 or 37.56% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5FA9 is #45A056. Grayscale: #828282. Windows color (decimal): -4563031 or 11100090. OLE color: 11100090.
HSL color Cylindrical-coordinate representation of color #BA5FA9: hue angle of 311.21º 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 #BA5FA9 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 95 | 169 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.27 |
| HSL | 311.21º | 0.4% | 0.55% | - |
| HSV(B) | 311.21º | 0.49% | 0.73% | - |
| XYZ | 31.5 | 21.49 | 40.02 | - |
| YUV | 130.65 | 149.65 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 95 | 169 | 0 | 0.49 | 0.09 | 0.27 | 311.21 | 0.4 | 0.55 |
| Hex | BA | 5F | A9 | 0 | 31 | 9 | 1B | 137 | 28 | 37 |
| Octal | 272 | 137 | 251 | 0 | 61 | 11 | 33 | 467 | 50 | 67 |
| Binary | 10111010 | 1011111 | 10101001 | 0 | 110001 | 1001 | 11011 | 100110111 | 101000 | 110111 |
Color Harmonies of #BA5FA9
Complementary color
Monochromatic Colors of #BA5FA9
Black with #BA5FA9
Text Example
Text Example
White with #BA5FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5FA9; }
p { color: rgb(186,95,169); }
H1.HeaderClassName
{
color: #BA5FA9;
}
.AnyTagClassName
{
color: #BA5FA9;
}
</style>
background-color css
<style>
a { background-color: #BA5FA9; }
a { background-color: rgb(186,95,169); }
div.DivClassName
{
background-color: #BA5FA9;
}
.BgClassName
{
background-color: #BA5FA9;
}
</style>
border-color css
<style>
span { border-color: #BA5FA9; }
span { border-color: rgb(186,95,169); }
td.TdClassName
{
border-color: #BA5FA9;
}
.TagClassName
{
border-color: #BA5FA9;
}
</style>