Shades of Fuchsia #BC4CB2
Tints of Fuchsia #BC4CB2
RGB
CMYK
RGB Variations
Color information
#BC4CB2 (or 0xBC4CB2) is known color: Fuchsia. HEX triplet: BC, 4C and B2. RGB value is (188,76,178). Sum of RGB (Red+Green+Blue) = 188+76+178=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 76 (30.08% from 255 or 17.19% from 442); Blue value is 178 (69.92% from 255 or 40.27% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4CB2 is #43B34D. Grayscale: #787878. Windows color (decimal): -4436814 or 11685052. OLE color: 11685052.
HSL color Cylindrical-coordinate representation of color #BC4CB2: hue angle of 305.36º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC4CB2 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 76 | 178 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.26 |
| HSL | 305.36º | 0.46% | 0.52% | - |
| HSV(B) | 305.36º | 0.6% | 0.74% | - |
| XYZ | 31.36 | 19.07 | 44.15 | - |
| YUV | 121.12 | 160.11 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 76 | 178 | 0 | 0.60 | 0.05 | 0.26 | 305.36 | 0.46 | 0.52 |
| Hex | BC | 4C | B2 | 0 | 3C | 5 | 1A | 131 | 2E | 34 |
| Octal | 274 | 114 | 262 | 0 | 74 | 5 | 32 | 461 | 56 | 64 |
| Binary | 10111100 | 1001100 | 10110010 | 0 | 111100 | 101 | 11010 | 100110001 | 101110 | 110100 |
Color Harmonies of #BC4CB2
Complementary color
Monochromatic Colors of #BC4CB2
Black with #BC4CB2
Text Example
Text Example
White with #BC4CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4CB2; }
p { color: rgb(188,76,178); }
H1.HeaderClassName
{
color: #BC4CB2;
}
.AnyTagClassName
{
color: #BC4CB2;
}
</style>
background-color css
<style>
a { background-color: #BC4CB2; }
a { background-color: rgb(188,76,178); }
div.DivClassName
{
background-color: #BC4CB2;
}
.BgClassName
{
background-color: #BC4CB2;
}
</style>
border-color css
<style>
span { border-color: #BC4CB2; }
span { border-color: rgb(188,76,178); }
td.TdClassName
{
border-color: #BC4CB2;
}
.TagClassName
{
border-color: #BC4CB2;
}
</style>