Shades of Fuchsia #BA71B3
Tints of Fuchsia #BA71B3
RGB
CMYK
RGB Variations
Color information
#BA71B3 (or 0xBA71B3) is known color: Fuchsia. HEX triplet: BA, 71 and B3. RGB value is (186,113,179). Sum of RGB (Red+Green+Blue) = 186+113+179=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 113 (44.53% from 255 or 23.64% from 478); Blue value is 179 (70.31% from 255 or 37.45% from 478); Max value from RGB is 186 - color contains mainly: red. Hex color #BA71B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA71B3 is #458E4C. Grayscale: #8E8E8E. Windows color (decimal): -4558413 or 11760058. OLE color: 11760058.
HSL color Cylindrical-coordinate representation of color #BA71B3: hue angle of 305.75º 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 #BA71B3 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 179 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.27 |
| HSL | 305.75º | 0.35% | 0.59% | - |
| HSV(B) | 305.75º | 0.39% | 0.73% | - |
| XYZ | 34.29 | 25.5 | 45.76 | - |
| YUV | 142.35 | 148.68 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 179 | 0 | 0.39 | 0.04 | 0.27 | 305.75 | 0.35 | 0.59 |
| Hex | BA | 71 | B3 | 0 | 27 | 4 | 1B | 132 | 23 | 3B |
| Octal | 272 | 161 | 263 | 0 | 47 | 4 | 33 | 462 | 43 | 73 |
| Binary | 10111010 | 1110001 | 10110011 | 0 | 100111 | 100 | 11011 | 100110010 | 100011 | 111011 |
Color Harmonies of #BA71B3
Complementary color
Monochromatic Colors of #BA71B3
Black with #BA71B3
Text Example
Text Example
White with #BA71B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA71B3; }
p { color: rgb(186,113,179); }
H1.HeaderClassName
{
color: #BA71B3;
}
.AnyTagClassName
{
color: #BA71B3;
}
</style>
background-color css
<style>
a { background-color: #BA71B3; }
a { background-color: rgb(186,113,179); }
div.DivClassName
{
background-color: #BA71B3;
}
.BgClassName
{
background-color: #BA71B3;
}
</style>
border-color css
<style>
span { border-color: #BA71B3; }
span { border-color: rgb(186,113,179); }
td.TdClassName
{
border-color: #BA71B3;
}
.TagClassName
{
border-color: #BA71B3;
}
</style>