Shades of Fuchsia #BA56BC
Tints of Fuchsia #BA56BC
RGB
CMYK
RGB Variations
Color information
#BA56BC (or 0xBA56BC) is known color: Fuchsia. HEX triplet: BA, 56 and BC. RGB value is (186,86,188). Sum of RGB (Red+Green+Blue) = 186+86+188=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 86 (33.98% from 255 or 18.70% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA56BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA56BC is #45A943. Grayscale: #7F7F7F. Windows color (decimal): -4565316 or 12342970. OLE color: 12342970.
HSL color Cylindrical-coordinate representation of color #BA56BC: hue angle of 298.82º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA56BC is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 86 | 188 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.26 |
| HSL | 298.82º | 0.43% | 0.54% | - |
| HSV(B) | 298.82º | 0.54% | 0.74% | - |
| XYZ | 32.65 | 20.73 | 49.86 | - |
| YUV | 127.53 | 162.13 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 188 | 0.01 | 0.54 | 0 | 0.26 | 298.82 | 0.43 | 0.54 |
| Hex | BA | 56 | BC | 1 | 36 | 0 | 1A | 12B | 2B | 36 |
| Octal | 272 | 126 | 274 | 1 | 66 | 0 | 32 | 453 | 53 | 66 |
| Binary | 10111010 | 1010110 | 10111100 | 1 | 110110 | 0 | 11010 | 100101011 | 101011 | 110110 |
Color Harmonies of #BA56BC
Complementary color
Monochromatic Colors of #BA56BC
Black with #BA56BC
Text Example
Text Example
White with #BA56BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA56BC; }
p { color: rgb(186,86,188); }
H1.HeaderClassName
{
color: #BA56BC;
}
.AnyTagClassName
{
color: #BA56BC;
}
</style>
background-color css
<style>
a { background-color: #BA56BC; }
a { background-color: rgb(186,86,188); }
div.DivClassName
{
background-color: #BA56BC;
}
.BgClassName
{
background-color: #BA56BC;
}
</style>
border-color css
<style>
span { border-color: #BA56BC; }
span { border-color: rgb(186,86,188); }
td.TdClassName
{
border-color: #BA56BC;
}
.TagClassName
{
border-color: #BA56BC;
}
</style>