Shades of Fuchsia #BC42B9
Tints of Fuchsia #BC42B9
RGB
CMYK
RGB Variations
Color information
#BC42B9 (or 0xBC42B9) is known color: Fuchsia. HEX triplet: BC, 42 and B9. RGB value is (188,66,185). Sum of RGB (Red+Green+Blue) = 188+66+185=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 66 (26.17% from 255 or 15.03% from 439); Blue value is 185 (72.66% from 255 or 42.14% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BC42B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC42B9 is #43BD46. Grayscale: #737373. Windows color (decimal): -4439367 or 12141244. OLE color: 12141244.
HSL color Cylindrical-coordinate representation of color #BC42B9: hue angle of 301.48º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC42B9 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 185 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.26 |
| HSL | 301.48º | 0.48% | 0.5% | - |
| HSV(B) | 301.48º | 0.65% | 0.74% | - |
| XYZ | 31.44 | 18.09 | 47.73 | - |
| YUV | 116.04 | 166.92 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 185 | 0 | 0.65 | 0.02 | 0.26 | 301.48 | 0.48 | 0.5 |
| Hex | BC | 42 | B9 | 0 | 41 | 2 | 1A | 12D | 30 | 32 |
| Octal | 274 | 102 | 271 | 0 | 101 | 2 | 32 | 455 | 60 | 62 |
| Binary | 10111100 | 1000010 | 10111001 | 0 | 1000001 | 10 | 11010 | 100101101 | 110000 | 110010 |
Color Harmonies of #BC42B9
Complementary color
Monochromatic Colors of #BC42B9
Black with #BC42B9
Text Example
Text Example
White with #BC42B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC42B9; }
p { color: rgb(188,66,185); }
H1.HeaderClassName
{
color: #BC42B9;
}
.AnyTagClassName
{
color: #BC42B9;
}
</style>
background-color css
<style>
a { background-color: #BC42B9; }
a { background-color: rgb(188,66,185); }
div.DivClassName
{
background-color: #BC42B9;
}
.BgClassName
{
background-color: #BC42B9;
}
</style>
border-color css
<style>
span { border-color: #BC42B9; }
span { border-color: rgb(188,66,185); }
td.TdClassName
{
border-color: #BC42B9;
}
.TagClassName
{
border-color: #BC42B9;
}
</style>