Shades of Fuchsia #BA6DB9
Tints of Fuchsia #BA6DB9
RGB
CMYK
RGB Variations
Color information
#BA6DB9 (or 0xBA6DB9) is known color: Fuchsia. HEX triplet: BA, 6D and B9. RGB value is (186,109,185). Sum of RGB (Red+Green+Blue) = 186+109+185=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 109 (42.97% from 255 or 22.71% from 480); Blue value is 185 (72.66% from 255 or 38.54% from 480); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6DB9 is #459246. Grayscale: #8C8C8C. Windows color (decimal): -4559431 or 12152250. OLE color: 12152250.
HSL color Cylindrical-coordinate representation of color #BA6DB9: hue angle of 300.78º 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 #BA6DB9 is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 109 | 185 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.27 |
| HSL | 300.78º | 0.36% | 0.58% | - |
| HSV(B) | 300.78º | 0.41% | 0.73% | - |
| XYZ | 34.48 | 24.88 | 48.88 | - |
| YUV | 140.69 | 153.01 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 185 | 0 | 0.41 | 0.01 | 0.27 | 300.78 | 0.36 | 0.58 |
| Hex | BA | 6D | B9 | 0 | 29 | 1 | 1B | 12D | 24 | 3A |
| Octal | 272 | 155 | 271 | 0 | 51 | 1 | 33 | 455 | 44 | 72 |
| Binary | 10111010 | 1101101 | 10111001 | 0 | 101001 | 1 | 11011 | 100101101 | 100100 | 111010 |
Color Harmonies of #BA6DB9
Complementary color
Monochromatic Colors of #BA6DB9
Black with #BA6DB9
Text Example
Text Example
White with #BA6DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6DB9; }
p { color: rgb(186,109,185); }
H1.HeaderClassName
{
color: #BA6DB9;
}
.AnyTagClassName
{
color: #BA6DB9;
}
</style>
background-color css
<style>
a { background-color: #BA6DB9; }
a { background-color: rgb(186,109,185); }
div.DivClassName
{
background-color: #BA6DB9;
}
.BgClassName
{
background-color: #BA6DB9;
}
</style>
border-color css
<style>
span { border-color: #BA6DB9; }
span { border-color: rgb(186,109,185); }
td.TdClassName
{
border-color: #BA6DB9;
}
.TagClassName
{
border-color: #BA6DB9;
}
</style>