Shades of Fuchsia #BA6CC5
Tints of Fuchsia #BA6CC5
RGB
CMYK
RGB Variations
Color information
#BA6CC5 (or 0xBA6CC5) is known color: Fuchsia. HEX triplet: BA, 6C and C5. RGB value is (186,108,197). Sum of RGB (Red+Green+Blue) = 186+108+197=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 108 (42.58% from 255 or 22.00% from 491); Blue value is 197 (77.34% from 255 or 40.12% from 491); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA6CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6CC5 is #45933A. Grayscale: #8D8D8D. Windows color (decimal): -4559675 or 12938426. OLE color: 12938426.
HSL color Cylindrical-coordinate representation of color #BA6CC5: hue angle of 292.58º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA6CC5 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 108 | 197 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.23 |
| HSL | 292.58º | 0.43% | 0.6% | - |
| HSV(B) | 292.58º | 0.45% | 0.77% | - |
| XYZ | 35.69 | 25.2 | 55.81 | - |
| YUV | 141.47 | 159.34 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 197 | 0.06 | 0.45 | 0 | 0.23 | 292.58 | 0.43 | 0.6 |
| Hex | BA | 6C | C5 | 6 | 2D | 0 | 17 | 125 | 2B | 3C |
| Octal | 272 | 154 | 305 | 6 | 55 | 0 | 27 | 445 | 53 | 74 |
| Binary | 10111010 | 1101100 | 11000101 | 110 | 101101 | 0 | 10111 | 100100101 | 101011 | 111100 |
Color Harmonies of #BA6CC5
Complementary color
Monochromatic Colors of #BA6CC5
Black with #BA6CC5
Text Example
Text Example
White with #BA6CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6CC5; }
p { color: rgb(186,108,197); }
H1.HeaderClassName
{
color: #BA6CC5;
}
.AnyTagClassName
{
color: #BA6CC5;
}
</style>
background-color css
<style>
a { background-color: #BA6CC5; }
a { background-color: rgb(186,108,197); }
div.DivClassName
{
background-color: #BA6CC5;
}
.BgClassName
{
background-color: #BA6CC5;
}
</style>
border-color css
<style>
span { border-color: #BA6CC5; }
span { border-color: rgb(186,108,197); }
td.TdClassName
{
border-color: #BA6CC5;
}
.TagClassName
{
border-color: #BA6CC5;
}
</style>