Shades of Fuchsia #BA6DC0
Tints of Fuchsia #BA6DC0
RGB
CMYK
RGB Variations
Color information
#BA6DC0 (or 0xBA6DC0) is known color: Fuchsia. HEX triplet: BA, 6D and C0. RGB value is (186,109,192). Sum of RGB (Red+Green+Blue) = 186+109+192=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 109 (42.97% from 255 or 22.38% from 487); Blue value is 192 (75.39% from 255 or 39.43% from 487); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA6DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6DC0 is #45923F. Grayscale: #8D8D8D. Windows color (decimal): -4559424 or 12611002. OLE color: 12611002.
HSL color Cylindrical-coordinate representation of color #BA6DC0: hue angle of 295.66º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA6DC0 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 109 | 192 | - |
| CMYK | 0.03 | 0.43 | 0 | 0.25 |
| HSL | 295.66º | 0.4% | 0.59% | - |
| HSV(B) | 295.66º | 0.43% | 0.75% | - |
| XYZ | 35.23 | 25.18 | 52.87 | - |
| YUV | 141.49 | 156.51 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 192 | 0.03 | 0.43 | 0 | 0.25 | 295.66 | 0.4 | 0.59 |
| Hex | BA | 6D | C0 | 3 | 2B | 0 | 19 | 128 | 28 | 3B |
| Octal | 272 | 155 | 300 | 3 | 53 | 0 | 31 | 450 | 50 | 73 |
| Binary | 10111010 | 1101101 | 11000000 | 11 | 101011 | 0 | 11001 | 100101000 | 101000 | 111011 |
Color Harmonies of #BA6DC0
Complementary color
Monochromatic Colors of #BA6DC0
Black with #BA6DC0
Text Example
Text Example
White with #BA6DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6DC0; }
p { color: rgb(186,109,192); }
H1.HeaderClassName
{
color: #BA6DC0;
}
.AnyTagClassName
{
color: #BA6DC0;
}
</style>
background-color css
<style>
a { background-color: #BA6DC0; }
a { background-color: rgb(186,109,192); }
div.DivClassName
{
background-color: #BA6DC0;
}
.BgClassName
{
background-color: #BA6DC0;
}
</style>
border-color css
<style>
span { border-color: #BA6DC0; }
span { border-color: rgb(186,109,192); }
td.TdClassName
{
border-color: #BA6DC0;
}
.TagClassName
{
border-color: #BA6DC0;
}
</style>