Shades of Fuchsia #BA2EBC
Tints of Fuchsia #BA2EBC
RGB
CMYK
RGB Variations
Color information
#BA2EBC (or 0xBA2EBC) is known color: Fuchsia. HEX triplet: BA, 2E and BC. RGB value is (186,46,188). Sum of RGB (Red+Green+Blue) = 186+46+188=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 46 (18.36% from 255 or 10.95% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA2EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2EBC is #45D143. Grayscale: #676767. Windows color (decimal): -4575556 or 12332730. OLE color: 12332730.
HSL color Cylindrical-coordinate representation of color #BA2EBC: hue angle of 299.15º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA2EBC is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 46 | 188 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.26 |
| HSL | 299.15º | 0.61% | 0.46% | - |
| HSV(B) | 299.15º | 0.76% | 0.74% | - |
| XYZ | 30.3 | 16.02 | 49.07 | - |
| YUV | 104.05 | 175.38 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 188 | 0.01 | 0.76 | 0 | 0.26 | 299.15 | 0.61 | 0.46 |
| Hex | BA | 2E | BC | 1 | 4C | 0 | 1A | 12B | 3D | 2E |
| Octal | 272 | 56 | 274 | 1 | 114 | 0 | 32 | 453 | 75 | 56 |
| Binary | 10111010 | 101110 | 10111100 | 1 | 1001100 | 0 | 11010 | 100101011 | 111101 | 101110 |
Color Harmonies of #BA2EBC
Complementary color
Monochromatic Colors of #BA2EBC
Black with #BA2EBC
Text Example
Text Example
White with #BA2EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2EBC; }
p { color: rgb(186,46,188); }
H1.HeaderClassName
{
color: #BA2EBC;
}
.AnyTagClassName
{
color: #BA2EBC;
}
</style>
background-color css
<style>
a { background-color: #BA2EBC; }
a { background-color: rgb(186,46,188); }
div.DivClassName
{
background-color: #BA2EBC;
}
.BgClassName
{
background-color: #BA2EBC;
}
</style>
border-color css
<style>
span { border-color: #BA2EBC; }
span { border-color: rgb(186,46,188); }
td.TdClassName
{
border-color: #BA2EBC;
}
.TagClassName
{
border-color: #BA2EBC;
}
</style>