Shades of Fuchsia #BA71B8
Tints of Fuchsia #BA71B8
RGB
CMYK
RGB Variations
Color information
#BA71B8 (or 0xBA71B8) is known color: Fuchsia. HEX triplet: BA, 71 and B8. RGB value is (186,113,184). Sum of RGB (Red+Green+Blue) = 186+113+184=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 113 (44.53% from 255 or 23.40% from 483); Blue value is 184 (72.27% from 255 or 38.10% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BA71B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA71B8 is #458E47. Grayscale: #8E8E8E. Windows color (decimal): -4558408 or 12087738. OLE color: 12087738.
HSL color Cylindrical-coordinate representation of color #BA71B8: hue angle of 301.64º 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 #BA71B8 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 184 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.27 |
| HSL | 301.64º | 0.35% | 0.59% | - |
| HSV(B) | 301.64º | 0.39% | 0.73% | - |
| XYZ | 34.81 | 25.71 | 48.48 | - |
| YUV | 142.92 | 151.18 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 184 | 0 | 0.39 | 0.01 | 0.27 | 301.64 | 0.35 | 0.59 |
| Hex | BA | 71 | B8 | 0 | 27 | 1 | 1B | 12E | 23 | 3B |
| Octal | 272 | 161 | 270 | 0 | 47 | 1 | 33 | 456 | 43 | 73 |
| Binary | 10111010 | 1110001 | 10111000 | 0 | 100111 | 1 | 11011 | 100101110 | 100011 | 111011 |
Color Harmonies of #BA71B8
Complementary color
Monochromatic Colors of #BA71B8
Black with #BA71B8
Text Example
Text Example
White with #BA71B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA71B8; }
p { color: rgb(186,113,184); }
H1.HeaderClassName
{
color: #BA71B8;
}
.AnyTagClassName
{
color: #BA71B8;
}
</style>
background-color css
<style>
a { background-color: #BA71B8; }
a { background-color: rgb(186,113,184); }
div.DivClassName
{
background-color: #BA71B8;
}
.BgClassName
{
background-color: #BA71B8;
}
</style>
border-color css
<style>
span { border-color: #BA71B8; }
span { border-color: rgb(186,113,184); }
td.TdClassName
{
border-color: #BA71B8;
}
.TagClassName
{
border-color: #BA71B8;
}
</style>