Shades of Fuchsia #BA47C8
Tints of Fuchsia #BA47C8
RGB
CMYK
RGB Variations
Color information
#BA47C8 (or 0xBA47C8) is known color: Fuchsia. HEX triplet: BA, 47 and C8. RGB value is (186,71,200). Sum of RGB (Red+Green+Blue) = 186+71+200=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 71 (28.12% from 255 or 15.54% from 457); Blue value is 200 (78.52% from 255 or 43.76% from 457); Max value from RGB is 200 - color contains mainly: blue. Hex color #BA47C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA47C8 is #45B837. Grayscale: #777777. Windows color (decimal): -4569144 or 13125562. OLE color: 13125562.
HSL color Cylindrical-coordinate representation of color #BA47C8: hue angle of 293.49º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA47C8 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 71 | 200 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.22 |
| HSL | 293.49º | 0.54% | 0.53% | - |
| HSV(B) | 293.49º | 0.65% | 0.78% | - |
| XYZ | 32.93 | 19.12 | 56.6 | - |
| YUV | 120.09 | 173.1 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 200 | 0.07 | 0.64 | 0 | 0.22 | 293.49 | 0.54 | 0.53 |
| Hex | BA | 47 | C8 | 7 | 40 | 0 | 16 | 125 | 36 | 35 |
| Octal | 272 | 107 | 310 | 7 | 100 | 0 | 26 | 445 | 66 | 65 |
| Binary | 10111010 | 1000111 | 11001000 | 111 | 1000000 | 0 | 10110 | 100100101 | 110110 | 110101 |
Color Harmonies of #BA47C8
Complementary color
Monochromatic Colors of #BA47C8
Black with #BA47C8
Text Example
Text Example
White with #BA47C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA47C8; }
p { color: rgb(186,71,200); }
H1.HeaderClassName
{
color: #BA47C8;
}
.AnyTagClassName
{
color: #BA47C8;
}
</style>
background-color css
<style>
a { background-color: #BA47C8; }
a { background-color: rgb(186,71,200); }
div.DivClassName
{
background-color: #BA47C8;
}
.BgClassName
{
background-color: #BA47C8;
}
</style>
border-color css
<style>
span { border-color: #BA47C8; }
span { border-color: rgb(186,71,200); }
td.TdClassName
{
border-color: #BA47C8;
}
.TagClassName
{
border-color: #BA47C8;
}
</style>