Shades of Fuchsia #BC50BD
Tints of Fuchsia #BC50BD
RGB
CMYK
RGB Variations
Color information
#BC50BD (or 0xBC50BD) is known color: Fuchsia. HEX triplet: BC, 50 and BD. RGB value is (188,80,189). Sum of RGB (Red+Green+Blue) = 188+80+189=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 80 (31.64% from 255 or 17.51% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC50BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC50BD is #43AF42. Grayscale: #7C7C7C. Windows color (decimal): -4435779 or 12406972. OLE color: 12406972.
HSL color Cylindrical-coordinate representation of color #BC50BD: hue angle of 299.45º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC50BD is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 189 | - |
| CMYK | 0.01 | 0.58 | 0 | 0.26 |
| HSL | 299.45º | 0.45% | 0.53% | - |
| HSV(B) | 299.45º | 0.58% | 0.74% | - |
| XYZ | 32.79 | 20.1 | 50.3 | - |
| YUV | 124.72 | 164.28 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 189 | 0.01 | 0.58 | 0 | 0.26 | 299.45 | 0.45 | 0.53 |
| Hex | BC | 50 | BD | 1 | 3A | 0 | 1A | 12B | 2D | 35 |
| Octal | 274 | 120 | 275 | 1 | 72 | 0 | 32 | 453 | 55 | 65 |
| Binary | 10111100 | 1010000 | 10111101 | 1 | 111010 | 0 | 11010 | 100101011 | 101101 | 110101 |
Color Harmonies of #BC50BD
Complementary color
Monochromatic Colors of #BC50BD
Black with #BC50BD
Text Example
Text Example
White with #BC50BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC50BD; }
p { color: rgb(188,80,189); }
H1.HeaderClassName
{
color: #BC50BD;
}
.AnyTagClassName
{
color: #BC50BD;
}
</style>
background-color css
<style>
a { background-color: #BC50BD; }
a { background-color: rgb(188,80,189); }
div.DivClassName
{
background-color: #BC50BD;
}
.BgClassName
{
background-color: #BC50BD;
}
</style>
border-color css
<style>
span { border-color: #BC50BD; }
span { border-color: rgb(188,80,189); }
td.TdClassName
{
border-color: #BC50BD;
}
.TagClassName
{
border-color: #BC50BD;
}
</style>