Shades of Fuchsia #BC50B0
Tints of Fuchsia #BC50B0
RGB
CMYK
RGB Variations
Color information
#BC50B0 (or 0xBC50B0) is known color: Fuchsia. HEX triplet: BC, 50 and B0. RGB value is (188,80,176). Sum of RGB (Red+Green+Blue) = 188+80+176=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 80 (31.64% from 255 or 18.02% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC50B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC50B0 is #43AF4F. Grayscale: #7A7A7A. Windows color (decimal): -4435792 or 11555004. OLE color: 11555004.
HSL color Cylindrical-coordinate representation of color #BC50B0: hue angle of 306.67º 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 #BC50B0 is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 176 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.26 |
| HSL | 306.67º | 0.45% | 0.53% | - |
| HSV(B) | 306.67º | 0.57% | 0.74% | - |
| XYZ | 31.44 | 19.56 | 43.19 | - |
| YUV | 123.24 | 157.78 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 176 | 0 | 0.57 | 0.06 | 0.26 | 306.67 | 0.45 | 0.53 |
| Hex | BC | 50 | B0 | 0 | 39 | 6 | 1A | 133 | 2D | 35 |
| Octal | 274 | 120 | 260 | 0 | 71 | 6 | 32 | 463 | 55 | 65 |
| Binary | 10111100 | 1010000 | 10110000 | 0 | 111001 | 110 | 11010 | 100110011 | 101101 | 110101 |
Color Harmonies of #BC50B0
Complementary color
Monochromatic Colors of #BC50B0
Black with #BC50B0
Text Example
Text Example
White with #BC50B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC50B0; }
p { color: rgb(188,80,176); }
H1.HeaderClassName
{
color: #BC50B0;
}
.AnyTagClassName
{
color: #BC50B0;
}
</style>
background-color css
<style>
a { background-color: #BC50B0; }
a { background-color: rgb(188,80,176); }
div.DivClassName
{
background-color: #BC50B0;
}
.BgClassName
{
background-color: #BC50B0;
}
</style>
border-color css
<style>
span { border-color: #BC50B0; }
span { border-color: rgb(188,80,176); }
td.TdClassName
{
border-color: #BC50B0;
}
.TagClassName
{
border-color: #BC50B0;
}
</style>