Shades of Fuchsia #BA47C3
Tints of Fuchsia #BA47C3
RGB
CMYK
RGB Variations
Color information
#BA47C3 (or 0xBA47C3) is known color: Fuchsia. HEX triplet: BA, 47 and C3. RGB value is (186,71,195). Sum of RGB (Red+Green+Blue) = 186+71+195=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 71 (28.12% from 255 or 15.71% from 452); Blue value is 195 (76.56% from 255 or 43.14% from 452); Max value from RGB is 195 - color contains mainly: blue. Hex color #BA47C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA47C3 is #45B83C. Grayscale: #777777. Windows color (decimal): -4569149 or 12797882. OLE color: 12797882.
HSL color Cylindrical-coordinate representation of color #BA47C3: hue angle of 295.65º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA47C3 is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 71 | 195 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.24 |
| HSL | 295.65º | 0.51% | 0.52% | - |
| HSV(B) | 295.65º | 0.64% | 0.76% | - |
| XYZ | 32.35 | 18.89 | 53.57 | - |
| YUV | 119.52 | 170.6 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 195 | 0.05 | 0.64 | 0 | 0.24 | 295.65 | 0.51 | 0.52 |
| Hex | BA | 47 | C3 | 5 | 40 | 0 | 18 | 128 | 33 | 34 |
| Octal | 272 | 107 | 303 | 5 | 100 | 0 | 30 | 450 | 63 | 64 |
| Binary | 10111010 | 1000111 | 11000011 | 101 | 1000000 | 0 | 11000 | 100101000 | 110011 | 110100 |
Color Harmonies of #BA47C3
Complementary color
Monochromatic Colors of #BA47C3
Black with #BA47C3
Text Example
Text Example
White with #BA47C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA47C3; }
p { color: rgb(186,71,195); }
H1.HeaderClassName
{
color: #BA47C3;
}
.AnyTagClassName
{
color: #BA47C3;
}
</style>
background-color css
<style>
a { background-color: #BA47C3; }
a { background-color: rgb(186,71,195); }
div.DivClassName
{
background-color: #BA47C3;
}
.BgClassName
{
background-color: #BA47C3;
}
</style>
border-color css
<style>
span { border-color: #BA47C3; }
span { border-color: rgb(186,71,195); }
td.TdClassName
{
border-color: #BA47C3;
}
.TagClassName
{
border-color: #BA47C3;
}
</style>