Shades of Fuchsia #BC4DB6
Tints of Fuchsia #BC4DB6
RGB
CMYK
RGB Variations
Color information
#BC4DB6 (or 0xBC4DB6) is known color: Fuchsia. HEX triplet: BC, 4D and B6. RGB value is (188,77,182). Sum of RGB (Red+Green+Blue) = 188+77+182=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 182 (71.48% from 255 or 40.72% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4DB6 is #43B249. Grayscale: #797979. Windows color (decimal): -4436554 or 11947452. OLE color: 11947452.
HSL color Cylindrical-coordinate representation of color #BC4DB6: hue angle of 303.24º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC4DB6 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 77 | 182 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.26 |
| HSL | 303.24º | 0.45% | 0.52% | - |
| HSV(B) | 303.24º | 0.59% | 0.74% | - |
| XYZ | 31.84 | 19.38 | 46.32 | - |
| YUV | 122.16 | 161.77 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 182 | 0 | 0.59 | 0.03 | 0.26 | 303.24 | 0.45 | 0.52 |
| Hex | BC | 4D | B6 | 0 | 3B | 3 | 1A | 12F | 2D | 34 |
| Octal | 274 | 115 | 266 | 0 | 73 | 3 | 32 | 457 | 55 | 64 |
| Binary | 10111100 | 1001101 | 10110110 | 0 | 111011 | 11 | 11010 | 100101111 | 101101 | 110100 |
Color Harmonies of #BC4DB6
Complementary color
Monochromatic Colors of #BC4DB6
Black with #BC4DB6
Text Example
Text Example
White with #BC4DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4DB6; }
p { color: rgb(188,77,182); }
H1.HeaderClassName
{
color: #BC4DB6;
}
.AnyTagClassName
{
color: #BC4DB6;
}
</style>
background-color css
<style>
a { background-color: #BC4DB6; }
a { background-color: rgb(188,77,182); }
div.DivClassName
{
background-color: #BC4DB6;
}
.BgClassName
{
background-color: #BC4DB6;
}
</style>
border-color css
<style>
span { border-color: #BC4DB6; }
span { border-color: rgb(188,77,182); }
td.TdClassName
{
border-color: #BC4DB6;
}
.TagClassName
{
border-color: #BC4DB6;
}
</style>