Shades of Fuchsia #BC49C6
Tints of Fuchsia #BC49C6
RGB
CMYK
RGB Variations
Color information
#BC49C6 (or 0xBC49C6) is known color: Fuchsia. HEX triplet: BC, 49 and C6. RGB value is (188,73,198). Sum of RGB (Red+Green+Blue) = 188+73+198=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 73 (28.91% from 255 or 15.90% from 459); Blue value is 198 (77.73% from 255 or 43.14% from 459); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC49C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC49C6 is #43B639. Grayscale: #797979. Windows color (decimal): -4437562 or 12995004. OLE color: 12995004.
HSL color Cylindrical-coordinate representation of color #BC49C6: hue angle of 295.2º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC49C6 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 73 | 198 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.22 |
| HSL | 295.2º | 0.52% | 0.53% | - |
| HSV(B) | 295.2º | 0.63% | 0.78% | - |
| XYZ | 33.31 | 19.53 | 55.44 | - |
| YUV | 121.64 | 171.1 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 198 | 0.05 | 0.63 | 0 | 0.22 | 295.2 | 0.52 | 0.53 |
| Hex | BC | 49 | C6 | 5 | 3F | 0 | 16 | 127 | 34 | 35 |
| Octal | 274 | 111 | 306 | 5 | 77 | 0 | 26 | 447 | 64 | 65 |
| Binary | 10111100 | 1001001 | 11000110 | 101 | 111111 | 0 | 10110 | 100100111 | 110100 | 110101 |
Color Harmonies of #BC49C6
Complementary color
Monochromatic Colors of #BC49C6
Black with #BC49C6
Text Example
Text Example
White with #BC49C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC49C6; }
p { color: rgb(188,73,198); }
H1.HeaderClassName
{
color: #BC49C6;
}
.AnyTagClassName
{
color: #BC49C6;
}
</style>
background-color css
<style>
a { background-color: #BC49C6; }
a { background-color: rgb(188,73,198); }
div.DivClassName
{
background-color: #BC49C6;
}
.BgClassName
{
background-color: #BC49C6;
}
</style>
border-color css
<style>
span { border-color: #BC49C6; }
span { border-color: rgb(188,73,198); }
td.TdClassName
{
border-color: #BC49C6;
}
.TagClassName
{
border-color: #BC49C6;
}
</style>