Shades of Fuchsia #BC50BF
Tints of Fuchsia #BC50BF
RGB
CMYK
RGB Variations
Color information
#BC50BF (or 0xBC50BF) is known color: Fuchsia. HEX triplet: BC, 50 and BF. RGB value is (188,80,191). Sum of RGB (Red+Green+Blue) = 188+80+191=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 80 (31.64% from 255 or 17.43% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC50BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC50BF is #43AF40. Grayscale: #7C7C7C. Windows color (decimal): -4435777 or 12538044. OLE color: 12538044.
HSL color Cylindrical-coordinate representation of color #BC50BF: hue angle of 298.38º 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 #BC50BF is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 80 | 191 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.25 |
| HSL | 298.38º | 0.46% | 0.53% | - |
| HSV(B) | 298.38º | 0.58% | 0.75% | - |
| XYZ | 33.01 | 20.19 | 51.45 | - |
| YUV | 124.95 | 165.28 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 191 | 0.02 | 0.58 | 0 | 0.25 | 298.38 | 0.46 | 0.53 |
| Hex | BC | 50 | BF | 2 | 3A | 0 | 19 | 12A | 2E | 35 |
| Octal | 274 | 120 | 277 | 2 | 72 | 0 | 31 | 452 | 56 | 65 |
| Binary | 10111100 | 1010000 | 10111111 | 10 | 111010 | 0 | 11001 | 100101010 | 101110 | 110101 |
Color Harmonies of #BC50BF
Complementary color
Monochromatic Colors of #BC50BF
Black with #BC50BF
Text Example
Text Example
White with #BC50BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC50BF; }
p { color: rgb(188,80,191); }
H1.HeaderClassName
{
color: #BC50BF;
}
.AnyTagClassName
{
color: #BC50BF;
}
</style>
background-color css
<style>
a { background-color: #BC50BF; }
a { background-color: rgb(188,80,191); }
div.DivClassName
{
background-color: #BC50BF;
}
.BgClassName
{
background-color: #BC50BF;
}
</style>
border-color css
<style>
span { border-color: #BC50BF; }
span { border-color: rgb(188,80,191); }
td.TdClassName
{
border-color: #BC50BF;
}
.TagClassName
{
border-color: #BC50BF;
}
</style>