Shades of Fuchsia #BA70AF
Tints of Fuchsia #BA70AF
RGB
CMYK
RGB Variations
Color information
#BA70AF (or 0xBA70AF) is known color: Fuchsia. HEX triplet: BA, 70 and AF. RGB value is (186,112,175). Sum of RGB (Red+Green+Blue) = 186+112+175=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 186 - color contains mainly: red. Hex color #BA70AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA70AF is #458F50. Grayscale: #8D8D8D. Windows color (decimal): -4558673 or 11497658. OLE color: 11497658.
HSL color Cylindrical-coordinate representation of color #BA70AF: hue angle of 308.92º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA70AF is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 112 | 175 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.27 |
| HSL | 308.92º | 0.35% | 0.58% | - |
| HSV(B) | 308.92º | 0.4% | 0.73% | - |
| XYZ | 33.78 | 25.12 | 43.63 | - |
| YUV | 141.31 | 147.02 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 112 | 175 | 0 | 0.40 | 0.06 | 0.27 | 308.92 | 0.35 | 0.58 |
| Hex | BA | 70 | AF | 0 | 28 | 6 | 1B | 135 | 23 | 3A |
| Octal | 272 | 160 | 257 | 0 | 50 | 6 | 33 | 465 | 43 | 72 |
| Binary | 10111010 | 1110000 | 10101111 | 0 | 101000 | 110 | 11011 | 100110101 | 100011 | 111010 |
Color Harmonies of #BA70AF
Complementary color
Monochromatic Colors of #BA70AF
Black with #BA70AF
Text Example
Text Example
White with #BA70AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA70AF; }
p { color: rgb(186,112,175); }
H1.HeaderClassName
{
color: #BA70AF;
}
.AnyTagClassName
{
color: #BA70AF;
}
</style>
background-color css
<style>
a { background-color: #BA70AF; }
a { background-color: rgb(186,112,175); }
div.DivClassName
{
background-color: #BA70AF;
}
.BgClassName
{
background-color: #BA70AF;
}
</style>
border-color css
<style>
span { border-color: #BA70AF; }
span { border-color: rgb(186,112,175); }
td.TdClassName
{
border-color: #BA70AF;
}
.TagClassName
{
border-color: #BA70AF;
}
</style>