Shades of Fuchsia #BA71C3
Tints of Fuchsia #BA71C3
RGB
CMYK
RGB Variations
Color information
#BA71C3 (or 0xBA71C3) is known color: Fuchsia. HEX triplet: BA, 71 and C3. RGB value is (186,113,195). Sum of RGB (Red+Green+Blue) = 186+113+195=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 113 (44.53% from 255 or 22.87% from 494); Blue value is 195 (76.56% from 255 or 39.47% from 494); Max value from RGB is 195 - color contains mainly: blue. Hex color #BA71C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA71C3 is #458E3C. Grayscale: #8F8F8F. Windows color (decimal): -4558397 or 12808634. OLE color: 12808634.
HSL color Cylindrical-coordinate representation of color #BA71C3: hue angle of 293.41º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA71C3 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 113 | 195 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.24 |
| HSL | 293.41º | 0.41% | 0.6% | - |
| HSV(B) | 293.41º | 0.42% | 0.76% | - |
| XYZ | 36.01 | 26.19 | 54.79 | - |
| YUV | 144.18 | 156.68 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 195 | 0.05 | 0.42 | 0 | 0.24 | 293.41 | 0.41 | 0.6 |
| Hex | BA | 71 | C3 | 5 | 2A | 0 | 18 | 125 | 29 | 3C |
| Octal | 272 | 161 | 303 | 5 | 52 | 0 | 30 | 445 | 51 | 74 |
| Binary | 10111010 | 1110001 | 11000011 | 101 | 101010 | 0 | 11000 | 100100101 | 101001 | 111100 |
Color Harmonies of #BA71C3
Complementary color
Monochromatic Colors of #BA71C3
Black with #BA71C3
Text Example
Text Example
White with #BA71C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA71C3; }
p { color: rgb(186,113,195); }
H1.HeaderClassName
{
color: #BA71C3;
}
.AnyTagClassName
{
color: #BA71C3;
}
</style>
background-color css
<style>
a { background-color: #BA71C3; }
a { background-color: rgb(186,113,195); }
div.DivClassName
{
background-color: #BA71C3;
}
.BgClassName
{
background-color: #BA71C3;
}
</style>
border-color css
<style>
span { border-color: #BA71C3; }
span { border-color: rgb(186,113,195); }
td.TdClassName
{
border-color: #BA71C3;
}
.TagClassName
{
border-color: #BA71C3;
}
</style>