Shades of Fuchsia #BA31AC
Tints of Fuchsia #BA31AC
RGB
CMYK
RGB Variations
Color information
#BA31AC (or 0xBA31AC) is known color: Fuchsia. HEX triplet: BA, 31 and AC. RGB value is (186,49,172). Sum of RGB (Red+Green+Blue) = 186+49+172=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 49 (19.53% from 255 or 12.04% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA31AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA31AC is #45CE53. Grayscale: #676767. Windows color (decimal): -4574804 or 11284922. OLE color: 11284922.
HSL color Cylindrical-coordinate representation of color #BA31AC: hue angle of 306.13º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA31AC is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 172 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.27 |
| HSL | 306.13º | 0.58% | 0.46% | - |
| HSV(B) | 306.13º | 0.74% | 0.73% | - |
| XYZ | 28.79 | 15.61 | 40.53 | - |
| YUV | 103.99 | 166.39 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 172 | 0 | 0.74 | 0.08 | 0.27 | 306.13 | 0.58 | 0.46 |
| Hex | BA | 31 | AC | 0 | 4A | 8 | 1B | 132 | 3A | 2E |
| Octal | 272 | 61 | 254 | 0 | 112 | 10 | 33 | 462 | 72 | 56 |
| Binary | 10111010 | 110001 | 10101100 | 0 | 1001010 | 1000 | 11011 | 100110010 | 111010 | 101110 |
Color Harmonies of #BA31AC
Complementary color
Monochromatic Colors of #BA31AC
Black with #BA31AC
Text Example
Text Example
White with #BA31AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA31AC; }
p { color: rgb(186,49,172); }
H1.HeaderClassName
{
color: #BA31AC;
}
.AnyTagClassName
{
color: #BA31AC;
}
</style>
background-color css
<style>
a { background-color: #BA31AC; }
a { background-color: rgb(186,49,172); }
div.DivClassName
{
background-color: #BA31AC;
}
.BgClassName
{
background-color: #BA31AC;
}
</style>
border-color css
<style>
span { border-color: #BA31AC; }
span { border-color: rgb(186,49,172); }
td.TdClassName
{
border-color: #BA31AC;
}
.TagClassName
{
border-color: #BA31AC;
}
</style>