Shades of Fuchsia #BC3BB8
Tints of Fuchsia #BC3BB8
RGB
CMYK
RGB Variations
Color information
#BC3BB8 (or 0xBC3BB8) is known color: Fuchsia. HEX triplet: BC, 3B and B8. RGB value is (188,59,184). Sum of RGB (Red+Green+Blue) = 188+59+184=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 59 (23.44% from 255 or 13.69% from 431); Blue value is 184 (72.27% from 255 or 42.69% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3BB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3BB8 is #43C447. Grayscale: #6F6F6F. Windows color (decimal): -4441160 or 12073916. OLE color: 12073916.
HSL color Cylindrical-coordinate representation of color #BC3BB8: hue angle of 301.86º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC3BB8 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 59 | 184 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.26 |
| HSL | 301.86º | 0.52% | 0.48% | - |
| HSV(B) | 301.86º | 0.69% | 0.74% | - |
| XYZ | 30.95 | 17.28 | 47.05 | - |
| YUV | 111.82 | 168.74 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 59 | 184 | 0 | 0.69 | 0.02 | 0.26 | 301.86 | 0.52 | 0.48 |
| Hex | BC | 3B | B8 | 0 | 45 | 2 | 1A | 12E | 34 | 30 |
| Octal | 274 | 73 | 270 | 0 | 105 | 2 | 32 | 456 | 64 | 60 |
| Binary | 10111100 | 111011 | 10111000 | 0 | 1000101 | 10 | 11010 | 100101110 | 110100 | 110000 |
Color Harmonies of #BC3BB8
Complementary color
Monochromatic Colors of #BC3BB8
Black with #BC3BB8
Text Example
Text Example
White with #BC3BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3BB8; }
p { color: rgb(188,59,184); }
H1.HeaderClassName
{
color: #BC3BB8;
}
.AnyTagClassName
{
color: #BC3BB8;
}
</style>
background-color css
<style>
a { background-color: #BC3BB8; }
a { background-color: rgb(188,59,184); }
div.DivClassName
{
background-color: #BC3BB8;
}
.BgClassName
{
background-color: #BC3BB8;
}
</style>
border-color css
<style>
span { border-color: #BC3BB8; }
span { border-color: rgb(188,59,184); }
td.TdClassName
{
border-color: #BC3BB8;
}
.TagClassName
{
border-color: #BC3BB8;
}
</style>