Shades of Fuchsia #BC71B0
Tints of Fuchsia #BC71B0
RGB
CMYK
RGB Variations
Color information
#BC71B0 (or 0xBC71B0) is known color: Fuchsia. HEX triplet: BC, 71 and B0. RGB value is (188,113,176). Sum of RGB (Red+Green+Blue) = 188+113+176=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 113 (44.53% from 255 or 23.69% from 477); Blue value is 176 (69.14% from 255 or 36.90% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BC71B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC71B0 is #438E4F. Grayscale: #8E8E8E. Windows color (decimal): -4427344 or 11563452. OLE color: 11563452.
HSL color Cylindrical-coordinate representation of color #BC71B0: hue angle of 309.6º 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 #BC71B0 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 113 | 176 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.26 |
| HSL | 309.6º | 0.36% | 0.59% | - |
| HSV(B) | 309.6º | 0.4% | 0.74% | - |
| XYZ | 34.48 | 25.64 | 44.21 | - |
| YUV | 142.61 | 146.85 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 176 | 0 | 0.40 | 0.06 | 0.26 | 309.6 | 0.36 | 0.59 |
| Hex | BC | 71 | B0 | 0 | 28 | 6 | 1A | 136 | 24 | 3B |
| Octal | 274 | 161 | 260 | 0 | 50 | 6 | 32 | 466 | 44 | 73 |
| Binary | 10111100 | 1110001 | 10110000 | 0 | 101000 | 110 | 11010 | 100110110 | 100100 | 111011 |
Color Harmonies of #BC71B0
Complementary color
Monochromatic Colors of #BC71B0
Black with #BC71B0
Text Example
Text Example
White with #BC71B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC71B0; }
p { color: rgb(188,113,176); }
H1.HeaderClassName
{
color: #BC71B0;
}
.AnyTagClassName
{
color: #BC71B0;
}
</style>
background-color css
<style>
a { background-color: #BC71B0; }
a { background-color: rgb(188,113,176); }
div.DivClassName
{
background-color: #BC71B0;
}
.BgClassName
{
background-color: #BC71B0;
}
</style>
border-color css
<style>
span { border-color: #BC71B0; }
span { border-color: rgb(188,113,176); }
td.TdClassName
{
border-color: #BC71B0;
}
.TagClassName
{
border-color: #BC71B0;
}
</style>