Shades of Fuchsia #BC50AD
Tints of Fuchsia #BC50AD
RGB
CMYK
RGB Variations
Color information
#BC50AD (or 0xBC50AD) is known color: Fuchsia. HEX triplet: BC, 50 and AD. RGB value is (188,80,173). Sum of RGB (Red+Green+Blue) = 188+80+173=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC50AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC50AD is #43AF52. Grayscale: #7A7A7A. Windows color (decimal): -4435795 or 11358396. OLE color: 11358396.
HSL color Cylindrical-coordinate representation of color #BC50AD: hue angle of 308.33º 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 #BC50AD is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 173 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.26 |
| HSL | 308.33º | 0.45% | 0.53% | - |
| HSV(B) | 308.33º | 0.57% | 0.74% | - |
| XYZ | 31.15 | 19.45 | 41.65 | - |
| YUV | 122.89 | 156.28 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 173 | 0 | 0.57 | 0.08 | 0.26 | 308.33 | 0.45 | 0.53 |
| Hex | BC | 50 | AD | 0 | 39 | 8 | 1A | 134 | 2D | 35 |
| Octal | 274 | 120 | 255 | 0 | 71 | 10 | 32 | 464 | 55 | 65 |
| Binary | 10111100 | 1010000 | 10101101 | 0 | 111001 | 1000 | 11010 | 100110100 | 101101 | 110101 |
Color Harmonies of #BC50AD
Complementary color
Monochromatic Colors of #BC50AD
Black with #BC50AD
Text Example
Text Example
White with #BC50AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC50AD; }
p { color: rgb(188,80,173); }
H1.HeaderClassName
{
color: #BC50AD;
}
.AnyTagClassName
{
color: #BC50AD;
}
</style>
background-color css
<style>
a { background-color: #BC50AD; }
a { background-color: rgb(188,80,173); }
div.DivClassName
{
background-color: #BC50AD;
}
.BgClassName
{
background-color: #BC50AD;
}
</style>
border-color css
<style>
span { border-color: #BC50AD; }
span { border-color: rgb(188,80,173); }
td.TdClassName
{
border-color: #BC50AD;
}
.TagClassName
{
border-color: #BC50AD;
}
</style>