Shades of Fuchsia #BC4DB5
Tints of Fuchsia #BC4DB5
RGB
CMYK
RGB Variations
Color information
#BC4DB5 (or 0xBC4DB5) is known color: Fuchsia. HEX triplet: BC, 4D and B5. RGB value is (188,77,181). Sum of RGB (Red+Green+Blue) = 188+77+181=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 181 (71.09% from 255 or 40.58% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4DB5 is #43B24A. Grayscale: #797979. Windows color (decimal): -4436555 or 11881916. OLE color: 11881916.
HSL color Cylindrical-coordinate representation of color #BC4DB5: hue angle of 303.78º 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 #BC4DB5 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 77 | 181 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.26 |
| HSL | 303.78º | 0.45% | 0.52% | - |
| HSV(B) | 303.78º | 0.59% | 0.74% | - |
| XYZ | 31.73 | 19.34 | 45.78 | - |
| YUV | 122.05 | 161.27 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 181 | 0 | 0.59 | 0.04 | 0.26 | 303.78 | 0.45 | 0.52 |
| Hex | BC | 4D | B5 | 0 | 3B | 4 | 1A | 130 | 2D | 34 |
| Octal | 274 | 115 | 265 | 0 | 73 | 4 | 32 | 460 | 55 | 64 |
| Binary | 10111100 | 1001101 | 10110101 | 0 | 111011 | 100 | 11010 | 100110000 | 101101 | 110100 |
Color Harmonies of #BC4DB5
Complementary color
Monochromatic Colors of #BC4DB5
Black with #BC4DB5
Text Example
Text Example
White with #BC4DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4DB5; }
p { color: rgb(188,77,181); }
H1.HeaderClassName
{
color: #BC4DB5;
}
.AnyTagClassName
{
color: #BC4DB5;
}
</style>
background-color css
<style>
a { background-color: #BC4DB5; }
a { background-color: rgb(188,77,181); }
div.DivClassName
{
background-color: #BC4DB5;
}
.BgClassName
{
background-color: #BC4DB5;
}
</style>
border-color css
<style>
span { border-color: #BC4DB5; }
span { border-color: rgb(188,77,181); }
td.TdClassName
{
border-color: #BC4DB5;
}
.TagClassName
{
border-color: #BC4DB5;
}
</style>