Shades of Fuchsia #BA52B3
Tints of Fuchsia #BA52B3
RGB
CMYK
RGB Variations
Color information
#BA52B3 (or 0xBA52B3) is known color: Fuchsia. HEX triplet: BA, 52 and B3. RGB value is (186,82,179). Sum of RGB (Red+Green+Blue) = 186+82+179=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 82 (32.42% from 255 or 18.34% from 447); Blue value is 179 (70.31% from 255 or 40.04% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BA52B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA52B3 is #45AD4C. Grayscale: #7B7B7B. Windows color (decimal): -4566349 or 11752122. OLE color: 11752122.
HSL color Cylindrical-coordinate representation of color #BA52B3: hue angle of 304.04º 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 #BA52B3 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 179 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.27 |
| HSL | 304.04º | 0.43% | 0.53% | - |
| HSV(B) | 304.04º | 0.56% | 0.73% | - |
| XYZ | 31.4 | 19.73 | 44.8 | - |
| YUV | 124.15 | 158.96 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 179 | 0 | 0.56 | 0.04 | 0.27 | 304.04 | 0.43 | 0.53 |
| Hex | BA | 52 | B3 | 0 | 38 | 4 | 1B | 130 | 2B | 35 |
| Octal | 272 | 122 | 263 | 0 | 70 | 4 | 33 | 460 | 53 | 65 |
| Binary | 10111010 | 1010010 | 10110011 | 0 | 111000 | 100 | 11011 | 100110000 | 101011 | 110101 |
Color Harmonies of #BA52B3
Complementary color
Monochromatic Colors of #BA52B3
Black with #BA52B3
Text Example
Text Example
White with #BA52B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA52B3; }
p { color: rgb(186,82,179); }
H1.HeaderClassName
{
color: #BA52B3;
}
.AnyTagClassName
{
color: #BA52B3;
}
</style>
background-color css
<style>
a { background-color: #BA52B3; }
a { background-color: rgb(186,82,179); }
div.DivClassName
{
background-color: #BA52B3;
}
.BgClassName
{
background-color: #BA52B3;
}
</style>
border-color css
<style>
span { border-color: #BA52B3; }
span { border-color: rgb(186,82,179); }
td.TdClassName
{
border-color: #BA52B3;
}
.TagClassName
{
border-color: #BA52B3;
}
</style>