Shades of Fuchsia #BA6CC3
Tints of Fuchsia #BA6CC3
RGB
CMYK
RGB Variations
Color information
#BA6CC3 (or 0xBA6CC3) is known color: Fuchsia. HEX triplet: BA, 6C and C3. RGB value is (186,108,195). Sum of RGB (Red+Green+Blue) = 186+108+195=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 108 (42.58% from 255 or 22.09% from 489); Blue value is 195 (76.56% from 255 or 39.88% from 489); Max value from RGB is 195 - color contains mainly: blue. Hex color #BA6CC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6CC3 is #45933C. Grayscale: #8C8C8C. Windows color (decimal): -4559677 or 12807354. OLE color: 12807354.
HSL color Cylindrical-coordinate representation of color #BA6CC3: hue angle of 293.79º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA6CC3 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 108 | 195 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.24 |
| HSL | 293.79º | 0.42% | 0.59% | - |
| HSV(B) | 293.79º | 0.45% | 0.76% | - |
| XYZ | 35.46 | 25.1 | 54.61 | - |
| YUV | 141.24 | 158.34 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 195 | 0.05 | 0.45 | 0 | 0.24 | 293.79 | 0.42 | 0.59 |
| Hex | BA | 6C | C3 | 5 | 2D | 0 | 18 | 126 | 2A | 3B |
| Octal | 272 | 154 | 303 | 5 | 55 | 0 | 30 | 446 | 52 | 73 |
| Binary | 10111010 | 1101100 | 11000011 | 101 | 101101 | 0 | 11000 | 100100110 | 101010 | 111011 |
Color Harmonies of #BA6CC3
Complementary color
Monochromatic Colors of #BA6CC3
Black with #BA6CC3
Text Example
Text Example
White with #BA6CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6CC3; }
p { color: rgb(186,108,195); }
H1.HeaderClassName
{
color: #BA6CC3;
}
.AnyTagClassName
{
color: #BA6CC3;
}
</style>
background-color css
<style>
a { background-color: #BA6CC3; }
a { background-color: rgb(186,108,195); }
div.DivClassName
{
background-color: #BA6CC3;
}
.BgClassName
{
background-color: #BA6CC3;
}
</style>
border-color css
<style>
span { border-color: #BA6CC3; }
span { border-color: rgb(186,108,195); }
td.TdClassName
{
border-color: #BA6CC3;
}
.TagClassName
{
border-color: #BA6CC3;
}
</style>