Shades of Fuchsia #BC50B9
Tints of Fuchsia #BC50B9
RGB
CMYK
RGB Variations
Color information
#BC50B9 (or 0xBC50B9) is known color: Fuchsia. HEX triplet: BC, 50 and B9. RGB value is (188,80,185). Sum of RGB (Red+Green+Blue) = 188+80+185=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 185 (72.66% from 255 or 40.84% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BC50B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC50B9 is #43AF46. Grayscale: #7B7B7B. Windows color (decimal): -4435783 or 12144828. OLE color: 12144828.
HSL color Cylindrical-coordinate representation of color #BC50B9: hue angle of 301.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 #BC50B9 is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 185 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.26 |
| HSL | 301.67º | 0.45% | 0.53% | - |
| HSV(B) | 301.67º | 0.57% | 0.74% | - |
| XYZ | 32.36 | 19.93 | 48.04 | - |
| YUV | 124.26 | 162.28 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 185 | 0 | 0.57 | 0.02 | 0.26 | 301.67 | 0.45 | 0.53 |
| Hex | BC | 50 | B9 | 0 | 39 | 2 | 1A | 12E | 2D | 35 |
| Octal | 274 | 120 | 271 | 0 | 71 | 2 | 32 | 456 | 55 | 65 |
| Binary | 10111100 | 1010000 | 10111001 | 0 | 111001 | 10 | 11010 | 100101110 | 101101 | 110101 |
Color Harmonies of #BC50B9
Complementary color
Monochromatic Colors of #BC50B9
Black with #BC50B9
Text Example
Text Example
White with #BC50B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC50B9; }
p { color: rgb(188,80,185); }
H1.HeaderClassName
{
color: #BC50B9;
}
.AnyTagClassName
{
color: #BC50B9;
}
</style>
background-color css
<style>
a { background-color: #BC50B9; }
a { background-color: rgb(188,80,185); }
div.DivClassName
{
background-color: #BC50B9;
}
.BgClassName
{
background-color: #BC50B9;
}
</style>
border-color css
<style>
span { border-color: #BC50B9; }
span { border-color: rgb(188,80,185); }
td.TdClassName
{
border-color: #BC50B9;
}
.TagClassName
{
border-color: #BC50B9;
}
</style>