Shades of Fuchsia #BA47BB
Tints of Fuchsia #BA47BB
RGB
CMYK
RGB Variations
Color information
#BA47BB (or 0xBA47BB) is known color: Fuchsia. HEX triplet: BA, 47 and BB. RGB value is (186,71,187). Sum of RGB (Red+Green+Blue) = 186+71+187=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 71 (28.12% from 255 or 15.99% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA47BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA47BB is #45B844. Grayscale: #767676. Windows color (decimal): -4569157 or 12273594. OLE color: 12273594.
HSL color Cylindrical-coordinate representation of color #BA47BB: hue angle of 299.48º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA47BB is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 187 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.27 |
| HSL | 299.48º | 0.46% | 0.51% | - |
| HSV(B) | 299.48º | 0.62% | 0.73% | - |
| XYZ | 31.47 | 18.53 | 48.93 | - |
| YUV | 118.61 | 166.6 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 187 | 0.01 | 0.62 | 0 | 0.27 | 299.48 | 0.46 | 0.51 |
| Hex | BA | 47 | BB | 1 | 3E | 0 | 1B | 12B | 2E | 33 |
| Octal | 272 | 107 | 273 | 1 | 76 | 0 | 33 | 453 | 56 | 63 |
| Binary | 10111010 | 1000111 | 10111011 | 1 | 111110 | 0 | 11011 | 100101011 | 101110 | 110011 |
Color Harmonies of #BA47BB
Complementary color
Monochromatic Colors of #BA47BB
Black with #BA47BB
Text Example
Text Example
White with #BA47BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA47BB; }
p { color: rgb(186,71,187); }
H1.HeaderClassName
{
color: #BA47BB;
}
.AnyTagClassName
{
color: #BA47BB;
}
</style>
background-color css
<style>
a { background-color: #BA47BB; }
a { background-color: rgb(186,71,187); }
div.DivClassName
{
background-color: #BA47BB;
}
.BgClassName
{
background-color: #BA47BB;
}
</style>
border-color css
<style>
span { border-color: #BA47BB; }
span { border-color: rgb(186,71,187); }
td.TdClassName
{
border-color: #BA47BB;
}
.TagClassName
{
border-color: #BA47BB;
}
</style>