Shades of Fuchsia #BA57B5
Tints of Fuchsia #BA57B5
RGB
CMYK
RGB Variations
Color information
#BA57B5 (or 0xBA57B5) is known color: Fuchsia. HEX triplet: BA, 57 and B5. RGB value is (186,87,181). Sum of RGB (Red+Green+Blue) = 186+87+181=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 87 (34.38% from 255 or 19.16% from 454); Blue value is 181 (71.09% from 255 or 39.87% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BA57B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA57B5 is #45A84A. Grayscale: #7F7F7F. Windows color (decimal): -4565067 or 11884474. OLE color: 11884474.
HSL color Cylindrical-coordinate representation of color #BA57B5: hue angle of 303.03º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA57B5 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 87 | 181 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.27 |
| HSL | 303.03º | 0.42% | 0.54% | - |
| HSV(B) | 303.03º | 0.53% | 0.73% | - |
| XYZ | 32 | 20.59 | 46 | - |
| YUV | 127.32 | 158.3 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 181 | 0 | 0.53 | 0.03 | 0.27 | 303.03 | 0.42 | 0.54 |
| Hex | BA | 57 | B5 | 0 | 35 | 3 | 1B | 12F | 2A | 36 |
| Octal | 272 | 127 | 265 | 0 | 65 | 3 | 33 | 457 | 52 | 66 |
| Binary | 10111010 | 1010111 | 10110101 | 0 | 110101 | 11 | 11011 | 100101111 | 101010 | 110110 |
Color Harmonies of #BA57B5
Complementary color
Monochromatic Colors of #BA57B5
Black with #BA57B5
Text Example
Text Example
White with #BA57B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA57B5; }
p { color: rgb(186,87,181); }
H1.HeaderClassName
{
color: #BA57B5;
}
.AnyTagClassName
{
color: #BA57B5;
}
</style>
background-color css
<style>
a { background-color: #BA57B5; }
a { background-color: rgb(186,87,181); }
div.DivClassName
{
background-color: #BA57B5;
}
.BgClassName
{
background-color: #BA57B5;
}
</style>
border-color css
<style>
span { border-color: #BA57B5; }
span { border-color: rgb(186,87,181); }
td.TdClassName
{
border-color: #BA57B5;
}
.TagClassName
{
border-color: #BA57B5;
}
</style>