Shades of Fuchsia #BA47BD
Tints of Fuchsia #BA47BD
RGB
CMYK
RGB Variations
Color information
#BA47BD (or 0xBA47BD) is known color: Fuchsia. HEX triplet: BA, 47 and BD. RGB value is (186,71,189). Sum of RGB (Red+Green+Blue) = 186+71+189=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 71 (28.12% from 255 or 15.92% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA47BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA47BD is #45B842. Grayscale: #767676. Windows color (decimal): -4569155 or 12404666. OLE color: 12404666.
HSL color Cylindrical-coordinate representation of color #BA47BD: hue angle of 298.47º 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 #BA47BD is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 71 | 189 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.26 |
| HSL | 298.47º | 0.47% | 0.51% | - |
| HSV(B) | 298.47º | 0.62% | 0.74% | - |
| XYZ | 31.69 | 18.62 | 50.07 | - |
| YUV | 118.84 | 167.6 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 189 | 0.02 | 0.62 | 0 | 0.26 | 298.47 | 0.47 | 0.51 |
| Hex | BA | 47 | BD | 2 | 3E | 0 | 1A | 12A | 2F | 33 |
| Octal | 272 | 107 | 275 | 2 | 76 | 0 | 32 | 452 | 57 | 63 |
| Binary | 10111010 | 1000111 | 10111101 | 10 | 111110 | 0 | 11010 | 100101010 | 101111 | 110011 |
Color Harmonies of #BA47BD
Complementary color
Monochromatic Colors of #BA47BD
Black with #BA47BD
Text Example
Text Example
White with #BA47BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA47BD; }
p { color: rgb(186,71,189); }
H1.HeaderClassName
{
color: #BA47BD;
}
.AnyTagClassName
{
color: #BA47BD;
}
</style>
background-color css
<style>
a { background-color: #BA47BD; }
a { background-color: rgb(186,71,189); }
div.DivClassName
{
background-color: #BA47BD;
}
.BgClassName
{
background-color: #BA47BD;
}
</style>
border-color css
<style>
span { border-color: #BA47BD; }
span { border-color: rgb(186,71,189); }
td.TdClassName
{
border-color: #BA47BD;
}
.TagClassName
{
border-color: #BA47BD;
}
</style>