Shades of Fuchsia #BA6BAD
Tints of Fuchsia #BA6BAD
RGB
CMYK
RGB Variations
Color information
#BA6BAD (or 0xBA6BAD) is known color: Fuchsia. HEX triplet: BA, 6B and AD. RGB value is (186,107,173). Sum of RGB (Red+Green+Blue) = 186+107+173=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6BAD is #459452. Grayscale: #898989. Windows color (decimal): -4559955 or 11365306. OLE color: 11365306.
HSL color Cylindrical-coordinate representation of color #BA6BAD: hue angle of 309.87º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA6BAD is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 107 | 173 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.27 |
| HSL | 309.87º | 0.36% | 0.57% | - |
| HSV(B) | 309.87º | 0.42% | 0.73% | - |
| XYZ | 33.05 | 23.97 | 42.42 | - |
| YUV | 138.15 | 147.67 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 173 | 0 | 0.42 | 0.07 | 0.27 | 309.87 | 0.36 | 0.57 |
| Hex | BA | 6B | AD | 0 | 2A | 7 | 1B | 136 | 24 | 39 |
| Octal | 272 | 153 | 255 | 0 | 52 | 7 | 33 | 466 | 44 | 71 |
| Binary | 10111010 | 1101011 | 10101101 | 0 | 101010 | 111 | 11011 | 100110110 | 100100 | 111001 |
Color Harmonies of #BA6BAD
Complementary color
Monochromatic Colors of #BA6BAD
Black with #BA6BAD
Text Example
Text Example
White with #BA6BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6BAD; }
p { color: rgb(186,107,173); }
H1.HeaderClassName
{
color: #BA6BAD;
}
.AnyTagClassName
{
color: #BA6BAD;
}
</style>
background-color css
<style>
a { background-color: #BA6BAD; }
a { background-color: rgb(186,107,173); }
div.DivClassName
{
background-color: #BA6BAD;
}
.BgClassName
{
background-color: #BA6BAD;
}
</style>
border-color css
<style>
span { border-color: #BA6BAD; }
span { border-color: rgb(186,107,173); }
td.TdClassName
{
border-color: #BA6BAD;
}
.TagClassName
{
border-color: #BA6BAD;
}
</style>