Shades of Fuchsia #BA6DBC
Tints of Fuchsia #BA6DBC
RGB
CMYK
RGB Variations
Color information
#BA6DBC (or 0xBA6DBC) is known color: Fuchsia. HEX triplet: BA, 6D and BC. RGB value is (186,109,188). Sum of RGB (Red+Green+Blue) = 186+109+188=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 109 (42.97% from 255 or 22.57% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA6DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6DBC is #459243. Grayscale: #8C8C8C. Windows color (decimal): -4559428 or 12348858. OLE color: 12348858.
HSL color Cylindrical-coordinate representation of color #BA6DBC: hue angle of 298.48º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA6DBC is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 109 | 188 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.26 |
| HSL | 298.48º | 0.37% | 0.58% | - |
| HSV(B) | 298.48º | 0.42% | 0.74% | - |
| XYZ | 34.8 | 25.01 | 50.57 | - |
| YUV | 141.03 | 154.51 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 188 | 0.01 | 0.42 | 0 | 0.26 | 298.48 | 0.37 | 0.58 |
| Hex | BA | 6D | BC | 1 | 2A | 0 | 1A | 12A | 25 | 3A |
| Octal | 272 | 155 | 274 | 1 | 52 | 0 | 32 | 452 | 45 | 72 |
| Binary | 10111010 | 1101101 | 10111100 | 1 | 101010 | 0 | 11010 | 100101010 | 100101 | 111010 |
Color Harmonies of #BA6DBC
Complementary color
Monochromatic Colors of #BA6DBC
Black with #BA6DBC
Text Example
Text Example
White with #BA6DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6DBC; }
p { color: rgb(186,109,188); }
H1.HeaderClassName
{
color: #BA6DBC;
}
.AnyTagClassName
{
color: #BA6DBC;
}
</style>
background-color css
<style>
a { background-color: #BA6DBC; }
a { background-color: rgb(186,109,188); }
div.DivClassName
{
background-color: #BA6DBC;
}
.BgClassName
{
background-color: #BA6DBC;
}
</style>
border-color css
<style>
span { border-color: #BA6DBC; }
span { border-color: rgb(186,109,188); }
td.TdClassName
{
border-color: #BA6DBC;
}
.TagClassName
{
border-color: #BA6DBC;
}
</style>