Shades of Fuchsia #BC42B5
Tints of Fuchsia #BC42B5
RGB
CMYK
RGB Variations
Color information
#BC42B5 (or 0xBC42B5) is known color: Fuchsia. HEX triplet: BC, 42 and B5. RGB value is (188,66,181). Sum of RGB (Red+Green+Blue) = 188+66+181=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 66 (26.17% from 255 or 15.17% from 435); Blue value is 181 (71.09% from 255 or 41.61% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BC42B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC42B5 is #43BD4A. Grayscale: #737373. Windows color (decimal): -4439371 or 11879100. OLE color: 11879100.
HSL color Cylindrical-coordinate representation of color #BC42B5: hue angle of 303.44º 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 #BC42B5 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 181 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.26 |
| HSL | 303.44º | 0.48% | 0.5% | - |
| HSV(B) | 303.44º | 0.65% | 0.74% | - |
| XYZ | 31.03 | 17.92 | 45.54 | - |
| YUV | 115.59 | 164.92 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 181 | 0 | 0.65 | 0.04 | 0.26 | 303.44 | 0.48 | 0.5 |
| Hex | BC | 42 | B5 | 0 | 41 | 4 | 1A | 12F | 30 | 32 |
| Octal | 274 | 102 | 265 | 0 | 101 | 4 | 32 | 457 | 60 | 62 |
| Binary | 10111100 | 1000010 | 10110101 | 0 | 1000001 | 100 | 11010 | 100101111 | 110000 | 110010 |
Color Harmonies of #BC42B5
Complementary color
Monochromatic Colors of #BC42B5
Black with #BC42B5
Text Example
Text Example
White with #BC42B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC42B5; }
p { color: rgb(188,66,181); }
H1.HeaderClassName
{
color: #BC42B5;
}
.AnyTagClassName
{
color: #BC42B5;
}
</style>
background-color css
<style>
a { background-color: #BC42B5; }
a { background-color: rgb(188,66,181); }
div.DivClassName
{
background-color: #BC42B5;
}
.BgClassName
{
background-color: #BC42B5;
}
</style>
border-color css
<style>
span { border-color: #BC42B5; }
span { border-color: rgb(188,66,181); }
td.TdClassName
{
border-color: #BC42B5;
}
.TagClassName
{
border-color: #BC42B5;
}
</style>