Shades of Fuchsia #BA56C4
Tints of Fuchsia #BA56C4
RGB
CMYK
RGB Variations
Color information
#BA56C4 (or 0xBA56C4) is known color: Fuchsia. HEX triplet: BA, 56 and C4. RGB value is (186,86,196). Sum of RGB (Red+Green+Blue) = 186+86+196=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 86 (33.98% from 255 or 18.38% from 468); Blue value is 196 (76.95% from 255 or 41.88% from 468); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA56C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA56C4 is #45A93B. Grayscale: #808080. Windows color (decimal): -4565308 or 12867258. OLE color: 12867258.
HSL color Cylindrical-coordinate representation of color #BA56C4: hue angle of 294.55º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA56C4 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 86 | 196 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.23 |
| HSL | 294.55º | 0.48% | 0.55% | - |
| HSV(B) | 294.55º | 0.56% | 0.77% | - |
| XYZ | 33.54 | 21.08 | 54.53 | - |
| YUV | 128.44 | 166.13 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 196 | 0.05 | 0.56 | 0 | 0.23 | 294.55 | 0.48 | 0.55 |
| Hex | BA | 56 | C4 | 5 | 38 | 0 | 17 | 127 | 30 | 37 |
| Octal | 272 | 126 | 304 | 5 | 70 | 0 | 27 | 447 | 60 | 67 |
| Binary | 10111010 | 1010110 | 11000100 | 101 | 111000 | 0 | 10111 | 100100111 | 110000 | 110111 |
Color Harmonies of #BA56C4
Complementary color
Monochromatic Colors of #BA56C4
Black with #BA56C4
Text Example
Text Example
White with #BA56C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA56C4; }
p { color: rgb(186,86,196); }
H1.HeaderClassName
{
color: #BA56C4;
}
.AnyTagClassName
{
color: #BA56C4;
}
</style>
background-color css
<style>
a { background-color: #BA56C4; }
a { background-color: rgb(186,86,196); }
div.DivClassName
{
background-color: #BA56C4;
}
.BgClassName
{
background-color: #BA56C4;
}
</style>
border-color css
<style>
span { border-color: #BA56C4; }
span { border-color: rgb(186,86,196); }
td.TdClassName
{
border-color: #BA56C4;
}
.TagClassName
{
border-color: #BA56C4;
}
</style>