Shades of Fuchsia #BA6BC0
Tints of Fuchsia #BA6BC0
RGB
CMYK
RGB Variations
Color information
#BA6BC0 (or 0xBA6BC0) is known color: Fuchsia. HEX triplet: BA, 6B and C0. RGB value is (186,107,192). Sum of RGB (Red+Green+Blue) = 186+107+192=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 107 (42.19% from 255 or 22.06% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA6BC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6BC0 is #45943F. Grayscale: #8C8C8C. Windows color (decimal): -4559936 or 12610490. OLE color: 12610490.
HSL color Cylindrical-coordinate representation of color #BA6BC0: hue angle of 295.76º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA6BC0 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 107 | 192 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.25 |
| HSL | 295.76º | 0.4% | 0.59% | - |
| HSV(B) | 295.76º | 0.44% | 0.75% | - |
| XYZ | 35.02 | 24.76 | 52.8 | - |
| YUV | 140.31 | 157.17 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 192 | 0.03 | 0.44 | 0 | 0.25 | 295.76 | 0.4 | 0.59 |
| Hex | BA | 6B | C0 | 3 | 2C | 0 | 19 | 128 | 28 | 3B |
| Octal | 272 | 153 | 300 | 3 | 54 | 0 | 31 | 450 | 50 | 73 |
| Binary | 10111010 | 1101011 | 11000000 | 11 | 101100 | 0 | 11001 | 100101000 | 101000 | 111011 |
Color Harmonies of #BA6BC0
Complementary color
Monochromatic Colors of #BA6BC0
Black with #BA6BC0
Text Example
Text Example
White with #BA6BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6BC0; }
p { color: rgb(186,107,192); }
H1.HeaderClassName
{
color: #BA6BC0;
}
.AnyTagClassName
{
color: #BA6BC0;
}
</style>
background-color css
<style>
a { background-color: #BA6BC0; }
a { background-color: rgb(186,107,192); }
div.DivClassName
{
background-color: #BA6BC0;
}
.BgClassName
{
background-color: #BA6BC0;
}
</style>
border-color css
<style>
span { border-color: #BA6BC0; }
span { border-color: rgb(186,107,192); }
td.TdClassName
{
border-color: #BA6BC0;
}
.TagClassName
{
border-color: #BA6BC0;
}
</style>