Shades of Fuchsia #BA53C3
Tints of Fuchsia #BA53C3
RGB
CMYK
RGB Variations
Color information
#BA53C3 (or 0xBA53C3) is known color: Fuchsia. HEX triplet: BA, 53 and C3. RGB value is (186,83,195). Sum of RGB (Red+Green+Blue) = 186+83+195=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 83 (32.81% from 255 or 17.89% from 464); Blue value is 195 (76.56% from 255 or 42.03% from 464); Max value from RGB is 195 - color contains mainly: blue. Hex color #BA53C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA53C3 is #45AC3C. Grayscale: #7E7E7E. Windows color (decimal): -4566077 or 12800954. OLE color: 12800954.
HSL color Cylindrical-coordinate representation of color #BA53C3: hue angle of 295.18º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA53C3 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 83 | 195 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.24 |
| HSL | 295.18º | 0.48% | 0.55% | - |
| HSV(B) | 295.18º | 0.57% | 0.76% | - |
| XYZ | 33.19 | 20.57 | 53.85 | - |
| YUV | 126.57 | 166.62 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 195 | 0.05 | 0.57 | 0 | 0.24 | 295.18 | 0.48 | 0.55 |
| Hex | BA | 53 | C3 | 5 | 39 | 0 | 18 | 127 | 30 | 37 |
| Octal | 272 | 123 | 303 | 5 | 71 | 0 | 30 | 447 | 60 | 67 |
| Binary | 10111010 | 1010011 | 11000011 | 101 | 111001 | 0 | 11000 | 100100111 | 110000 | 110111 |
Color Harmonies of #BA53C3
Complementary color
Monochromatic Colors of #BA53C3
Black with #BA53C3
Text Example
Text Example
White with #BA53C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA53C3; }
p { color: rgb(186,83,195); }
H1.HeaderClassName
{
color: #BA53C3;
}
.AnyTagClassName
{
color: #BA53C3;
}
</style>
background-color css
<style>
a { background-color: #BA53C3; }
a { background-color: rgb(186,83,195); }
div.DivClassName
{
background-color: #BA53C3;
}
.BgClassName
{
background-color: #BA53C3;
}
</style>
border-color css
<style>
span { border-color: #BA53C3; }
span { border-color: rgb(186,83,195); }
td.TdClassName
{
border-color: #BA53C3;
}
.TagClassName
{
border-color: #BA53C3;
}
</style>