Shades of Fuchsia #BA52B0
Tints of Fuchsia #BA52B0
RGB
CMYK
RGB Variations
Color information
#BA52B0 (or 0xBA52B0) is known color: Fuchsia. HEX triplet: BA, 52 and B0. RGB value is (186,82,176). Sum of RGB (Red+Green+Blue) = 186+82+176=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 82 (32.42% from 255 or 18.47% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BA52B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA52B0 is #45AD4F. Grayscale: #7B7B7B. Windows color (decimal): -4566352 or 11555514. OLE color: 11555514.
HSL color Cylindrical-coordinate representation of color #BA52B0: hue angle of 305.77º 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 #BA52B0 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 176 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.27 |
| HSL | 305.77º | 0.43% | 0.53% | - |
| HSV(B) | 305.77º | 0.56% | 0.73% | - |
| XYZ | 31.1 | 19.61 | 43.22 | - |
| YUV | 123.81 | 157.46 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 176 | 0 | 0.56 | 0.05 | 0.27 | 305.77 | 0.43 | 0.53 |
| Hex | BA | 52 | B0 | 0 | 38 | 5 | 1B | 132 | 2B | 35 |
| Octal | 272 | 122 | 260 | 0 | 70 | 5 | 33 | 462 | 53 | 65 |
| Binary | 10111010 | 1010010 | 10110000 | 0 | 111000 | 101 | 11011 | 100110010 | 101011 | 110101 |
Color Harmonies of #BA52B0
Complementary color
Monochromatic Colors of #BA52B0
Black with #BA52B0
Text Example
Text Example
White with #BA52B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA52B0; }
p { color: rgb(186,82,176); }
H1.HeaderClassName
{
color: #BA52B0;
}
.AnyTagClassName
{
color: #BA52B0;
}
</style>
background-color css
<style>
a { background-color: #BA52B0; }
a { background-color: rgb(186,82,176); }
div.DivClassName
{
background-color: #BA52B0;
}
.BgClassName
{
background-color: #BA52B0;
}
</style>
border-color css
<style>
span { border-color: #BA52B0; }
span { border-color: rgb(186,82,176); }
td.TdClassName
{
border-color: #BA52B0;
}
.TagClassName
{
border-color: #BA52B0;
}
</style>