Shades of Fuchsia #BC49C3
Tints of Fuchsia #BC49C3
RGB
CMYK
RGB Variations
Color information
#BC49C3 (or 0xBC49C3) is known color: Fuchsia. HEX triplet: BC, 49 and C3. RGB value is (188,73,195). Sum of RGB (Red+Green+Blue) = 188+73+195=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 195 (76.56% from 255 or 42.76% from 456); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC49C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC49C3 is #43B63C. Grayscale: #787878. Windows color (decimal): -4437565 or 12798396. OLE color: 12798396.
HSL color Cylindrical-coordinate representation of color #BC49C3: hue angle of 296.56º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC49C3 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 73 | 195 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.24 |
| HSL | 296.56º | 0.5% | 0.53% | - |
| HSV(B) | 296.56º | 0.63% | 0.76% | - |
| XYZ | 32.97 | 19.4 | 53.64 | - |
| YUV | 121.29 | 169.6 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 195 | 0.04 | 0.63 | 0 | 0.24 | 296.56 | 0.5 | 0.53 |
| Hex | BC | 49 | C3 | 4 | 3F | 0 | 18 | 129 | 32 | 35 |
| Octal | 274 | 111 | 303 | 4 | 77 | 0 | 30 | 451 | 62 | 65 |
| Binary | 10111100 | 1001001 | 11000011 | 100 | 111111 | 0 | 11000 | 100101001 | 110010 | 110101 |
Color Harmonies of #BC49C3
Complementary color
Monochromatic Colors of #BC49C3
Black with #BC49C3
Text Example
Text Example
White with #BC49C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC49C3; }
p { color: rgb(188,73,195); }
H1.HeaderClassName
{
color: #BC49C3;
}
.AnyTagClassName
{
color: #BC49C3;
}
</style>
background-color css
<style>
a { background-color: #BC49C3; }
a { background-color: rgb(188,73,195); }
div.DivClassName
{
background-color: #BC49C3;
}
.BgClassName
{
background-color: #BC49C3;
}
</style>
border-color css
<style>
span { border-color: #BC49C3; }
span { border-color: rgb(188,73,195); }
td.TdClassName
{
border-color: #BC49C3;
}
.TagClassName
{
border-color: #BC49C3;
}
</style>