Shades of Fuchsia #BA57C3
Tints of Fuchsia #BA57C3
RGB
CMYK
RGB Variations
Color information
#BA57C3 (or 0xBA57C3) is known color: Fuchsia. HEX triplet: BA, 57 and C3. RGB value is (186,87,195). Sum of RGB (Red+Green+Blue) = 186+87+195=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 87 (34.38% from 255 or 18.59% from 468); Blue value is 195 (76.56% from 255 or 41.67% from 468); Max value from RGB is 195 - color contains mainly: blue. Hex color #BA57C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA57C3 is #45A83C. Grayscale: #808080. Windows color (decimal): -4565053 or 12801978. OLE color: 12801978.
HSL color Cylindrical-coordinate representation of color #BA57C3: hue angle of 295º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA57C3 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 87 | 195 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.24 |
| HSL | 295º | 0.47% | 0.55% | - |
| HSV(B) | 295º | 0.55% | 0.76% | - |
| XYZ | 33.51 | 21.2 | 53.95 | - |
| YUV | 128.91 | 165.3 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 195 | 0.05 | 0.55 | 0 | 0.24 | 295 | 0.47 | 0.55 |
| Hex | BA | 57 | C3 | 5 | 37 | 0 | 18 | 127 | 2F | 37 |
| Octal | 272 | 127 | 303 | 5 | 67 | 0 | 30 | 447 | 57 | 67 |
| Binary | 10111010 | 1010111 | 11000011 | 101 | 110111 | 0 | 11000 | 100100111 | 101111 | 110111 |
Color Harmonies of #BA57C3
Complementary color
Monochromatic Colors of #BA57C3
Black with #BA57C3
Text Example
Text Example
White with #BA57C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA57C3; }
p { color: rgb(186,87,195); }
H1.HeaderClassName
{
color: #BA57C3;
}
.AnyTagClassName
{
color: #BA57C3;
}
</style>
background-color css
<style>
a { background-color: #BA57C3; }
a { background-color: rgb(186,87,195); }
div.DivClassName
{
background-color: #BA57C3;
}
.BgClassName
{
background-color: #BA57C3;
}
</style>
border-color css
<style>
span { border-color: #BA57C3; }
span { border-color: rgb(186,87,195); }
td.TdClassName
{
border-color: #BA57C3;
}
.TagClassName
{
border-color: #BA57C3;
}
</style>