Shades of Fuchsia #BA3CC5
Tints of Fuchsia #BA3CC5
RGB
CMYK
RGB Variations
Color information
#BA3CC5 (or 0xBA3CC5) is known color: Fuchsia. HEX triplet: BA, 3C and C5. RGB value is (186,60,197). Sum of RGB (Red+Green+Blue) = 186+60+197=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 60 (23.83% from 255 or 13.54% from 443); Blue value is 197 (77.34% from 255 or 44.47% from 443); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA3CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3CC5 is #45C33A. Grayscale: #707070. Windows color (decimal): -4571963 or 12926138. OLE color: 12926138.
HSL color Cylindrical-coordinate representation of color #BA3CC5: hue angle of 295.18º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3CC5 is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 60 | 197 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.23 |
| HSL | 295.18º | 0.54% | 0.5% | - |
| HSV(B) | 295.18º | 0.7% | 0.77% | - |
| XYZ | 31.94 | 17.7 | 54.56 | - |
| YUV | 113.29 | 175.24 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 197 | 0.06 | 0.70 | 0 | 0.23 | 295.18 | 0.54 | 0.5 |
| Hex | BA | 3C | C5 | 6 | 46 | 0 | 17 | 127 | 36 | 32 |
| Octal | 272 | 74 | 305 | 6 | 106 | 0 | 27 | 447 | 66 | 62 |
| Binary | 10111010 | 111100 | 11000101 | 110 | 1000110 | 0 | 10111 | 100100111 | 110110 | 110010 |
Color Harmonies of #BA3CC5
Complementary color
Monochromatic Colors of #BA3CC5
Black with #BA3CC5
Text Example
Text Example
White with #BA3CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3CC5; }
p { color: rgb(186,60,197); }
H1.HeaderClassName
{
color: #BA3CC5;
}
.AnyTagClassName
{
color: #BA3CC5;
}
</style>
background-color css
<style>
a { background-color: #BA3CC5; }
a { background-color: rgb(186,60,197); }
div.DivClassName
{
background-color: #BA3CC5;
}
.BgClassName
{
background-color: #BA3CC5;
}
</style>
border-color css
<style>
span { border-color: #BA3CC5; }
span { border-color: rgb(186,60,197); }
td.TdClassName
{
border-color: #BA3CC5;
}
.TagClassName
{
border-color: #BA3CC5;
}
</style>