Shades of Fuchsia #BA53BC
Tints of Fuchsia #BA53BC
RGB
CMYK
RGB Variations
Color information
#BA53BC (or 0xBA53BC) is known color: Fuchsia. HEX triplet: BA, 53 and BC. RGB value is (186,83,188). Sum of RGB (Red+Green+Blue) = 186+83+188=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 83 (32.81% from 255 or 18.16% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA53BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA53BC is #45AC43. Grayscale: #7D7D7D. Windows color (decimal): -4566084 or 12342202. OLE color: 12342202.
HSL color Cylindrical-coordinate representation of color #BA53BC: hue angle of 298.86º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA53BC is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 83 | 188 | - |
| CMYK | 0.01 | 0.56 | 0 | 0.26 |
| HSL | 298.86º | 0.44% | 0.53% | - |
| HSV(B) | 298.86º | 0.56% | 0.74% | - |
| XYZ | 32.42 | 20.26 | 49.78 | - |
| YUV | 125.77 | 163.12 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 188 | 0.01 | 0.56 | 0 | 0.26 | 298.86 | 0.44 | 0.53 |
| Hex | BA | 53 | BC | 1 | 38 | 0 | 1A | 12B | 2C | 35 |
| Octal | 272 | 123 | 274 | 1 | 70 | 0 | 32 | 453 | 54 | 65 |
| Binary | 10111010 | 1010011 | 10111100 | 1 | 111000 | 0 | 11010 | 100101011 | 101100 | 110101 |
Color Harmonies of #BA53BC
Complementary color
Monochromatic Colors of #BA53BC
Black with #BA53BC
Text Example
Text Example
White with #BA53BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA53BC; }
p { color: rgb(186,83,188); }
H1.HeaderClassName
{
color: #BA53BC;
}
.AnyTagClassName
{
color: #BA53BC;
}
</style>
background-color css
<style>
a { background-color: #BA53BC; }
a { background-color: rgb(186,83,188); }
div.DivClassName
{
background-color: #BA53BC;
}
.BgClassName
{
background-color: #BA53BC;
}
</style>
border-color css
<style>
span { border-color: #BA53BC; }
span { border-color: rgb(186,83,188); }
td.TdClassName
{
border-color: #BA53BC;
}
.TagClassName
{
border-color: #BA53BC;
}
</style>