Shades of Fuchsia #BA6DC1
Tints of Fuchsia #BA6DC1
RGB
CMYK
RGB Variations
Color information
#BA6DC1 (or 0xBA6DC1) is known color: Fuchsia. HEX triplet: BA, 6D and C1. RGB value is (186,109,193). Sum of RGB (Red+Green+Blue) = 186+109+193=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA6DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6DC1 is #45923E. Grayscale: #8D8D8D. Windows color (decimal): -4559423 or 12676538. OLE color: 12676538.
HSL color Cylindrical-coordinate representation of color #BA6DC1: hue angle of 295º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA6DC1 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 109 | 193 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.24 |
| HSL | 295º | 0.4% | 0.59% | - |
| HSV(B) | 295º | 0.44% | 0.76% | - |
| XYZ | 35.34 | 25.23 | 53.46 | - |
| YUV | 141.6 | 157.01 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 193 | 0.04 | 0.44 | 0 | 0.24 | 295 | 0.4 | 0.59 |
| Hex | BA | 6D | C1 | 4 | 2C | 0 | 18 | 127 | 28 | 3B |
| Octal | 272 | 155 | 301 | 4 | 54 | 0 | 30 | 447 | 50 | 73 |
| Binary | 10111010 | 1101101 | 11000001 | 100 | 101100 | 0 | 11000 | 100100111 | 101000 | 111011 |
Color Harmonies of #BA6DC1
Complementary color
Monochromatic Colors of #BA6DC1
Black with #BA6DC1
Text Example
Text Example
White with #BA6DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6DC1; }
p { color: rgb(186,109,193); }
H1.HeaderClassName
{
color: #BA6DC1;
}
.AnyTagClassName
{
color: #BA6DC1;
}
</style>
background-color css
<style>
a { background-color: #BA6DC1; }
a { background-color: rgb(186,109,193); }
div.DivClassName
{
background-color: #BA6DC1;
}
.BgClassName
{
background-color: #BA6DC1;
}
</style>
border-color css
<style>
span { border-color: #BA6DC1; }
span { border-color: rgb(186,109,193); }
td.TdClassName
{
border-color: #BA6DC1;
}
.TagClassName
{
border-color: #BA6DC1;
}
</style>