Shades of Fuchsia #BA66AD
Tints of Fuchsia #BA66AD
RGB
CMYK
RGB Variations
Color information
#BA66AD (or 0xBA66AD) is known color: Fuchsia. HEX triplet: BA, 66 and AD. RGB value is (186,102,173). Sum of RGB (Red+Green+Blue) = 186+102+173=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 102 (40.23% from 255 or 22.13% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BA66AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA66AD is #459952. Grayscale: #878787. Windows color (decimal): -4561235 or 11364026. OLE color: 11364026.
HSL color Cylindrical-coordinate representation of color #BA66AD: hue angle of 309.29º 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 #BA66AD is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 173 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.27 |
| HSL | 309.29º | 0.38% | 0.56% | - |
| HSV(B) | 309.29º | 0.45% | 0.73% | - |
| XYZ | 32.54 | 22.96 | 42.25 | - |
| YUV | 135.21 | 149.33 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 173 | 0 | 0.45 | 0.07 | 0.27 | 309.29 | 0.38 | 0.56 |
| Hex | BA | 66 | AD | 0 | 2D | 7 | 1B | 135 | 26 | 38 |
| Octal | 272 | 146 | 255 | 0 | 55 | 7 | 33 | 465 | 46 | 70 |
| Binary | 10111010 | 1100110 | 10101101 | 0 | 101101 | 111 | 11011 | 100110101 | 100110 | 111000 |
Color Harmonies of #BA66AD
Complementary color
Monochromatic Colors of #BA66AD
Black with #BA66AD
Text Example
Text Example
White with #BA66AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA66AD; }
p { color: rgb(186,102,173); }
H1.HeaderClassName
{
color: #BA66AD;
}
.AnyTagClassName
{
color: #BA66AD;
}
</style>
background-color css
<style>
a { background-color: #BA66AD; }
a { background-color: rgb(186,102,173); }
div.DivClassName
{
background-color: #BA66AD;
}
.BgClassName
{
background-color: #BA66AD;
}
</style>
border-color css
<style>
span { border-color: #BA66AD; }
span { border-color: rgb(186,102,173); }
td.TdClassName
{
border-color: #BA66AD;
}
.TagClassName
{
border-color: #BA66AD;
}
</style>