Shades of Fuchsia #BC3CB8
Tints of Fuchsia #BC3CB8
RGB
CMYK
RGB Variations
Color information
#BC3CB8 (or 0xBC3CB8) is known color: Fuchsia. HEX triplet: BC, 3C and B8. RGB value is (188,60,184). Sum of RGB (Red+Green+Blue) = 188+60+184=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 60 (23.83% from 255 or 13.89% from 432); Blue value is 184 (72.27% from 255 or 42.59% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3CB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3CB8 is #43C347. Grayscale: #707070. Windows color (decimal): -4440904 or 12074172. OLE color: 12074172.
HSL color Cylindrical-coordinate representation of color #BC3CB8: hue angle of 301.88º 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 #BC3CB8 is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 60 | 184 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.26 |
| HSL | 301.88º | 0.52% | 0.49% | - |
| HSV(B) | 301.88º | 0.68% | 0.74% | - |
| XYZ | 31.01 | 17.38 | 47.07 | - |
| YUV | 112.41 | 168.41 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 60 | 184 | 0 | 0.68 | 0.02 | 0.26 | 301.88 | 0.52 | 0.49 |
| Hex | BC | 3C | B8 | 0 | 44 | 2 | 1A | 12E | 34 | 31 |
| Octal | 274 | 74 | 270 | 0 | 104 | 2 | 32 | 456 | 64 | 61 |
| Binary | 10111100 | 111100 | 10111000 | 0 | 1000100 | 10 | 11010 | 100101110 | 110100 | 110001 |
Color Harmonies of #BC3CB8
Complementary color
Monochromatic Colors of #BC3CB8
Black with #BC3CB8
Text Example
Text Example
White with #BC3CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3CB8; }
p { color: rgb(188,60,184); }
H1.HeaderClassName
{
color: #BC3CB8;
}
.AnyTagClassName
{
color: #BC3CB8;
}
</style>
background-color css
<style>
a { background-color: #BC3CB8; }
a { background-color: rgb(188,60,184); }
div.DivClassName
{
background-color: #BC3CB8;
}
.BgClassName
{
background-color: #BC3CB8;
}
</style>
border-color css
<style>
span { border-color: #BC3CB8; }
span { border-color: rgb(188,60,184); }
td.TdClassName
{
border-color: #BC3CB8;
}
.TagClassName
{
border-color: #BC3CB8;
}
</style>