Shades of Fuchsia #BC50C4
Tints of Fuchsia #BC50C4
RGB
CMYK
RGB Variations
Color information
#BC50C4 (or 0xBC50C4) is known color: Fuchsia. HEX triplet: BC, 50 and C4. RGB value is (188,80,196). Sum of RGB (Red+Green+Blue) = 188+80+196=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 196 (76.95% from 255 or 42.24% from 464); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC50C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC50C4 is #43AF3B. Grayscale: #7D7D7D. Windows color (decimal): -4435772 or 12865724. OLE color: 12865724.
HSL color Cylindrical-coordinate representation of color #BC50C4: hue angle of 295.86º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC50C4 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 80 | 196 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.23 |
| HSL | 295.86º | 0.5% | 0.54% | - |
| HSV(B) | 295.86º | 0.59% | 0.77% | - |
| XYZ | 33.57 | 20.41 | 54.4 | - |
| YUV | 125.52 | 167.78 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 196 | 0.04 | 0.59 | 0 | 0.23 | 295.86 | 0.5 | 0.54 |
| Hex | BC | 50 | C4 | 4 | 3B | 0 | 17 | 128 | 32 | 36 |
| Octal | 274 | 120 | 304 | 4 | 73 | 0 | 27 | 450 | 62 | 66 |
| Binary | 10111100 | 1010000 | 11000100 | 100 | 111011 | 0 | 10111 | 100101000 | 110010 | 110110 |
Color Harmonies of #BC50C4
Complementary color
Monochromatic Colors of #BC50C4
Black with #BC50C4
Text Example
Text Example
White with #BC50C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC50C4; }
p { color: rgb(188,80,196); }
H1.HeaderClassName
{
color: #BC50C4;
}
.AnyTagClassName
{
color: #BC50C4;
}
</style>
background-color css
<style>
a { background-color: #BC50C4; }
a { background-color: rgb(188,80,196); }
div.DivClassName
{
background-color: #BC50C4;
}
.BgClassName
{
background-color: #BC50C4;
}
</style>
border-color css
<style>
span { border-color: #BC50C4; }
span { border-color: rgb(188,80,196); }
td.TdClassName
{
border-color: #BC50C4;
}
.TagClassName
{
border-color: #BC50C4;
}
</style>