Shades of Fuchsia #BA6FAF
Tints of Fuchsia #BA6FAF
RGB
CMYK
RGB Variations
Color information
#BA6FAF (or 0xBA6FAF) is known color: Fuchsia. HEX triplet: BA, 6F and AF. RGB value is (186,111,175). Sum of RGB (Red+Green+Blue) = 186+111+175=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6FAF is #459050. Grayscale: #8C8C8C. Windows color (decimal): -4558929 or 11497402. OLE color: 11497402.
HSL color Cylindrical-coordinate representation of color #BA6FAF: hue angle of 308.8º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA6FAF is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 111 | 175 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.27 |
| HSL | 308.8º | 0.35% | 0.58% | - |
| HSV(B) | 308.8º | 0.4% | 0.73% | - |
| XYZ | 33.67 | 24.9 | 43.59 | - |
| YUV | 140.72 | 147.35 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 111 | 175 | 0 | 0.40 | 0.06 | 0.27 | 308.8 | 0.35 | 0.58 |
| Hex | BA | 6F | AF | 0 | 28 | 6 | 1B | 135 | 23 | 3A |
| Octal | 272 | 157 | 257 | 0 | 50 | 6 | 33 | 465 | 43 | 72 |
| Binary | 10111010 | 1101111 | 10101111 | 0 | 101000 | 110 | 11011 | 100110101 | 100011 | 111010 |
Color Harmonies of #BA6FAF
Complementary color
Monochromatic Colors of #BA6FAF
Black with #BA6FAF
Text Example
Text Example
White with #BA6FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6FAF; }
p { color: rgb(186,111,175); }
H1.HeaderClassName
{
color: #BA6FAF;
}
.AnyTagClassName
{
color: #BA6FAF;
}
</style>
background-color css
<style>
a { background-color: #BA6FAF; }
a { background-color: rgb(186,111,175); }
div.DivClassName
{
background-color: #BA6FAF;
}
.BgClassName
{
background-color: #BA6FAF;
}
</style>
border-color css
<style>
span { border-color: #BA6FAF; }
span { border-color: rgb(186,111,175); }
td.TdClassName
{
border-color: #BA6FAF;
}
.TagClassName
{
border-color: #BA6FAF;
}
</style>