Shades of Fuchsia #BC49BD
Tints of Fuchsia #BC49BD
RGB
CMYK
RGB Variations
Color information
#BC49BD (or 0xBC49BD) is known color: Fuchsia. HEX triplet: BC, 49 and BD. RGB value is (188,73,189). Sum of RGB (Red+Green+Blue) = 188+73+189=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC49BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC49BD is #43B642. Grayscale: #787878. Windows color (decimal): -4437571 or 12405180. OLE color: 12405180.
HSL color Cylindrical-coordinate representation of color #BC49BD: hue angle of 299.48º degrees, saturation: 0.47, 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 #BC49BD is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 73 | 189 | - |
| CMYK | 0.01 | 0.61 | 0 | 0.26 |
| HSL | 299.48º | 0.47% | 0.51% | - |
| HSV(B) | 299.48º | 0.61% | 0.74% | - |
| XYZ | 32.31 | 19.13 | 50.13 | - |
| YUV | 120.61 | 166.6 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 189 | 0.01 | 0.61 | 0 | 0.26 | 299.48 | 0.47 | 0.51 |
| Hex | BC | 49 | BD | 1 | 3D | 0 | 1A | 12B | 2F | 33 |
| Octal | 274 | 111 | 275 | 1 | 75 | 0 | 32 | 453 | 57 | 63 |
| Binary | 10111100 | 1001001 | 10111101 | 1 | 111101 | 0 | 11010 | 100101011 | 101111 | 110011 |
Color Harmonies of #BC49BD
Complementary color
Monochromatic Colors of #BC49BD
Black with #BC49BD
Text Example
Text Example
White with #BC49BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC49BD; }
p { color: rgb(188,73,189); }
H1.HeaderClassName
{
color: #BC49BD;
}
.AnyTagClassName
{
color: #BC49BD;
}
</style>
background-color css
<style>
a { background-color: #BC49BD; }
a { background-color: rgb(188,73,189); }
div.DivClassName
{
background-color: #BC49BD;
}
.BgClassName
{
background-color: #BC49BD;
}
</style>
border-color css
<style>
span { border-color: #BC49BD; }
span { border-color: rgb(188,73,189); }
td.TdClassName
{
border-color: #BC49BD;
}
.TagClassName
{
border-color: #BC49BD;
}
</style>