Shades of Fuchsia #BA57B4
Tints of Fuchsia #BA57B4
RGB
CMYK
RGB Variations
Color information
#BA57B4 (or 0xBA57B4) is known color: Fuchsia. HEX triplet: BA, 57 and B4. RGB value is (186,87,180). Sum of RGB (Red+Green+Blue) = 186+87+180=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 87 (34.38% from 255 or 19.21% from 453); Blue value is 180 (70.70% from 255 or 39.74% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BA57B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA57B4 is #45A84B. Grayscale: #7E7E7E. Windows color (decimal): -4565068 or 11818938. OLE color: 11818938.
HSL color Cylindrical-coordinate representation of color #BA57B4: hue angle of 303.64º 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 #BA57B4 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 87 | 180 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.27 |
| HSL | 303.64º | 0.42% | 0.54% | - |
| HSV(B) | 303.64º | 0.53% | 0.73% | - |
| XYZ | 31.9 | 20.55 | 45.47 | - |
| YUV | 127.2 | 157.8 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 180 | 0 | 0.53 | 0.03 | 0.27 | 303.64 | 0.42 | 0.54 |
| Hex | BA | 57 | B4 | 0 | 35 | 3 | 1B | 130 | 2A | 36 |
| Octal | 272 | 127 | 264 | 0 | 65 | 3 | 33 | 460 | 52 | 66 |
| Binary | 10111010 | 1010111 | 10110100 | 0 | 110101 | 11 | 11011 | 100110000 | 101010 | 110110 |
Color Harmonies of #BA57B4
Complementary color
Monochromatic Colors of #BA57B4
Black with #BA57B4
Text Example
Text Example
White with #BA57B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA57B4; }
p { color: rgb(186,87,180); }
H1.HeaderClassName
{
color: #BA57B4;
}
.AnyTagClassName
{
color: #BA57B4;
}
</style>
background-color css
<style>
a { background-color: #BA57B4; }
a { background-color: rgb(186,87,180); }
div.DivClassName
{
background-color: #BA57B4;
}
.BgClassName
{
background-color: #BA57B4;
}
</style>
border-color css
<style>
span { border-color: #BA57B4; }
span { border-color: rgb(186,87,180); }
td.TdClassName
{
border-color: #BA57B4;
}
.TagClassName
{
border-color: #BA57B4;
}
</style>