Shades of Fuchsia #BA52A8
Tints of Fuchsia #BA52A8
RGB
CMYK
RGB Variations
Color information
#BA52A8 (or 0xBA52A8) is known color: Fuchsia. HEX triplet: BA, 52 and A8. RGB value is (186,82,168). Sum of RGB (Red+Green+Blue) = 186+82+168=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 168 (66.02% from 255 or 38.53% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA52A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA52A8 is #45AD57. Grayscale: #7A7A7A. Windows color (decimal): -4566360 or 11031226. OLE color: 11031226.
HSL color Cylindrical-coordinate representation of color #BA52A8: hue angle of 310.38º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA52A8 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 168 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.27 |
| HSL | 310.38º | 0.43% | 0.53% | - |
| HSV(B) | 310.38º | 0.56% | 0.73% | - |
| XYZ | 30.33 | 19.3 | 39.17 | - |
| YUV | 122.9 | 153.46 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 168 | 0 | 0.56 | 0.10 | 0.27 | 310.38 | 0.43 | 0.53 |
| Hex | BA | 52 | A8 | 0 | 38 | A | 1B | 136 | 2B | 35 |
| Octal | 272 | 122 | 250 | 0 | 70 | 12 | 33 | 466 | 53 | 65 |
| Binary | 10111010 | 1010010 | 10101000 | 0 | 111000 | 1010 | 11011 | 100110110 | 101011 | 110101 |
Color Harmonies of #BA52A8
Complementary color
Monochromatic Colors of #BA52A8
Black with #BA52A8
Text Example
Text Example
White with #BA52A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA52A8; }
p { color: rgb(186,82,168); }
H1.HeaderClassName
{
color: #BA52A8;
}
.AnyTagClassName
{
color: #BA52A8;
}
</style>
background-color css
<style>
a { background-color: #BA52A8; }
a { background-color: rgb(186,82,168); }
div.DivClassName
{
background-color: #BA52A8;
}
.BgClassName
{
background-color: #BA52A8;
}
</style>
border-color css
<style>
span { border-color: #BA52A8; }
span { border-color: rgb(186,82,168); }
td.TdClassName
{
border-color: #BA52A8;
}
.TagClassName
{
border-color: #BA52A8;
}
</style>