Shades of Fuchsia #BC71AF
Tints of Fuchsia #BC71AF
RGB
CMYK
RGB Variations
Color information
#BC71AF (or 0xBC71AF) is known color: Fuchsia. HEX triplet: BC, 71 and AF. RGB value is (188,113,175). Sum of RGB (Red+Green+Blue) = 188+113+175=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 113 (44.53% from 255 or 23.74% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BC71AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC71AF is #438E50. Grayscale: #8E8E8E. Windows color (decimal): -4427345 or 11497916. OLE color: 11497916.
HSL color Cylindrical-coordinate representation of color #BC71AF: hue angle of 310.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 #BC71AF is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 113 | 175 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.26 |
| HSL | 310.4º | 0.36% | 0.59% | - |
| HSV(B) | 310.4º | 0.4% | 0.74% | - |
| XYZ | 34.38 | 25.6 | 43.69 | - |
| YUV | 142.49 | 146.35 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 175 | 0 | 0.40 | 0.07 | 0.26 | 310.4 | 0.36 | 0.59 |
| Hex | BC | 71 | AF | 0 | 28 | 7 | 1A | 136 | 24 | 3B |
| Octal | 274 | 161 | 257 | 0 | 50 | 7 | 32 | 466 | 44 | 73 |
| Binary | 10111100 | 1110001 | 10101111 | 0 | 101000 | 111 | 11010 | 100110110 | 100100 | 111011 |
Color Harmonies of #BC71AF
Complementary color
Monochromatic Colors of #BC71AF
Black with #BC71AF
Text Example
Text Example
White with #BC71AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC71AF; }
p { color: rgb(188,113,175); }
H1.HeaderClassName
{
color: #BC71AF;
}
.AnyTagClassName
{
color: #BC71AF;
}
</style>
background-color css
<style>
a { background-color: #BC71AF; }
a { background-color: rgb(188,113,175); }
div.DivClassName
{
background-color: #BC71AF;
}
.BgClassName
{
background-color: #BC71AF;
}
</style>
border-color css
<style>
span { border-color: #BC71AF; }
span { border-color: rgb(188,113,175); }
td.TdClassName
{
border-color: #BC71AF;
}
.TagClassName
{
border-color: #BC71AF;
}
</style>