Shades of Fuchsia #BA56C7
Tints of Fuchsia #BA56C7
RGB
CMYK
RGB Variations
Color information
#BA56C7 (or 0xBA56C7) is known color: Fuchsia. HEX triplet: BA, 56 and C7. RGB value is (186,86,199). Sum of RGB (Red+Green+Blue) = 186+86+199=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 86 (33.98% from 255 or 18.26% from 471); Blue value is 199 (78.12% from 255 or 42.25% from 471); Max value from RGB is 199 - color contains mainly: blue. Hex color #BA56C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA56C7 is #45A938. Grayscale: #808080. Windows color (decimal): -4565305 or 13063866. OLE color: 13063866.
HSL color Cylindrical-coordinate representation of color #BA56C7: hue angle of 293.1º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA56C7 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 86 | 199 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.22 |
| HSL | 293.1º | 0.5% | 0.56% | - |
| HSV(B) | 293.1º | 0.57% | 0.78% | - |
| XYZ | 33.89 | 21.22 | 56.34 | - |
| YUV | 128.78 | 167.63 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 199 | 0.07 | 0.57 | 0 | 0.22 | 293.1 | 0.5 | 0.56 |
| Hex | BA | 56 | C7 | 7 | 39 | 0 | 16 | 125 | 32 | 38 |
| Octal | 272 | 126 | 307 | 7 | 71 | 0 | 26 | 445 | 62 | 70 |
| Binary | 10111010 | 1010110 | 11000111 | 111 | 111001 | 0 | 10110 | 100100101 | 110010 | 111000 |
Color Harmonies of #BA56C7
Complementary color
Monochromatic Colors of #BA56C7
Black with #BA56C7
Text Example
Text Example
White with #BA56C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA56C7; }
p { color: rgb(186,86,199); }
H1.HeaderClassName
{
color: #BA56C7;
}
.AnyTagClassName
{
color: #BA56C7;
}
</style>
background-color css
<style>
a { background-color: #BA56C7; }
a { background-color: rgb(186,86,199); }
div.DivClassName
{
background-color: #BA56C7;
}
.BgClassName
{
background-color: #BA56C7;
}
</style>
border-color css
<style>
span { border-color: #BA56C7; }
span { border-color: rgb(186,86,199); }
td.TdClassName
{
border-color: #BA56C7;
}
.TagClassName
{
border-color: #BA56C7;
}
</style>