Shades of Fuchsia #BA31AF
Tints of Fuchsia #BA31AF
RGB
CMYK
RGB Variations
Color information
#BA31AF (or 0xBA31AF) is known color: Fuchsia. HEX triplet: BA, 31 and AF. RGB value is (186,49,175). Sum of RGB (Red+Green+Blue) = 186+49+175=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 49 (19.53% from 255 or 11.95% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA31AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA31AF is #45CE50. Grayscale: #676767. Windows color (decimal): -4574801 or 11481530. OLE color: 11481530.
HSL color Cylindrical-coordinate representation of color #BA31AF: hue angle of 304.82º 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 #BA31AF is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 49 | 175 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.27 |
| HSL | 304.82º | 0.58% | 0.46% | - |
| HSV(B) | 304.82º | 0.74% | 0.73% | - |
| XYZ | 29.09 | 15.73 | 42.06 | - |
| YUV | 104.33 | 167.89 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 175 | 0 | 0.74 | 0.06 | 0.27 | 304.82 | 0.58 | 0.46 |
| Hex | BA | 31 | AF | 0 | 4A | 6 | 1B | 131 | 3A | 2E |
| Octal | 272 | 61 | 257 | 0 | 112 | 6 | 33 | 461 | 72 | 56 |
| Binary | 10111010 | 110001 | 10101111 | 0 | 1001010 | 110 | 11011 | 100110001 | 111010 | 101110 |
Color Harmonies of #BA31AF
Complementary color
Monochromatic Colors of #BA31AF
Black with #BA31AF
Text Example
Text Example
White with #BA31AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA31AF; }
p { color: rgb(186,49,175); }
H1.HeaderClassName
{
color: #BA31AF;
}
.AnyTagClassName
{
color: #BA31AF;
}
</style>
background-color css
<style>
a { background-color: #BA31AF; }
a { background-color: rgb(186,49,175); }
div.DivClassName
{
background-color: #BA31AF;
}
.BgClassName
{
background-color: #BA31AF;
}
</style>
border-color css
<style>
span { border-color: #BA31AF; }
span { border-color: rgb(186,49,175); }
td.TdClassName
{
border-color: #BA31AF;
}
.TagClassName
{
border-color: #BA31AF;
}
</style>