Shades of Fuchsia #BC46B9
Tints of Fuchsia #BC46B9
RGB
CMYK
RGB Variations
Color information
#BC46B9 (or 0xBC46B9) is known color: Fuchsia. HEX triplet: BC, 46 and B9. RGB value is (188,70,185). Sum of RGB (Red+Green+Blue) = 188+70+185=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 70 (27.73% from 255 or 15.80% from 443); Blue value is 185 (72.66% from 255 or 41.76% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC46B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC46B9 is #43B946. Grayscale: #767676. Windows color (decimal): -4438343 or 12142268. OLE color: 12142268.
HSL color Cylindrical-coordinate representation of color #BC46B9: hue angle of 301.53º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC46B9 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 70 | 185 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.26 |
| HSL | 301.53º | 0.47% | 0.51% | - |
| HSV(B) | 301.53º | 0.63% | 0.74% | - |
| XYZ | 31.69 | 18.57 | 47.81 | - |
| YUV | 118.39 | 165.59 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 185 | 0 | 0.63 | 0.02 | 0.26 | 301.53 | 0.47 | 0.51 |
| Hex | BC | 46 | B9 | 0 | 3F | 2 | 1A | 12E | 2F | 33 |
| Octal | 274 | 106 | 271 | 0 | 77 | 2 | 32 | 456 | 57 | 63 |
| Binary | 10111100 | 1000110 | 10111001 | 0 | 111111 | 10 | 11010 | 100101110 | 101111 | 110011 |
Color Harmonies of #BC46B9
Complementary color
Monochromatic Colors of #BC46B9
Black with #BC46B9
Text Example
Text Example
White with #BC46B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC46B9; }
p { color: rgb(188,70,185); }
H1.HeaderClassName
{
color: #BC46B9;
}
.AnyTagClassName
{
color: #BC46B9;
}
</style>
background-color css
<style>
a { background-color: #BC46B9; }
a { background-color: rgb(188,70,185); }
div.DivClassName
{
background-color: #BC46B9;
}
.BgClassName
{
background-color: #BC46B9;
}
</style>
border-color css
<style>
span { border-color: #BC46B9; }
span { border-color: rgb(188,70,185); }
td.TdClassName
{
border-color: #BC46B9;
}
.TagClassName
{
border-color: #BC46B9;
}
</style>