Shades of Fuchsia #BA71B7
Tints of Fuchsia #BA71B7
RGB
CMYK
RGB Variations
Color information
#BA71B7 (or 0xBA71B7) is known color: Fuchsia. HEX triplet: BA, 71 and B7. RGB value is (186,113,183). Sum of RGB (Red+Green+Blue) = 186+113+183=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 113 (44.53% from 255 or 23.44% from 482); Blue value is 183 (71.88% from 255 or 37.97% from 482); Max value from RGB is 186 - color contains mainly: red. Hex color #BA71B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA71B7 is #458E48. Grayscale: #8E8E8E. Windows color (decimal): -4558409 or 12022202. OLE color: 12022202.
HSL color Cylindrical-coordinate representation of color #BA71B7: hue angle of 302.47º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA71B7 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 183 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.27 |
| HSL | 302.47º | 0.35% | 0.59% | - |
| HSV(B) | 302.47º | 0.39% | 0.73% | - |
| XYZ | 34.7 | 25.67 | 47.93 | - |
| YUV | 142.81 | 150.68 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 183 | 0 | 0.39 | 0.02 | 0.27 | 302.47 | 0.35 | 0.59 |
| Hex | BA | 71 | B7 | 0 | 27 | 2 | 1B | 12E | 23 | 3B |
| Octal | 272 | 161 | 267 | 0 | 47 | 2 | 33 | 456 | 43 | 73 |
| Binary | 10111010 | 1110001 | 10110111 | 0 | 100111 | 10 | 11011 | 100101110 | 100011 | 111011 |
Color Harmonies of #BA71B7
Complementary color
Monochromatic Colors of #BA71B7
Black with #BA71B7
Text Example
Text Example
White with #BA71B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA71B7; }
p { color: rgb(186,113,183); }
H1.HeaderClassName
{
color: #BA71B7;
}
.AnyTagClassName
{
color: #BA71B7;
}
</style>
background-color css
<style>
a { background-color: #BA71B7; }
a { background-color: rgb(186,113,183); }
div.DivClassName
{
background-color: #BA71B7;
}
.BgClassName
{
background-color: #BA71B7;
}
</style>
border-color css
<style>
span { border-color: #BA71B7; }
span { border-color: rgb(186,113,183); }
td.TdClassName
{
border-color: #BA71B7;
}
.TagClassName
{
border-color: #BA71B7;
}
</style>