Shades of Fuchsia #BA6BC5
Tints of Fuchsia #BA6BC5
RGB
CMYK
RGB Variations
Color information
#BA6BC5 (or 0xBA6BC5) is known color: Fuchsia. HEX triplet: BA, 6B and C5. RGB value is (186,107,197). Sum of RGB (Red+Green+Blue) = 186+107+197=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 107 (42.19% from 255 or 21.84% from 490); Blue value is 197 (77.34% from 255 or 40.20% from 490); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA6BC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6BC5 is #45943A. Grayscale: #8C8C8C. Windows color (decimal): -4559931 or 12938170. OLE color: 12938170.
HSL color Cylindrical-coordinate representation of color #BA6BC5: hue angle of 292.67º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA6BC5 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 107 | 197 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.23 |
| HSL | 292.67º | 0.44% | 0.6% | - |
| HSV(B) | 292.67º | 0.46% | 0.77% | - |
| XYZ | 35.59 | 24.99 | 55.77 | - |
| YUV | 140.88 | 159.67 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 197 | 0.06 | 0.46 | 0 | 0.23 | 292.67 | 0.44 | 0.6 |
| Hex | BA | 6B | C5 | 6 | 2E | 0 | 17 | 125 | 2C | 3C |
| Octal | 272 | 153 | 305 | 6 | 56 | 0 | 27 | 445 | 54 | 74 |
| Binary | 10111010 | 1101011 | 11000101 | 110 | 101110 | 0 | 10111 | 100100101 | 101100 | 111100 |
Color Harmonies of #BA6BC5
Complementary color
Monochromatic Colors of #BA6BC5
Black with #BA6BC5
Text Example
Text Example
White with #BA6BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6BC5; }
p { color: rgb(186,107,197); }
H1.HeaderClassName
{
color: #BA6BC5;
}
.AnyTagClassName
{
color: #BA6BC5;
}
</style>
background-color css
<style>
a { background-color: #BA6BC5; }
a { background-color: rgb(186,107,197); }
div.DivClassName
{
background-color: #BA6BC5;
}
.BgClassName
{
background-color: #BA6BC5;
}
</style>
border-color css
<style>
span { border-color: #BA6BC5; }
span { border-color: rgb(186,107,197); }
td.TdClassName
{
border-color: #BA6BC5;
}
.TagClassName
{
border-color: #BA6BC5;
}
</style>