Shades of Fuchsia #BA69AF
Tints of Fuchsia #BA69AF
RGB
CMYK
RGB Variations
Color information
#BA69AF (or 0xBA69AF) is known color: Fuchsia. HEX triplet: BA, 69 and AF. RGB value is (186,105,175). Sum of RGB (Red+Green+Blue) = 186+105+175=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BA69AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA69AF is #459650. Grayscale: #898989. Windows color (decimal): -4560465 or 11495866. OLE color: 11495866.
HSL color Cylindrical-coordinate representation of color #BA69AF: hue angle of 308.15º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA69AF is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 175 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.27 |
| HSL | 308.15º | 0.37% | 0.57% | - |
| HSV(B) | 308.15º | 0.44% | 0.73% | - |
| XYZ | 33.04 | 23.64 | 43.38 | - |
| YUV | 137.2 | 149.34 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 175 | 0 | 0.44 | 0.06 | 0.27 | 308.15 | 0.37 | 0.57 |
| Hex | BA | 69 | AF | 0 | 2C | 6 | 1B | 134 | 25 | 39 |
| Octal | 272 | 151 | 257 | 0 | 54 | 6 | 33 | 464 | 45 | 71 |
| Binary | 10111010 | 1101001 | 10101111 | 0 | 101100 | 110 | 11011 | 100110100 | 100101 | 111001 |
Color Harmonies of #BA69AF
Complementary color
Monochromatic Colors of #BA69AF
Black with #BA69AF
Text Example
Text Example
White with #BA69AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA69AF; }
p { color: rgb(186,105,175); }
H1.HeaderClassName
{
color: #BA69AF;
}
.AnyTagClassName
{
color: #BA69AF;
}
</style>
background-color css
<style>
a { background-color: #BA69AF; }
a { background-color: rgb(186,105,175); }
div.DivClassName
{
background-color: #BA69AF;
}
.BgClassName
{
background-color: #BA69AF;
}
</style>
border-color css
<style>
span { border-color: #BA69AF; }
span { border-color: rgb(186,105,175); }
td.TdClassName
{
border-color: #BA69AF;
}
.TagClassName
{
border-color: #BA69AF;
}
</style>