Shades of Fuchsia #BA4BAC
Tints of Fuchsia #BA4BAC
RGB
CMYK
RGB Variations
Color information
#BA4BAC (or 0xBA4BAC) is known color: Fuchsia. HEX triplet: BA, 4B and AC. RGB value is (186,75,172). Sum of RGB (Red+Green+Blue) = 186+75+172=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 75 (29.69% from 255 or 17.32% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4BAC is #45B453. Grayscale: #767676. Windows color (decimal): -4568148 or 11291578. OLE color: 11291578.
HSL color Cylindrical-coordinate representation of color #BA4BAC: hue angle of 307.57º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4BAC is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 75 | 172 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.27 |
| HSL | 307.57º | 0.45% | 0.51% | - |
| HSV(B) | 307.57º | 0.6% | 0.73% | - |
| XYZ | 30.21 | 18.45 | 41 | - |
| YUV | 119.25 | 157.77 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 172 | 0 | 0.60 | 0.08 | 0.27 | 307.57 | 0.45 | 0.51 |
| Hex | BA | 4B | AC | 0 | 3C | 8 | 1B | 134 | 2D | 33 |
| Octal | 272 | 113 | 254 | 0 | 74 | 10 | 33 | 464 | 55 | 63 |
| Binary | 10111010 | 1001011 | 10101100 | 0 | 111100 | 1000 | 11011 | 100110100 | 101101 | 110011 |
Color Harmonies of #BA4BAC
Complementary color
Monochromatic Colors of #BA4BAC
Black with #BA4BAC
Text Example
Text Example
White with #BA4BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4BAC; }
p { color: rgb(186,75,172); }
H1.HeaderClassName
{
color: #BA4BAC;
}
.AnyTagClassName
{
color: #BA4BAC;
}
</style>
background-color css
<style>
a { background-color: #BA4BAC; }
a { background-color: rgb(186,75,172); }
div.DivClassName
{
background-color: #BA4BAC;
}
.BgClassName
{
background-color: #BA4BAC;
}
</style>
border-color css
<style>
span { border-color: #BA4BAC; }
span { border-color: rgb(186,75,172); }
td.TdClassName
{
border-color: #BA4BAC;
}
.TagClassName
{
border-color: #BA4BAC;
}
</style>