Shades of Fuchsia #BC50BE
Tints of Fuchsia #BC50BE
RGB
CMYK
RGB Variations
Color information
#BC50BE (or 0xBC50BE) is known color: Fuchsia. HEX triplet: BC, 50 and BE. RGB value is (188,80,190). Sum of RGB (Red+Green+Blue) = 188+80+190=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 80 (31.64% from 255 or 17.47% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC50BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC50BE is #43AF41. Grayscale: #7C7C7C. Windows color (decimal): -4435778 or 12472508. OLE color: 12472508.
HSL color Cylindrical-coordinate representation of color #BC50BE: hue angle of 298.91º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC50BE is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 80 | 190 | - |
| CMYK | 0.01 | 0.58 | 0 | 0.25 |
| HSL | 298.91º | 0.46% | 0.53% | - |
| HSV(B) | 298.91º | 0.58% | 0.75% | - |
| XYZ | 32.9 | 20.15 | 50.87 | - |
| YUV | 124.83 | 164.78 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 190 | 0.01 | 0.58 | 0 | 0.25 | 298.91 | 0.46 | 0.53 |
| Hex | BC | 50 | BE | 1 | 3A | 0 | 19 | 12B | 2E | 35 |
| Octal | 274 | 120 | 276 | 1 | 72 | 0 | 31 | 453 | 56 | 65 |
| Binary | 10111100 | 1010000 | 10111110 | 1 | 111010 | 0 | 11001 | 100101011 | 101110 | 110101 |
Color Harmonies of #BC50BE
Complementary color
Monochromatic Colors of #BC50BE
Black with #BC50BE
Text Example
Text Example
White with #BC50BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC50BE; }
p { color: rgb(188,80,190); }
H1.HeaderClassName
{
color: #BC50BE;
}
.AnyTagClassName
{
color: #BC50BE;
}
</style>
background-color css
<style>
a { background-color: #BC50BE; }
a { background-color: rgb(188,80,190); }
div.DivClassName
{
background-color: #BC50BE;
}
.BgClassName
{
background-color: #BC50BE;
}
</style>
border-color css
<style>
span { border-color: #BC50BE; }
span { border-color: rgb(188,80,190); }
td.TdClassName
{
border-color: #BC50BE;
}
.TagClassName
{
border-color: #BC50BE;
}
</style>