Shades of Fuchsia #BA6DC2
Tints of Fuchsia #BA6DC2
RGB
CMYK
RGB Variations
Color information
#BA6DC2 (or 0xBA6DC2) is known color: Fuchsia. HEX triplet: BA, 6D and C2. RGB value is (186,109,194). Sum of RGB (Red+Green+Blue) = 186+109+194=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 109 (42.97% from 255 or 22.29% from 489); Blue value is 194 (76.17% from 255 or 39.67% from 489); Max value from RGB is 194 - color contains mainly: blue. Hex color #BA6DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6DC2 is #45923D. Grayscale: #8D8D8D. Windows color (decimal): -4559422 or 12742074. OLE color: 12742074.
HSL color Cylindrical-coordinate representation of color #BA6DC2: hue angle of 294.35º degrees, saturation: 0.41, 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 #BA6DC2 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 109 | 194 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.24 |
| HSL | 294.35º | 0.41% | 0.59% | - |
| HSV(B) | 294.35º | 0.44% | 0.76% | - |
| XYZ | 35.46 | 25.27 | 54.05 | - |
| YUV | 141.71 | 157.51 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 194 | 0.04 | 0.44 | 0 | 0.24 | 294.35 | 0.41 | 0.59 |
| Hex | BA | 6D | C2 | 4 | 2C | 0 | 18 | 126 | 29 | 3B |
| Octal | 272 | 155 | 302 | 4 | 54 | 0 | 30 | 446 | 51 | 73 |
| Binary | 10111010 | 1101101 | 11000010 | 100 | 101100 | 0 | 11000 | 100100110 | 101001 | 111011 |
Color Harmonies of #BA6DC2
Complementary color
Monochromatic Colors of #BA6DC2
Black with #BA6DC2
Text Example
Text Example
White with #BA6DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6DC2; }
p { color: rgb(186,109,194); }
H1.HeaderClassName
{
color: #BA6DC2;
}
.AnyTagClassName
{
color: #BA6DC2;
}
</style>
background-color css
<style>
a { background-color: #BA6DC2; }
a { background-color: rgb(186,109,194); }
div.DivClassName
{
background-color: #BA6DC2;
}
.BgClassName
{
background-color: #BA6DC2;
}
</style>
border-color css
<style>
span { border-color: #BA6DC2; }
span { border-color: rgb(186,109,194); }
td.TdClassName
{
border-color: #BA6DC2;
}
.TagClassName
{
border-color: #BA6DC2;
}
</style>