Shades of Fuchsia #BA5FAC
Tints of Fuchsia #BA5FAC
RGB
CMYK
RGB Variations
Color information
#BA5FAC (or 0xBA5FAC) is known color: Fuchsia. HEX triplet: BA, 5F and AC. RGB value is (186,95,172). Sum of RGB (Red+Green+Blue) = 186+95+172=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5FAC is #45A053. Grayscale: #828282. Windows color (decimal): -4563028 or 11296698. OLE color: 11296698.
HSL color Cylindrical-coordinate representation of color #BA5FAC: hue angle of 309.23º 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 #BA5FAC is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 95 | 172 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.27 |
| HSL | 309.23º | 0.4% | 0.55% | - |
| HSV(B) | 309.23º | 0.49% | 0.73% | - |
| XYZ | 31.79 | 21.6 | 41.52 | - |
| YUV | 130.99 | 151.15 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 95 | 172 | 0 | 0.49 | 0.08 | 0.27 | 309.23 | 0.4 | 0.55 |
| Hex | BA | 5F | AC | 0 | 31 | 8 | 1B | 135 | 28 | 37 |
| Octal | 272 | 137 | 254 | 0 | 61 | 10 | 33 | 465 | 50 | 67 |
| Binary | 10111010 | 1011111 | 10101100 | 0 | 110001 | 1000 | 11011 | 100110101 | 101000 | 110111 |
Color Harmonies of #BA5FAC
Complementary color
Monochromatic Colors of #BA5FAC
Black with #BA5FAC
Text Example
Text Example
White with #BA5FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5FAC; }
p { color: rgb(186,95,172); }
H1.HeaderClassName
{
color: #BA5FAC;
}
.AnyTagClassName
{
color: #BA5FAC;
}
</style>
background-color css
<style>
a { background-color: #BA5FAC; }
a { background-color: rgb(186,95,172); }
div.DivClassName
{
background-color: #BA5FAC;
}
.BgClassName
{
background-color: #BA5FAC;
}
</style>
border-color css
<style>
span { border-color: #BA5FAC; }
span { border-color: rgb(186,95,172); }
td.TdClassName
{
border-color: #BA5FAC;
}
.TagClassName
{
border-color: #BA5FAC;
}
</style>