Shades of Fuchsia #BA47C0
Tints of Fuchsia #BA47C0
RGB
CMYK
RGB Variations
Color information
#BA47C0 (or 0xBA47C0) is known color: Fuchsia. HEX triplet: BA, 47 and C0. RGB value is (186,71,192). Sum of RGB (Red+Green+Blue) = 186+71+192=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 71 (28.12% from 255 or 15.81% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA47C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA47C0 is #45B83F. Grayscale: #767676. Windows color (decimal): -4569152 or 12601274. OLE color: 12601274.
HSL color Cylindrical-coordinate representation of color #BA47C0: hue angle of 297.02º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA47C0 is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 71 | 192 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.25 |
| HSL | 297.02º | 0.49% | 0.52% | - |
| HSV(B) | 297.02º | 0.63% | 0.75% | - |
| XYZ | 32.02 | 18.75 | 51.8 | - |
| YUV | 119.18 | 169.1 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 192 | 0.03 | 0.63 | 0 | 0.25 | 297.02 | 0.49 | 0.52 |
| Hex | BA | 47 | C0 | 3 | 3F | 0 | 19 | 129 | 31 | 34 |
| Octal | 272 | 107 | 300 | 3 | 77 | 0 | 31 | 451 | 61 | 64 |
| Binary | 10111010 | 1000111 | 11000000 | 11 | 111111 | 0 | 11001 | 100101001 | 110001 | 110100 |
Color Harmonies of #BA47C0
Complementary color
Monochromatic Colors of #BA47C0
Black with #BA47C0
Text Example
Text Example
White with #BA47C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA47C0; }
p { color: rgb(186,71,192); }
H1.HeaderClassName
{
color: #BA47C0;
}
.AnyTagClassName
{
color: #BA47C0;
}
</style>
background-color css
<style>
a { background-color: #BA47C0; }
a { background-color: rgb(186,71,192); }
div.DivClassName
{
background-color: #BA47C0;
}
.BgClassName
{
background-color: #BA47C0;
}
</style>
border-color css
<style>
span { border-color: #BA47C0; }
span { border-color: rgb(186,71,192); }
td.TdClassName
{
border-color: #BA47C0;
}
.TagClassName
{
border-color: #BA47C0;
}
</style>