Shades of Fuchsia #BA6EC5
Tints of Fuchsia #BA6EC5
RGB
CMYK
RGB Variations
Color information
#BA6EC5 (or 0xBA6EC5) is known color: Fuchsia. HEX triplet: BA, 6E and C5. RGB value is (186,110,197). Sum of RGB (Red+Green+Blue) = 186+110+197=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 110 (43.36% from 255 or 22.31% from 493); Blue value is 197 (77.34% from 255 or 39.96% from 493); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA6EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6EC5 is #45913A. Grayscale: #8E8E8E. Windows color (decimal): -4559163 or 12938938. OLE color: 12938938.
HSL color Cylindrical-coordinate representation of color #BA6EC5: hue angle of 292.41º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA6EC5 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 110 | 197 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.23 |
| HSL | 292.41º | 0.43% | 0.6% | - |
| HSV(B) | 292.41º | 0.44% | 0.77% | - |
| XYZ | 35.9 | 25.62 | 55.88 | - |
| YUV | 142.64 | 158.68 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 110 | 197 | 0.06 | 0.44 | 0 | 0.23 | 292.41 | 0.43 | 0.6 |
| Hex | BA | 6E | C5 | 6 | 2C | 0 | 17 | 124 | 2B | 3C |
| Octal | 272 | 156 | 305 | 6 | 54 | 0 | 27 | 444 | 53 | 74 |
| Binary | 10111010 | 1101110 | 11000101 | 110 | 101100 | 0 | 10111 | 100100100 | 101011 | 111100 |
Color Harmonies of #BA6EC5
Complementary color
Monochromatic Colors of #BA6EC5
Black with #BA6EC5
Text Example
Text Example
White with #BA6EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6EC5; }
p { color: rgb(186,110,197); }
H1.HeaderClassName
{
color: #BA6EC5;
}
.AnyTagClassName
{
color: #BA6EC5;
}
</style>
background-color css
<style>
a { background-color: #BA6EC5; }
a { background-color: rgb(186,110,197); }
div.DivClassName
{
background-color: #BA6EC5;
}
.BgClassName
{
background-color: #BA6EC5;
}
</style>
border-color css
<style>
span { border-color: #BA6EC5; }
span { border-color: rgb(186,110,197); }
td.TdClassName
{
border-color: #BA6EC5;
}
.TagClassName
{
border-color: #BA6EC5;
}
</style>