Shades of Fuchsia #BA68AC
Tints of Fuchsia #BA68AC
RGB
CMYK
RGB Variations
Color information
#BA68AC (or 0xBA68AC) is known color: Fuchsia. HEX triplet: BA, 68 and AC. RGB value is (186,104,172). Sum of RGB (Red+Green+Blue) = 186+104+172=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BA68AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA68AC is #459753. Grayscale: #888888. Windows color (decimal): -4560724 or 11299002. OLE color: 11299002.
HSL color Cylindrical-coordinate representation of color #BA68AC: hue angle of 310.24º 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 #BA68AC is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 104 | 172 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.27 |
| HSL | 310.24º | 0.37% | 0.57% | - |
| HSV(B) | 310.24º | 0.44% | 0.73% | - |
| XYZ | 32.65 | 23.32 | 41.81 | - |
| YUV | 136.27 | 148.17 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 172 | 0 | 0.44 | 0.08 | 0.27 | 310.24 | 0.37 | 0.57 |
| Hex | BA | 68 | AC | 0 | 2C | 8 | 1B | 136 | 25 | 39 |
| Octal | 272 | 150 | 254 | 0 | 54 | 10 | 33 | 466 | 45 | 71 |
| Binary | 10111010 | 1101000 | 10101100 | 0 | 101100 | 1000 | 11011 | 100110110 | 100101 | 111001 |
Color Harmonies of #BA68AC
Complementary color
Monochromatic Colors of #BA68AC
Black with #BA68AC
Text Example
Text Example
White with #BA68AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA68AC; }
p { color: rgb(186,104,172); }
H1.HeaderClassName
{
color: #BA68AC;
}
.AnyTagClassName
{
color: #BA68AC;
}
</style>
background-color css
<style>
a { background-color: #BA68AC; }
a { background-color: rgb(186,104,172); }
div.DivClassName
{
background-color: #BA68AC;
}
.BgClassName
{
background-color: #BA68AC;
}
</style>
border-color css
<style>
span { border-color: #BA68AC; }
span { border-color: rgb(186,104,172); }
td.TdClassName
{
border-color: #BA68AC;
}
.TagClassName
{
border-color: #BA68AC;
}
</style>