Shades of Fuchsia #BA6BAF
Tints of Fuchsia #BA6BAF
RGB
CMYK
RGB Variations
Color information
#BA6BAF (or 0xBA6BAF) is known color: Fuchsia. HEX triplet: BA, 6B and AF. RGB value is (186,107,175). Sum of RGB (Red+Green+Blue) = 186+107+175=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 107 (42.19% from 255 or 22.86% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6BAF is #459450. Grayscale: #8A8A8A. Windows color (decimal): -4559953 or 11496378. OLE color: 11496378.
HSL color Cylindrical-coordinate representation of color #BA6BAF: hue angle of 308.35º 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 #BA6BAF is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 107 | 175 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.27 |
| HSL | 308.35º | 0.36% | 0.57% | - |
| HSV(B) | 308.35º | 0.42% | 0.73% | - |
| XYZ | 33.25 | 24.05 | 43.45 | - |
| YUV | 138.37 | 148.67 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 175 | 0 | 0.42 | 0.06 | 0.27 | 308.35 | 0.36 | 0.57 |
| Hex | BA | 6B | AF | 0 | 2A | 6 | 1B | 134 | 24 | 39 |
| Octal | 272 | 153 | 257 | 0 | 52 | 6 | 33 | 464 | 44 | 71 |
| Binary | 10111010 | 1101011 | 10101111 | 0 | 101010 | 110 | 11011 | 100110100 | 100100 | 111001 |
Color Harmonies of #BA6BAF
Complementary color
Monochromatic Colors of #BA6BAF
Black with #BA6BAF
Text Example
Text Example
White with #BA6BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6BAF; }
p { color: rgb(186,107,175); }
H1.HeaderClassName
{
color: #BA6BAF;
}
.AnyTagClassName
{
color: #BA6BAF;
}
</style>
background-color css
<style>
a { background-color: #BA6BAF; }
a { background-color: rgb(186,107,175); }
div.DivClassName
{
background-color: #BA6BAF;
}
.BgClassName
{
background-color: #BA6BAF;
}
</style>
border-color css
<style>
span { border-color: #BA6BAF; }
span { border-color: rgb(186,107,175); }
td.TdClassName
{
border-color: #BA6BAF;
}
.TagClassName
{
border-color: #BA6BAF;
}
</style>