Shades of Fuchsia #BA4EBC
Tints of Fuchsia #BA4EBC
RGB
CMYK
RGB Variations
Color information
#BA4EBC (or 0xBA4EBC) is known color: Fuchsia. HEX triplet: BA, 4E and BC. RGB value is (186,78,188). Sum of RGB (Red+Green+Blue) = 186+78+188=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 78 (30.86% from 255 or 17.26% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA4EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4EBC is #45B143. Grayscale: #7A7A7A. Windows color (decimal): -4567364 or 12340922. OLE color: 12340922.
HSL color Cylindrical-coordinate representation of color #BA4EBC: hue angle of 298.91º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA4EBC is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 78 | 188 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.26 |
| HSL | 298.91º | 0.45% | 0.52% | - |
| HSV(B) | 298.91º | 0.59% | 0.74% | - |
| XYZ | 32.05 | 19.52 | 49.66 | - |
| YUV | 122.83 | 164.78 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 78 | 188 | 0.01 | 0.59 | 0 | 0.26 | 298.91 | 0.45 | 0.52 |
| Hex | BA | 4E | BC | 1 | 3B | 0 | 1A | 12B | 2D | 34 |
| Octal | 272 | 116 | 274 | 1 | 73 | 0 | 32 | 453 | 55 | 64 |
| Binary | 10111010 | 1001110 | 10111100 | 1 | 111011 | 0 | 11010 | 100101011 | 101101 | 110100 |
Color Harmonies of #BA4EBC
Complementary color
Monochromatic Colors of #BA4EBC
Black with #BA4EBC
Text Example
Text Example
White with #BA4EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4EBC; }
p { color: rgb(186,78,188); }
H1.HeaderClassName
{
color: #BA4EBC;
}
.AnyTagClassName
{
color: #BA4EBC;
}
</style>
background-color css
<style>
a { background-color: #BA4EBC; }
a { background-color: rgb(186,78,188); }
div.DivClassName
{
background-color: #BA4EBC;
}
.BgClassName
{
background-color: #BA4EBC;
}
</style>
border-color css
<style>
span { border-color: #BA4EBC; }
span { border-color: rgb(186,78,188); }
td.TdClassName
{
border-color: #BA4EBC;
}
.TagClassName
{
border-color: #BA4EBC;
}
</style>