Shades of Fuchsia #BA47BC
Tints of Fuchsia #BA47BC
RGB
CMYK
RGB Variations
Color information
#BA47BC (or 0xBA47BC) is known color: Fuchsia. HEX triplet: BA, 47 and BC. RGB value is (186,71,188). Sum of RGB (Red+Green+Blue) = 186+71+188=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 71 (28.12% from 255 or 15.96% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA47BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA47BC is #45B843. Grayscale: #767676. Windows color (decimal): -4569156 or 12339130. OLE color: 12339130.
HSL color Cylindrical-coordinate representation of color #BA47BC: hue angle of 298.97º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA47BC is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 71 | 188 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.26 |
| HSL | 298.97º | 0.47% | 0.51% | - |
| HSV(B) | 298.97º | 0.62% | 0.74% | - |
| XYZ | 31.58 | 18.58 | 49.5 | - |
| YUV | 118.72 | 167.1 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 188 | 0.01 | 0.62 | 0 | 0.26 | 298.97 | 0.47 | 0.51 |
| Hex | BA | 47 | BC | 1 | 3E | 0 | 1A | 12B | 2F | 33 |
| Octal | 272 | 107 | 274 | 1 | 76 | 0 | 32 | 453 | 57 | 63 |
| Binary | 10111010 | 1000111 | 10111100 | 1 | 111110 | 0 | 11010 | 100101011 | 101111 | 110011 |
Color Harmonies of #BA47BC
Complementary color
Monochromatic Colors of #BA47BC
Black with #BA47BC
Text Example
Text Example
White with #BA47BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA47BC; }
p { color: rgb(186,71,188); }
H1.HeaderClassName
{
color: #BA47BC;
}
.AnyTagClassName
{
color: #BA47BC;
}
</style>
background-color css
<style>
a { background-color: #BA47BC; }
a { background-color: rgb(186,71,188); }
div.DivClassName
{
background-color: #BA47BC;
}
.BgClassName
{
background-color: #BA47BC;
}
</style>
border-color css
<style>
span { border-color: #BA47BC; }
span { border-color: rgb(186,71,188); }
td.TdClassName
{
border-color: #BA47BC;
}
.TagClassName
{
border-color: #BA47BC;
}
</style>