Shades of Fuchsia #BC50AF
Tints of Fuchsia #BC50AF
RGB
CMYK
RGB Variations
Color information
#BC50AF (or 0xBC50AF) is known color: Fuchsia. HEX triplet: BC, 50 and AF. RGB value is (188,80,175). Sum of RGB (Red+Green+Blue) = 188+80+175=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC50AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC50AF is #43AF50. Grayscale: #7A7A7A. Windows color (decimal): -4435793 or 11489468. OLE color: 11489468.
HSL color Cylindrical-coordinate representation of color #BC50AF: hue angle of 307.22º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC50AF is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 175 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.26 |
| HSL | 307.22º | 0.45% | 0.53% | - |
| HSV(B) | 307.22º | 0.57% | 0.74% | - |
| XYZ | 31.35 | 19.52 | 42.67 | - |
| YUV | 123.12 | 157.28 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 175 | 0 | 0.57 | 0.07 | 0.26 | 307.22 | 0.45 | 0.53 |
| Hex | BC | 50 | AF | 0 | 39 | 7 | 1A | 133 | 2D | 35 |
| Octal | 274 | 120 | 257 | 0 | 71 | 7 | 32 | 463 | 55 | 65 |
| Binary | 10111100 | 1010000 | 10101111 | 0 | 111001 | 111 | 11010 | 100110011 | 101101 | 110101 |
Color Harmonies of #BC50AF
Complementary color
Monochromatic Colors of #BC50AF
Black with #BC50AF
Text Example
Text Example
White with #BC50AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC50AF; }
p { color: rgb(188,80,175); }
H1.HeaderClassName
{
color: #BC50AF;
}
.AnyTagClassName
{
color: #BC50AF;
}
</style>
background-color css
<style>
a { background-color: #BC50AF; }
a { background-color: rgb(188,80,175); }
div.DivClassName
{
background-color: #BC50AF;
}
.BgClassName
{
background-color: #BC50AF;
}
</style>
border-color css
<style>
span { border-color: #BC50AF; }
span { border-color: rgb(188,80,175); }
td.TdClassName
{
border-color: #BC50AF;
}
.TagClassName
{
border-color: #BC50AF;
}
</style>