Shades of Fuchsia #BC49BB
Tints of Fuchsia #BC49BB
RGB
CMYK
RGB Variations
Color information
#BC49BB (or 0xBC49BB) is known color: Fuchsia. HEX triplet: BC, 49 and BB. RGB value is (188,73,187). Sum of RGB (Red+Green+Blue) = 188+73+187=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 73 (28.91% from 255 or 16.29% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC49BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC49BB is #43B644. Grayscale: #787878. Windows color (decimal): -4437573 or 12274108. OLE color: 12274108.
HSL color Cylindrical-coordinate representation of color #BC49BB: hue angle of 300.52º 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 #BC49BB is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 73 | 187 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.26 |
| HSL | 300.52º | 0.46% | 0.51% | - |
| HSV(B) | 300.52º | 0.61% | 0.74% | - |
| XYZ | 32.09 | 19.04 | 49 | - |
| YUV | 120.38 | 165.6 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 187 | 0 | 0.61 | 0.01 | 0.26 | 300.52 | 0.46 | 0.51 |
| Hex | BC | 49 | BB | 0 | 3D | 1 | 1A | 12D | 2E | 33 |
| Octal | 274 | 111 | 273 | 0 | 75 | 1 | 32 | 455 | 56 | 63 |
| Binary | 10111100 | 1001001 | 10111011 | 0 | 111101 | 1 | 11010 | 100101101 | 101110 | 110011 |
Color Harmonies of #BC49BB
Complementary color
Monochromatic Colors of #BC49BB
Black with #BC49BB
Text Example
Text Example
White with #BC49BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC49BB; }
p { color: rgb(188,73,187); }
H1.HeaderClassName
{
color: #BC49BB;
}
.AnyTagClassName
{
color: #BC49BB;
}
</style>
background-color css
<style>
a { background-color: #BC49BB; }
a { background-color: rgb(188,73,187); }
div.DivClassName
{
background-color: #BC49BB;
}
.BgClassName
{
background-color: #BC49BB;
}
</style>
border-color css
<style>
span { border-color: #BC49BB; }
span { border-color: rgb(188,73,187); }
td.TdClassName
{
border-color: #BC49BB;
}
.TagClassName
{
border-color: #BC49BB;
}
</style>