Shades of Fuchsia #BA31AB
Tints of Fuchsia #BA31AB
RGB
CMYK
RGB Variations
Color information
#BA31AB (or 0xBA31AB) is known color: Fuchsia. HEX triplet: BA, 31 and AB. RGB value is (186,49,171). Sum of RGB (Red+Green+Blue) = 186+49+171=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 49 (19.53% from 255 or 12.07% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA31AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA31AB is #45CE54. Grayscale: #676767. Windows color (decimal): -4574805 or 11219386. OLE color: 11219386.
HSL color Cylindrical-coordinate representation of color #BA31AB: hue angle of 306.57º 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 #BA31AB is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 171 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.27 |
| HSL | 306.57º | 0.58% | 0.46% | - |
| HSV(B) | 306.57º | 0.74% | 0.73% | - |
| XYZ | 28.7 | 15.58 | 40.02 | - |
| YUV | 103.87 | 165.89 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 171 | 0 | 0.74 | 0.08 | 0.27 | 306.57 | 0.58 | 0.46 |
| Hex | BA | 31 | AB | 0 | 4A | 8 | 1B | 133 | 3A | 2E |
| Octal | 272 | 61 | 253 | 0 | 112 | 10 | 33 | 463 | 72 | 56 |
| Binary | 10111010 | 110001 | 10101011 | 0 | 1001010 | 1000 | 11011 | 100110011 | 111010 | 101110 |
Color Harmonies of #BA31AB
Complementary color
Monochromatic Colors of #BA31AB
Black with #BA31AB
Text Example
Text Example
White with #BA31AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA31AB; }
p { color: rgb(186,49,171); }
H1.HeaderClassName
{
color: #BA31AB;
}
.AnyTagClassName
{
color: #BA31AB;
}
</style>
background-color css
<style>
a { background-color: #BA31AB; }
a { background-color: rgb(186,49,171); }
div.DivClassName
{
background-color: #BA31AB;
}
.BgClassName
{
background-color: #BA31AB;
}
</style>
border-color css
<style>
span { border-color: #BA31AB; }
span { border-color: rgb(186,49,171); }
td.TdClassName
{
border-color: #BA31AB;
}
.TagClassName
{
border-color: #BA31AB;
}
</style>