Shades of Fuchsia #BC49B9
Tints of Fuchsia #BC49B9
RGB
CMYK
RGB Variations
Color information
#BC49B9 (or 0xBC49B9) is known color: Fuchsia. HEX triplet: BC, 49 and B9. RGB value is (188,73,185). Sum of RGB (Red+Green+Blue) = 188+73+185=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 73 (28.91% from 255 or 16.37% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC49B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC49B9 is #43B646. Grayscale: #777777. Windows color (decimal): -4437575 or 12143036. OLE color: 12143036.
HSL color Cylindrical-coordinate representation of color #BC49B9: hue angle of 301.57º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC49B9 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 73 | 185 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.26 |
| HSL | 301.57º | 0.46% | 0.51% | - |
| HSV(B) | 301.57º | 0.61% | 0.74% | - |
| XYZ | 31.88 | 18.96 | 47.88 | - |
| YUV | 120.15 | 164.6 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 185 | 0 | 0.61 | 0.02 | 0.26 | 301.57 | 0.46 | 0.51 |
| Hex | BC | 49 | B9 | 0 | 3D | 2 | 1A | 12E | 2E | 33 |
| Octal | 274 | 111 | 271 | 0 | 75 | 2 | 32 | 456 | 56 | 63 |
| Binary | 10111100 | 1001001 | 10111001 | 0 | 111101 | 10 | 11010 | 100101110 | 101110 | 110011 |
Color Harmonies of #BC49B9
Complementary color
Monochromatic Colors of #BC49B9
Black with #BC49B9
Text Example
Text Example
White with #BC49B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC49B9; }
p { color: rgb(188,73,185); }
H1.HeaderClassName
{
color: #BC49B9;
}
.AnyTagClassName
{
color: #BC49B9;
}
</style>
background-color css
<style>
a { background-color: #BC49B9; }
a { background-color: rgb(188,73,185); }
div.DivClassName
{
background-color: #BC49B9;
}
.BgClassName
{
background-color: #BC49B9;
}
</style>
border-color css
<style>
span { border-color: #BC49B9; }
span { border-color: rgb(188,73,185); }
td.TdClassName
{
border-color: #BC49B9;
}
.TagClassName
{
border-color: #BC49B9;
}
</style>