Shades of Fuchsia #BA57B7
Tints of Fuchsia #BA57B7
RGB
CMYK
RGB Variations
Color information
#BA57B7 (or 0xBA57B7) is known color: Fuchsia. HEX triplet: BA, 57 and B7. RGB value is (186,87,183). Sum of RGB (Red+Green+Blue) = 186+87+183=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 87 (34.38% from 255 or 19.08% from 456); Blue value is 183 (71.88% from 255 or 40.13% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BA57B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA57B7 is #45A848. Grayscale: #7F7F7F. Windows color (decimal): -4565065 or 12015546. OLE color: 12015546.
HSL color Cylindrical-coordinate representation of color #BA57B7: hue angle of 301.82º 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 #BA57B7 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 87 | 183 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.27 |
| HSL | 301.82º | 0.42% | 0.54% | - |
| HSV(B) | 301.82º | 0.53% | 0.73% | - |
| XYZ | 32.21 | 20.67 | 47.09 | - |
| YUV | 127.55 | 159.3 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 183 | 0 | 0.53 | 0.02 | 0.27 | 301.82 | 0.42 | 0.54 |
| Hex | BA | 57 | B7 | 0 | 35 | 2 | 1B | 12E | 2A | 36 |
| Octal | 272 | 127 | 267 | 0 | 65 | 2 | 33 | 456 | 52 | 66 |
| Binary | 10111010 | 1010111 | 10110111 | 0 | 110101 | 10 | 11011 | 100101110 | 101010 | 110110 |
Color Harmonies of #BA57B7
Complementary color
Monochromatic Colors of #BA57B7
Black with #BA57B7
Text Example
Text Example
White with #BA57B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA57B7; }
p { color: rgb(186,87,183); }
H1.HeaderClassName
{
color: #BA57B7;
}
.AnyTagClassName
{
color: #BA57B7;
}
</style>
background-color css
<style>
a { background-color: #BA57B7; }
a { background-color: rgb(186,87,183); }
div.DivClassName
{
background-color: #BA57B7;
}
.BgClassName
{
background-color: #BA57B7;
}
</style>
border-color css
<style>
span { border-color: #BA57B7; }
span { border-color: rgb(186,87,183); }
td.TdClassName
{
border-color: #BA57B7;
}
.TagClassName
{
border-color: #BA57B7;
}
</style>