Shades of Fuchsia #BA68AE
Tints of Fuchsia #BA68AE
RGB
CMYK
RGB Variations
Color information
#BA68AE (or 0xBA68AE) is known color: Fuchsia. HEX triplet: BA, 68 and AE. RGB value is (186,104,174). Sum of RGB (Red+Green+Blue) = 186+104+174=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 104 (41.02% from 255 or 22.41% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BA68AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA68AE is #459751. Grayscale: #888888. Windows color (decimal): -4560722 or 11430074. OLE color: 11430074.
HSL color Cylindrical-coordinate representation of color #BA68AE: hue angle of 308.78º 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 #BA68AE is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 104 | 174 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.27 |
| HSL | 308.78º | 0.37% | 0.57% | - |
| HSV(B) | 308.78º | 0.44% | 0.73% | - |
| XYZ | 32.84 | 23.4 | 42.83 | - |
| YUV | 136.5 | 149.17 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 174 | 0 | 0.44 | 0.06 | 0.27 | 308.78 | 0.37 | 0.57 |
| Hex | BA | 68 | AE | 0 | 2C | 6 | 1B | 135 | 25 | 39 |
| Octal | 272 | 150 | 256 | 0 | 54 | 6 | 33 | 465 | 45 | 71 |
| Binary | 10111010 | 1101000 | 10101110 | 0 | 101100 | 110 | 11011 | 100110101 | 100101 | 111001 |
Color Harmonies of #BA68AE
Complementary color
Monochromatic Colors of #BA68AE
Black with #BA68AE
Text Example
Text Example
White with #BA68AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA68AE; }
p { color: rgb(186,104,174); }
H1.HeaderClassName
{
color: #BA68AE;
}
.AnyTagClassName
{
color: #BA68AE;
}
</style>
background-color css
<style>
a { background-color: #BA68AE; }
a { background-color: rgb(186,104,174); }
div.DivClassName
{
background-color: #BA68AE;
}
.BgClassName
{
background-color: #BA68AE;
}
</style>
border-color css
<style>
span { border-color: #BA68AE; }
span { border-color: rgb(186,104,174); }
td.TdClassName
{
border-color: #BA68AE;
}
.TagClassName
{
border-color: #BA68AE;
}
</style>