Shades of Fuchsia #BC71B9
Tints of Fuchsia #BC71B9
RGB
CMYK
RGB Variations
Color information
#BC71B9 (or 0xBC71B9) is known color: Fuchsia. HEX triplet: BC, 71 and B9. RGB value is (188,113,185). Sum of RGB (Red+Green+Blue) = 188+113+185=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 185 (72.66% from 255 or 38.07% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BC71B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC71B9 is #438E46. Grayscale: #8F8F8F. Windows color (decimal): -4427335 or 12153276. OLE color: 12153276.
HSL color Cylindrical-coordinate representation of color #BC71B9: hue angle of 302.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC71B9 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 113 | 185 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.26 |
| HSL | 302.4º | 0.36% | 0.59% | - |
| HSV(B) | 302.4º | 0.4% | 0.74% | - |
| XYZ | 35.4 | 26 | 49.05 | - |
| YUV | 143.63 | 151.35 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 185 | 0 | 0.40 | 0.02 | 0.26 | 302.4 | 0.36 | 0.59 |
| Hex | BC | 71 | B9 | 0 | 28 | 2 | 1A | 12E | 24 | 3B |
| Octal | 274 | 161 | 271 | 0 | 50 | 2 | 32 | 456 | 44 | 73 |
| Binary | 10111100 | 1110001 | 10111001 | 0 | 101000 | 10 | 11010 | 100101110 | 100100 | 111011 |
Color Harmonies of #BC71B9
Complementary color
Monochromatic Colors of #BC71B9
Black with #BC71B9
Text Example
Text Example
White with #BC71B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC71B9; }
p { color: rgb(188,113,185); }
H1.HeaderClassName
{
color: #BC71B9;
}
.AnyTagClassName
{
color: #BC71B9;
}
</style>
background-color css
<style>
a { background-color: #BC71B9; }
a { background-color: rgb(188,113,185); }
div.DivClassName
{
background-color: #BC71B9;
}
.BgClassName
{
background-color: #BC71B9;
}
</style>
border-color css
<style>
span { border-color: #BC71B9; }
span { border-color: rgb(188,113,185); }
td.TdClassName
{
border-color: #BC71B9;
}
.TagClassName
{
border-color: #BC71B9;
}
</style>