Shades of Fuchsia #BA4DBC
Tints of Fuchsia #BA4DBC
RGB
CMYK
RGB Variations
Color information
#BA4DBC (or 0xBA4DBC) is known color: Fuchsia. HEX triplet: BA, 4D and BC. RGB value is (186,77,188). Sum of RGB (Red+Green+Blue) = 186+77+188=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 77 (30.47% from 255 or 17.07% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA4DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4DBC is #45B243. Grayscale: #797979. Windows color (decimal): -4567620 or 12340666. OLE color: 12340666.
HSL color Cylindrical-coordinate representation of color #BA4DBC: hue angle of 298.92º 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 #BA4DBC is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 77 | 188 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.26 |
| HSL | 298.92º | 0.45% | 0.52% | - |
| HSV(B) | 298.92º | 0.59% | 0.74% | - |
| XYZ | 31.98 | 19.38 | 49.63 | - |
| YUV | 122.25 | 165.11 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 188 | 0.01 | 0.59 | 0 | 0.26 | 298.92 | 0.45 | 0.52 |
| Hex | BA | 4D | BC | 1 | 3B | 0 | 1A | 12B | 2D | 34 |
| Octal | 272 | 115 | 274 | 1 | 73 | 0 | 32 | 453 | 55 | 64 |
| Binary | 10111010 | 1001101 | 10111100 | 1 | 111011 | 0 | 11010 | 100101011 | 101101 | 110100 |
Color Harmonies of #BA4DBC
Complementary color
Monochromatic Colors of #BA4DBC
Black with #BA4DBC
Text Example
Text Example
White with #BA4DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4DBC; }
p { color: rgb(186,77,188); }
H1.HeaderClassName
{
color: #BA4DBC;
}
.AnyTagClassName
{
color: #BA4DBC;
}
</style>
background-color css
<style>
a { background-color: #BA4DBC; }
a { background-color: rgb(186,77,188); }
div.DivClassName
{
background-color: #BA4DBC;
}
.BgClassName
{
background-color: #BA4DBC;
}
</style>
border-color css
<style>
span { border-color: #BA4DBC; }
span { border-color: rgb(186,77,188); }
td.TdClassName
{
border-color: #BA4DBC;
}
.TagClassName
{
border-color: #BA4DBC;
}
</style>