Shades of Fuchsia #BA31AA
Tints of Fuchsia #BA31AA
RGB
CMYK
RGB Variations
Color information
#BA31AA (or 0xBA31AA) is known color: Fuchsia. HEX triplet: BA, 31 and AA. RGB value is (186,49,170). Sum of RGB (Red+Green+Blue) = 186+49+170=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 49 (19.53% from 255 or 12.10% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA31AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA31AA is #45CE55. Grayscale: #676767. Windows color (decimal): -4574806 or 11153850. OLE color: 11153850.
HSL color Cylindrical-coordinate representation of color #BA31AA: hue angle of 307.01º 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 #BA31AA is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 170 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.27 |
| HSL | 307.01º | 0.58% | 0.46% | - |
| HSV(B) | 307.01º | 0.74% | 0.73% | - |
| XYZ | 28.6 | 15.54 | 39.52 | - |
| YUV | 103.76 | 165.39 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 170 | 0 | 0.74 | 0.09 | 0.27 | 307.01 | 0.58 | 0.46 |
| Hex | BA | 31 | AA | 0 | 4A | 9 | 1B | 133 | 3A | 2E |
| Octal | 272 | 61 | 252 | 0 | 112 | 11 | 33 | 463 | 72 | 56 |
| Binary | 10111010 | 110001 | 10101010 | 0 | 1001010 | 1001 | 11011 | 100110011 | 111010 | 101110 |
Color Harmonies of #BA31AA
Complementary color
Monochromatic Colors of #BA31AA
Black with #BA31AA
Text Example
Text Example
White with #BA31AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA31AA; }
p { color: rgb(186,49,170); }
H1.HeaderClassName
{
color: #BA31AA;
}
.AnyTagClassName
{
color: #BA31AA;
}
</style>
background-color css
<style>
a { background-color: #BA31AA; }
a { background-color: rgb(186,49,170); }
div.DivClassName
{
background-color: #BA31AA;
}
.BgClassName
{
background-color: #BA31AA;
}
</style>
border-color css
<style>
span { border-color: #BA31AA; }
span { border-color: rgb(186,49,170); }
td.TdClassName
{
border-color: #BA31AA;
}
.TagClassName
{
border-color: #BA31AA;
}
</style>