Shades of Fuchsia #BC71B2
Tints of Fuchsia #BC71B2
RGB
CMYK
RGB Variations
Color information
#BC71B2 (or 0xBC71B2) is known color: Fuchsia. HEX triplet: BC, 71 and B2. RGB value is (188,113,178). Sum of RGB (Red+Green+Blue) = 188+113+178=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 113 (44.53% from 255 or 23.59% from 479); Blue value is 178 (69.92% from 255 or 37.16% from 479); Max value from RGB is 188 - color contains mainly: red. Hex color #BC71B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC71B2 is #438E4D. Grayscale: #8E8E8E. Windows color (decimal): -4427342 or 11694524. OLE color: 11694524.
HSL color Cylindrical-coordinate representation of color #BC71B2: hue angle of 308º 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 #BC71B2 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 113 | 178 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.26 |
| HSL | 308º | 0.36% | 0.59% | - |
| HSV(B) | 308º | 0.4% | 0.74% | - |
| XYZ | 34.68 | 25.72 | 45.26 | - |
| YUV | 142.84 | 147.85 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 178 | 0 | 0.40 | 0.05 | 0.26 | 308 | 0.36 | 0.59 |
| Hex | BC | 71 | B2 | 0 | 28 | 5 | 1A | 134 | 24 | 3B |
| Octal | 274 | 161 | 262 | 0 | 50 | 5 | 32 | 464 | 44 | 73 |
| Binary | 10111100 | 1110001 | 10110010 | 0 | 101000 | 101 | 11010 | 100110100 | 100100 | 111011 |
Color Harmonies of #BC71B2
Complementary color
Monochromatic Colors of #BC71B2
Black with #BC71B2
Text Example
Text Example
White with #BC71B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC71B2; }
p { color: rgb(188,113,178); }
H1.HeaderClassName
{
color: #BC71B2;
}
.AnyTagClassName
{
color: #BC71B2;
}
</style>
background-color css
<style>
a { background-color: #BC71B2; }
a { background-color: rgb(188,113,178); }
div.DivClassName
{
background-color: #BC71B2;
}
.BgClassName
{
background-color: #BC71B2;
}
</style>
border-color css
<style>
span { border-color: #BC71B2; }
span { border-color: rgb(188,113,178); }
td.TdClassName
{
border-color: #BC71B2;
}
.TagClassName
{
border-color: #BC71B2;
}
</style>