Shades of Fuchsia #BC50C6
Tints of Fuchsia #BC50C6
RGB
CMYK
RGB Variations
Color information
#BC50C6 (or 0xBC50C6) is known color: Fuchsia. HEX triplet: BC, 50 and C6. RGB value is (188,80,198). Sum of RGB (Red+Green+Blue) = 188+80+198=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 198 (77.73% from 255 or 42.49% from 466); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC50C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC50C6 is #43AF39. Grayscale: #7D7D7D. Windows color (decimal): -4435770 or 12996796. OLE color: 12996796.
HSL color Cylindrical-coordinate representation of color #BC50C6: hue angle of 294.92º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC50C6 is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 80 | 198 | - |
| CMYK | 0.05 | 0.60 | 0 | 0.22 |
| HSL | 294.92º | 0.51% | 0.55% | - |
| HSV(B) | 294.92º | 0.6% | 0.78% | - |
| XYZ | 33.8 | 20.51 | 55.6 | - |
| YUV | 125.74 | 168.78 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 198 | 0.05 | 0.60 | 0 | 0.22 | 294.92 | 0.51 | 0.55 |
| Hex | BC | 50 | C6 | 5 | 3C | 0 | 16 | 127 | 33 | 37 |
| Octal | 274 | 120 | 306 | 5 | 74 | 0 | 26 | 447 | 63 | 67 |
| Binary | 10111100 | 1010000 | 11000110 | 101 | 111100 | 0 | 10110 | 100100111 | 110011 | 110111 |
Color Harmonies of #BC50C6
Complementary color
Monochromatic Colors of #BC50C6
Black with #BC50C6
Text Example
Text Example
White with #BC50C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC50C6; }
p { color: rgb(188,80,198); }
H1.HeaderClassName
{
color: #BC50C6;
}
.AnyTagClassName
{
color: #BC50C6;
}
</style>
background-color css
<style>
a { background-color: #BC50C6; }
a { background-color: rgb(188,80,198); }
div.DivClassName
{
background-color: #BC50C6;
}
.BgClassName
{
background-color: #BC50C6;
}
</style>
border-color css
<style>
span { border-color: #BC50C6; }
span { border-color: rgb(188,80,198); }
td.TdClassName
{
border-color: #BC50C6;
}
.TagClassName
{
border-color: #BC50C6;
}
</style>