Shades of Fuchsia #BC50C0
Tints of Fuchsia #BC50C0
RGB
CMYK
RGB Variations
Color information
#BC50C0 (or 0xBC50C0) is known color: Fuchsia. HEX triplet: BC, 50 and C0. RGB value is (188,80,192). Sum of RGB (Red+Green+Blue) = 188+80+192=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 80 (31.64% from 255 or 17.39% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC50C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC50C0 is #43AF3F. Grayscale: #7C7C7C. Windows color (decimal): -4435776 or 12603580. OLE color: 12603580.
HSL color Cylindrical-coordinate representation of color #BC50C0: hue angle of 297.86º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC50C0 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 80 | 192 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.25 |
| HSL | 297.86º | 0.47% | 0.53% | - |
| HSV(B) | 297.86º | 0.58% | 0.75% | - |
| XYZ | 33.12 | 20.23 | 52.03 | - |
| YUV | 125.06 | 165.78 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 192 | 0.02 | 0.58 | 0 | 0.25 | 297.86 | 0.47 | 0.53 |
| Hex | BC | 50 | C0 | 2 | 3A | 0 | 19 | 12A | 2F | 35 |
| Octal | 274 | 120 | 300 | 2 | 72 | 0 | 31 | 452 | 57 | 65 |
| Binary | 10111100 | 1010000 | 11000000 | 10 | 111010 | 0 | 11001 | 100101010 | 101111 | 110101 |
Color Harmonies of #BC50C0
Complementary color
Monochromatic Colors of #BC50C0
Black with #BC50C0
Text Example
Text Example
White with #BC50C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC50C0; }
p { color: rgb(188,80,192); }
H1.HeaderClassName
{
color: #BC50C0;
}
.AnyTagClassName
{
color: #BC50C0;
}
</style>
background-color css
<style>
a { background-color: #BC50C0; }
a { background-color: rgb(188,80,192); }
div.DivClassName
{
background-color: #BC50C0;
}
.BgClassName
{
background-color: #BC50C0;
}
</style>
border-color css
<style>
span { border-color: #BC50C0; }
span { border-color: rgb(188,80,192); }
td.TdClassName
{
border-color: #BC50C0;
}
.TagClassName
{
border-color: #BC50C0;
}
</style>