Shades of Fuchsia #BA66AF
Tints of Fuchsia #BA66AF
RGB
CMYK
RGB Variations
Color information
#BA66AF (or 0xBA66AF) is known color: Fuchsia. HEX triplet: BA, 66 and AF. RGB value is (186,102,175). Sum of RGB (Red+Green+Blue) = 186+102+175=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 102 (40.23% from 255 or 22.03% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BA66AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA66AF is #459950. Grayscale: #878787. Windows color (decimal): -4561233 or 11495098. OLE color: 11495098.
HSL color Cylindrical-coordinate representation of color #BA66AF: hue angle of 307.86º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA66AF is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 175 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.27 |
| HSL | 307.86º | 0.38% | 0.56% | - |
| HSV(B) | 307.86º | 0.45% | 0.73% | - |
| XYZ | 32.74 | 23.04 | 43.28 | - |
| YUV | 135.44 | 150.33 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 175 | 0 | 0.45 | 0.06 | 0.27 | 307.86 | 0.38 | 0.56 |
| Hex | BA | 66 | AF | 0 | 2D | 6 | 1B | 134 | 26 | 38 |
| Octal | 272 | 146 | 257 | 0 | 55 | 6 | 33 | 464 | 46 | 70 |
| Binary | 10111010 | 1100110 | 10101111 | 0 | 101101 | 110 | 11011 | 100110100 | 100110 | 111000 |
Color Harmonies of #BA66AF
Complementary color
Monochromatic Colors of #BA66AF
Black with #BA66AF
Text Example
Text Example
White with #BA66AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA66AF; }
p { color: rgb(186,102,175); }
H1.HeaderClassName
{
color: #BA66AF;
}
.AnyTagClassName
{
color: #BA66AF;
}
</style>
background-color css
<style>
a { background-color: #BA66AF; }
a { background-color: rgb(186,102,175); }
div.DivClassName
{
background-color: #BA66AF;
}
.BgClassName
{
background-color: #BA66AF;
}
</style>
border-color css
<style>
span { border-color: #BA66AF; }
span { border-color: rgb(186,102,175); }
td.TdClassName
{
border-color: #BA66AF;
}
.TagClassName
{
border-color: #BA66AF;
}
</style>