Shades of Fuchsia #BA47C5
Tints of Fuchsia #BA47C5
RGB
CMYK
RGB Variations
Color information
#BA47C5 (or 0xBA47C5) is known color: Fuchsia. HEX triplet: BA, 47 and C5. RGB value is (186,71,197). Sum of RGB (Red+Green+Blue) = 186+71+197=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 71 (28.12% from 255 or 15.64% from 454); Blue value is 197 (77.34% from 255 or 43.39% from 454); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA47C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA47C5 is #45B83A. Grayscale: #777777. Windows color (decimal): -4569147 or 12928954. OLE color: 12928954.
HSL color Cylindrical-coordinate representation of color #BA47C5: hue angle of 294.76º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA47C5 is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 71 | 197 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.23 |
| HSL | 294.76º | 0.52% | 0.53% | - |
| HSV(B) | 294.76º | 0.64% | 0.77% | - |
| XYZ | 32.58 | 18.98 | 54.77 | - |
| YUV | 119.75 | 171.6 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 197 | 0.06 | 0.64 | 0 | 0.23 | 294.76 | 0.52 | 0.53 |
| Hex | BA | 47 | C5 | 6 | 40 | 0 | 17 | 127 | 34 | 35 |
| Octal | 272 | 107 | 305 | 6 | 100 | 0 | 27 | 447 | 64 | 65 |
| Binary | 10111010 | 1000111 | 11000101 | 110 | 1000000 | 0 | 10111 | 100100111 | 110100 | 110101 |
Color Harmonies of #BA47C5
Complementary color
Monochromatic Colors of #BA47C5
Black with #BA47C5
Text Example
Text Example
White with #BA47C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA47C5; }
p { color: rgb(186,71,197); }
H1.HeaderClassName
{
color: #BA47C5;
}
.AnyTagClassName
{
color: #BA47C5;
}
</style>
background-color css
<style>
a { background-color: #BA47C5; }
a { background-color: rgb(186,71,197); }
div.DivClassName
{
background-color: #BA47C5;
}
.BgClassName
{
background-color: #BA47C5;
}
</style>
border-color css
<style>
span { border-color: #BA47C5; }
span { border-color: rgb(186,71,197); }
td.TdClassName
{
border-color: #BA47C5;
}
.TagClassName
{
border-color: #BA47C5;
}
</style>