Shades of Fuchsia #BC42B6
Tints of Fuchsia #BC42B6
RGB
CMYK
RGB Variations
Color information
#BC42B6 (or 0xBC42B6) is known color: Fuchsia. HEX triplet: BC, 42 and B6. RGB value is (188,66,182). Sum of RGB (Red+Green+Blue) = 188+66+182=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 66 (26.17% from 255 or 15.14% from 436); Blue value is 182 (71.48% from 255 or 41.74% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC42B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC42B6 is #43BD49. Grayscale: #737373. Windows color (decimal): -4439370 or 11944636. OLE color: 11944636.
HSL color Cylindrical-coordinate representation of color #BC42B6: hue angle of 302.95º 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 #BC42B6 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 182 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.26 |
| HSL | 302.95º | 0.48% | 0.5% | - |
| HSV(B) | 302.95º | 0.65% | 0.74% | - |
| XYZ | 31.13 | 17.97 | 46.08 | - |
| YUV | 115.7 | 165.42 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 182 | 0 | 0.65 | 0.03 | 0.26 | 302.95 | 0.48 | 0.5 |
| Hex | BC | 42 | B6 | 0 | 41 | 3 | 1A | 12F | 30 | 32 |
| Octal | 274 | 102 | 266 | 0 | 101 | 3 | 32 | 457 | 60 | 62 |
| Binary | 10111100 | 1000010 | 10110110 | 0 | 1000001 | 11 | 11010 | 100101111 | 110000 | 110010 |
Color Harmonies of #BC42B6
Complementary color
Monochromatic Colors of #BC42B6
Black with #BC42B6
Text Example
Text Example
White with #BC42B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC42B6; }
p { color: rgb(188,66,182); }
H1.HeaderClassName
{
color: #BC42B6;
}
.AnyTagClassName
{
color: #BC42B6;
}
</style>
background-color css
<style>
a { background-color: #BC42B6; }
a { background-color: rgb(188,66,182); }
div.DivClassName
{
background-color: #BC42B6;
}
.BgClassName
{
background-color: #BC42B6;
}
</style>
border-color css
<style>
span { border-color: #BC42B6; }
span { border-color: rgb(188,66,182); }
td.TdClassName
{
border-color: #BC42B6;
}
.TagClassName
{
border-color: #BC42B6;
}
</style>