Shades of Fuchsia #BA69AC
Tints of Fuchsia #BA69AC
RGB
CMYK
RGB Variations
Color information
#BA69AC (or 0xBA69AC) is known color: Fuchsia. HEX triplet: BA, 69 and AC. RGB value is (186,105,172). Sum of RGB (Red+Green+Blue) = 186+105+172=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BA69AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA69AC is #459653. Grayscale: #888888. Windows color (decimal): -4560468 or 11299258. OLE color: 11299258.
HSL color Cylindrical-coordinate representation of color #BA69AC: hue angle of 310.37º 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 #BA69AC is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 172 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.27 |
| HSL | 310.37º | 0.37% | 0.57% | - |
| HSV(B) | 310.37º | 0.44% | 0.73% | - |
| XYZ | 32.75 | 23.52 | 41.84 | - |
| YUV | 136.86 | 147.84 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 172 | 0 | 0.44 | 0.08 | 0.27 | 310.37 | 0.37 | 0.57 |
| Hex | BA | 69 | AC | 0 | 2C | 8 | 1B | 136 | 25 | 39 |
| Octal | 272 | 151 | 254 | 0 | 54 | 10 | 33 | 466 | 45 | 71 |
| Binary | 10111010 | 1101001 | 10101100 | 0 | 101100 | 1000 | 11011 | 100110110 | 100101 | 111001 |
Color Harmonies of #BA69AC
Complementary color
Monochromatic Colors of #BA69AC
Black with #BA69AC
Text Example
Text Example
White with #BA69AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA69AC; }
p { color: rgb(186,105,172); }
H1.HeaderClassName
{
color: #BA69AC;
}
.AnyTagClassName
{
color: #BA69AC;
}
</style>
background-color css
<style>
a { background-color: #BA69AC; }
a { background-color: rgb(186,105,172); }
div.DivClassName
{
background-color: #BA69AC;
}
.BgClassName
{
background-color: #BA69AC;
}
</style>
border-color css
<style>
span { border-color: #BA69AC; }
span { border-color: rgb(186,105,172); }
td.TdClassName
{
border-color: #BA69AC;
}
.TagClassName
{
border-color: #BA69AC;
}
</style>