Shades of Fuchsia #BC3CB7
Tints of Fuchsia #BC3CB7
RGB
CMYK
RGB Variations
Color information
#BC3CB7 (or 0xBC3CB7) is known color: Fuchsia. HEX triplet: BC, 3C and B7. RGB value is (188,60,183). Sum of RGB (Red+Green+Blue) = 188+60+183=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 60 (23.83% from 255 or 13.92% from 431); Blue value is 183 (71.88% from 255 or 42.46% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3CB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3CB7 is #43C348. Grayscale: #6F6F6F. Windows color (decimal): -4440905 or 12008636. OLE color: 12008636.
HSL color Cylindrical-coordinate representation of color #BC3CB7: hue angle of 302.34º 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 #BC3CB7 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 60 | 183 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.26 |
| HSL | 302.34º | 0.52% | 0.49% | - |
| HSV(B) | 302.34º | 0.68% | 0.74% | - |
| XYZ | 30.9 | 17.34 | 46.52 | - |
| YUV | 112.29 | 167.91 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 60 | 183 | 0 | 0.68 | 0.03 | 0.26 | 302.34 | 0.52 | 0.49 |
| Hex | BC | 3C | B7 | 0 | 44 | 3 | 1A | 12E | 34 | 31 |
| Octal | 274 | 74 | 267 | 0 | 104 | 3 | 32 | 456 | 64 | 61 |
| Binary | 10111100 | 111100 | 10110111 | 0 | 1000100 | 11 | 11010 | 100101110 | 110100 | 110001 |
Color Harmonies of #BC3CB7
Complementary color
Monochromatic Colors of #BC3CB7
Black with #BC3CB7
Text Example
Text Example
White with #BC3CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3CB7; }
p { color: rgb(188,60,183); }
H1.HeaderClassName
{
color: #BC3CB7;
}
.AnyTagClassName
{
color: #BC3CB7;
}
</style>
background-color css
<style>
a { background-color: #BC3CB7; }
a { background-color: rgb(188,60,183); }
div.DivClassName
{
background-color: #BC3CB7;
}
.BgClassName
{
background-color: #BC3CB7;
}
</style>
border-color css
<style>
span { border-color: #BC3CB7; }
span { border-color: rgb(188,60,183); }
td.TdClassName
{
border-color: #BC3CB7;
}
.TagClassName
{
border-color: #BC3CB7;
}
</style>