Shades of Fuchsia #BC3CB9
Tints of Fuchsia #BC3CB9
RGB
CMYK
RGB Variations
Color information
#BC3CB9 (or 0xBC3CB9) is known color: Fuchsia. HEX triplet: BC, 3C and B9. RGB value is (188,60,185). Sum of RGB (Red+Green+Blue) = 188+60+185=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 60 (23.83% from 255 or 13.86% from 433); Blue value is 185 (72.66% from 255 or 42.73% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3CB9 is #43C346. Grayscale: #707070. Windows color (decimal): -4440903 or 12139708. OLE color: 12139708.
HSL color Cylindrical-coordinate representation of color #BC3CB9: hue angle of 301.41º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC3CB9 is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 60 | 185 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.26 |
| HSL | 301.41º | 0.52% | 0.49% | - |
| HSV(B) | 301.41º | 0.68% | 0.74% | - |
| XYZ | 31.11 | 17.43 | 47.62 | - |
| YUV | 112.52 | 168.91 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 60 | 185 | 0 | 0.68 | 0.02 | 0.26 | 301.41 | 0.52 | 0.49 |
| Hex | BC | 3C | B9 | 0 | 44 | 2 | 1A | 12D | 34 | 31 |
| Octal | 274 | 74 | 271 | 0 | 104 | 2 | 32 | 455 | 64 | 61 |
| Binary | 10111100 | 111100 | 10111001 | 0 | 1000100 | 10 | 11010 | 100101101 | 110100 | 110001 |
Color Harmonies of #BC3CB9
Complementary color
Monochromatic Colors of #BC3CB9
Black with #BC3CB9
Text Example
Text Example
White with #BC3CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3CB9; }
p { color: rgb(188,60,185); }
H1.HeaderClassName
{
color: #BC3CB9;
}
.AnyTagClassName
{
color: #BC3CB9;
}
</style>
background-color css
<style>
a { background-color: #BC3CB9; }
a { background-color: rgb(188,60,185); }
div.DivClassName
{
background-color: #BC3CB9;
}
.BgClassName
{
background-color: #BC3CB9;
}
</style>
border-color css
<style>
span { border-color: #BC3CB9; }
span { border-color: rgb(188,60,185); }
td.TdClassName
{
border-color: #BC3CB9;
}
.TagClassName
{
border-color: #BC3CB9;
}
</style>