Shades of Fuchsia #BA6DB1
Tints of Fuchsia #BA6DB1
RGB
CMYK
RGB Variations
Color information
#BA6DB1 (or 0xBA6DB1) is known color: Fuchsia. HEX triplet: BA, 6D and B1. RGB value is (186,109,177). Sum of RGB (Red+Green+Blue) = 186+109+177=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 109 (42.97% from 255 or 23.09% from 472); Blue value is 177 (69.53% from 255 or 37.5% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6DB1 is #45924E. Grayscale: #8B8B8B. Windows color (decimal): -4559439 or 11627962. OLE color: 11627962.
HSL color Cylindrical-coordinate representation of color #BA6DB1: hue angle of 307.01º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA6DB1 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 109 | 177 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.27 |
| HSL | 307.01º | 0.36% | 0.58% | - |
| HSV(B) | 307.01º | 0.41% | 0.73% | - |
| XYZ | 33.65 | 24.55 | 44.56 | - |
| YUV | 139.78 | 149.01 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 177 | 0 | 0.41 | 0.05 | 0.27 | 307.01 | 0.36 | 0.58 |
| Hex | BA | 6D | B1 | 0 | 29 | 5 | 1B | 133 | 24 | 3A |
| Octal | 272 | 155 | 261 | 0 | 51 | 5 | 33 | 463 | 44 | 72 |
| Binary | 10111010 | 1101101 | 10110001 | 0 | 101001 | 101 | 11011 | 100110011 | 100100 | 111010 |
Color Harmonies of #BA6DB1
Complementary color
Monochromatic Colors of #BA6DB1
Black with #BA6DB1
Text Example
Text Example
White with #BA6DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6DB1; }
p { color: rgb(186,109,177); }
H1.HeaderClassName
{
color: #BA6DB1;
}
.AnyTagClassName
{
color: #BA6DB1;
}
</style>
background-color css
<style>
a { background-color: #BA6DB1; }
a { background-color: rgb(186,109,177); }
div.DivClassName
{
background-color: #BA6DB1;
}
.BgClassName
{
background-color: #BA6DB1;
}
</style>
border-color css
<style>
span { border-color: #BA6DB1; }
span { border-color: rgb(186,109,177); }
td.TdClassName
{
border-color: #BA6DB1;
}
.TagClassName
{
border-color: #BA6DB1;
}
</style>