Shades of Fuchsia #BA53BD
Tints of Fuchsia #BA53BD
RGB
CMYK
RGB Variations
Color information
#BA53BD (or 0xBA53BD) is known color: Fuchsia. HEX triplet: BA, 53 and BD. RGB value is (186,83,189). Sum of RGB (Red+Green+Blue) = 186+83+189=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 83 (32.81% from 255 or 18.12% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA53BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA53BD is #45AC42. Grayscale: #7D7D7D. Windows color (decimal): -4566083 or 12407738. OLE color: 12407738.
HSL color Cylindrical-coordinate representation of color #BA53BD: hue angle of 298.3º degrees, saturation: 0.45, 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 #BA53BD is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 83 | 189 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.26 |
| HSL | 298.3º | 0.45% | 0.53% | - |
| HSV(B) | 298.3º | 0.56% | 0.74% | - |
| XYZ | 32.53 | 20.3 | 50.35 | - |
| YUV | 125.88 | 163.62 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 83 | 189 | 0.02 | 0.56 | 0 | 0.26 | 298.3 | 0.45 | 0.53 |
| Hex | BA | 53 | BD | 2 | 38 | 0 | 1A | 12A | 2D | 35 |
| Octal | 272 | 123 | 275 | 2 | 70 | 0 | 32 | 452 | 55 | 65 |
| Binary | 10111010 | 1010011 | 10111101 | 10 | 111000 | 0 | 11010 | 100101010 | 101101 | 110101 |
Color Harmonies of #BA53BD
Complementary color
Monochromatic Colors of #BA53BD
Black with #BA53BD
Text Example
Text Example
White with #BA53BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA53BD; }
p { color: rgb(186,83,189); }
H1.HeaderClassName
{
color: #BA53BD;
}
.AnyTagClassName
{
color: #BA53BD;
}
</style>
background-color css
<style>
a { background-color: #BA53BD; }
a { background-color: rgb(186,83,189); }
div.DivClassName
{
background-color: #BA53BD;
}
.BgClassName
{
background-color: #BA53BD;
}
</style>
border-color css
<style>
span { border-color: #BA53BD; }
span { border-color: rgb(186,83,189); }
td.TdClassName
{
border-color: #BA53BD;
}
.TagClassName
{
border-color: #BA53BD;
}
</style>