Shades of Fuchsia #BA52B1
Tints of Fuchsia #BA52B1
RGB
CMYK
RGB Variations
Color information
#BA52B1 (or 0xBA52B1) is known color: Fuchsia. HEX triplet: BA, 52 and B1. RGB value is (186,82,177). Sum of RGB (Red+Green+Blue) = 186+82+177=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 82 (32.42% from 255 or 18.43% from 445); Blue value is 177 (69.53% from 255 or 39.78% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BA52B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA52B1 is #45AD4E. Grayscale: #7B7B7B. Windows color (decimal): -4566351 or 11621050. OLE color: 11621050.
HSL color Cylindrical-coordinate representation of color #BA52B1: hue angle of 305.19º 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 #BA52B1 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 177 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.27 |
| HSL | 305.19º | 0.43% | 0.53% | - |
| HSV(B) | 305.19º | 0.56% | 0.73% | - |
| XYZ | 31.2 | 19.65 | 43.74 | - |
| YUV | 123.93 | 157.96 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 177 | 0 | 0.56 | 0.05 | 0.27 | 305.19 | 0.43 | 0.53 |
| Hex | BA | 52 | B1 | 0 | 38 | 5 | 1B | 131 | 2B | 35 |
| Octal | 272 | 122 | 261 | 0 | 70 | 5 | 33 | 461 | 53 | 65 |
| Binary | 10111010 | 1010010 | 10110001 | 0 | 111000 | 101 | 11011 | 100110001 | 101011 | 110101 |
Color Harmonies of #BA52B1
Complementary color
Monochromatic Colors of #BA52B1
Black with #BA52B1
Text Example
Text Example
White with #BA52B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA52B1; }
p { color: rgb(186,82,177); }
H1.HeaderClassName
{
color: #BA52B1;
}
.AnyTagClassName
{
color: #BA52B1;
}
</style>
background-color css
<style>
a { background-color: #BA52B1; }
a { background-color: rgb(186,82,177); }
div.DivClassName
{
background-color: #BA52B1;
}
.BgClassName
{
background-color: #BA52B1;
}
</style>
border-color css
<style>
span { border-color: #BA52B1; }
span { border-color: rgb(186,82,177); }
td.TdClassName
{
border-color: #BA52B1;
}
.TagClassName
{
border-color: #BA52B1;
}
</style>