Shades of Fuchsia #BC3BC4
Tints of Fuchsia #BC3BC4
RGB
CMYK
RGB Variations
Color information
#BC3BC4 (or 0xBC3BC4) is known color: Fuchsia. HEX triplet: BC, 3B and C4. RGB value is (188,59,196). Sum of RGB (Red+Green+Blue) = 188+59+196=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 59 (23.44% from 255 or 13.32% from 443); Blue value is 196 (76.95% from 255 or 44.24% from 443); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC3BC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3BC4 is #43C43B. Grayscale: #707070. Windows color (decimal): -4441148 or 12860348. OLE color: 12860348.
HSL color Cylindrical-coordinate representation of color #BC3BC4: hue angle of 296.5º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC3BC4 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 59 | 196 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.23 |
| HSL | 296.5º | 0.54% | 0.5% | - |
| HSV(B) | 296.5º | 0.7% | 0.77% | - |
| XYZ | 32.27 | 17.8 | 53.96 | - |
| YUV | 113.19 | 174.74 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 59 | 196 | 0.04 | 0.70 | 0 | 0.23 | 296.5 | 0.54 | 0.5 |
| Hex | BC | 3B | C4 | 4 | 46 | 0 | 17 | 128 | 36 | 32 |
| Octal | 274 | 73 | 304 | 4 | 106 | 0 | 27 | 450 | 66 | 62 |
| Binary | 10111100 | 111011 | 11000100 | 100 | 1000110 | 0 | 10111 | 100101000 | 110110 | 110010 |
Color Harmonies of #BC3BC4
Complementary color
Monochromatic Colors of #BC3BC4
Black with #BC3BC4
Text Example
Text Example
White with #BC3BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3BC4; }
p { color: rgb(188,59,196); }
H1.HeaderClassName
{
color: #BC3BC4;
}
.AnyTagClassName
{
color: #BC3BC4;
}
</style>
background-color css
<style>
a { background-color: #BC3BC4; }
a { background-color: rgb(188,59,196); }
div.DivClassName
{
background-color: #BC3BC4;
}
.BgClassName
{
background-color: #BC3BC4;
}
</style>
border-color css
<style>
span { border-color: #BC3BC4; }
span { border-color: rgb(188,59,196); }
td.TdClassName
{
border-color: #BC3BC4;
}
.TagClassName
{
border-color: #BC3BC4;
}
</style>