Shades of Fuchsia #BA71C0
Tints of Fuchsia #BA71C0
RGB
CMYK
RGB Variations
Color information
#BA71C0 (or 0xBA71C0) is known color: Fuchsia. HEX triplet: BA, 71 and C0. RGB value is (186,113,192). Sum of RGB (Red+Green+Blue) = 186+113+192=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 113 (44.53% from 255 or 23.01% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA71C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA71C0 is #458E3F. Grayscale: #8F8F8F. Windows color (decimal): -4558400 or 12612026. OLE color: 12612026.
HSL color Cylindrical-coordinate representation of color #BA71C0: hue angle of 295.44º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA71C0 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 113 | 192 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.25 |
| HSL | 295.44º | 0.39% | 0.6% | - |
| HSV(B) | 295.44º | 0.41% | 0.75% | - |
| XYZ | 35.67 | 26.06 | 53.02 | - |
| YUV | 143.83 | 155.18 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 192 | 0.03 | 0.41 | 0 | 0.25 | 295.44 | 0.39 | 0.6 |
| Hex | BA | 71 | C0 | 3 | 29 | 0 | 19 | 127 | 27 | 3C |
| Octal | 272 | 161 | 300 | 3 | 51 | 0 | 31 | 447 | 47 | 74 |
| Binary | 10111010 | 1110001 | 11000000 | 11 | 101001 | 0 | 11001 | 100100111 | 100111 | 111100 |
Color Harmonies of #BA71C0
Complementary color
Monochromatic Colors of #BA71C0
Black with #BA71C0
Text Example
Text Example
White with #BA71C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA71C0; }
p { color: rgb(186,113,192); }
H1.HeaderClassName
{
color: #BA71C0;
}
.AnyTagClassName
{
color: #BA71C0;
}
</style>
background-color css
<style>
a { background-color: #BA71C0; }
a { background-color: rgb(186,113,192); }
div.DivClassName
{
background-color: #BA71C0;
}
.BgClassName
{
background-color: #BA71C0;
}
</style>
border-color css
<style>
span { border-color: #BA71C0; }
span { border-color: rgb(186,113,192); }
td.TdClassName
{
border-color: #BA71C0;
}
.TagClassName
{
border-color: #BA71C0;
}
</style>