Shades of Fuchsia #BC4DC4
Tints of Fuchsia #BC4DC4
RGB
CMYK
RGB Variations
Color information
#BC4DC4 (or 0xBC4DC4) is known color: Fuchsia. HEX triplet: BC, 4D and C4. RGB value is (188,77,196). Sum of RGB (Red+Green+Blue) = 188+77+196=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 77 (30.47% from 255 or 16.70% from 461); Blue value is 196 (76.95% from 255 or 42.52% from 461); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC4DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4DC4 is #43B23B. Grayscale: #7B7B7B. Windows color (decimal): -4436540 or 12864956. OLE color: 12864956.
HSL color Cylindrical-coordinate representation of color #BC4DC4: hue angle of 295.97º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC4DC4 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 77 | 196 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.23 |
| HSL | 295.97º | 0.5% | 0.54% | - |
| HSV(B) | 295.97º | 0.61% | 0.77% | - |
| XYZ | 33.36 | 19.98 | 54.32 | - |
| YUV | 123.76 | 168.77 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 196 | 0.04 | 0.61 | 0 | 0.23 | 295.97 | 0.5 | 0.54 |
| Hex | BC | 4D | C4 | 4 | 3D | 0 | 17 | 128 | 32 | 36 |
| Octal | 274 | 115 | 304 | 4 | 75 | 0 | 27 | 450 | 62 | 66 |
| Binary | 10111100 | 1001101 | 11000100 | 100 | 111101 | 0 | 10111 | 100101000 | 110010 | 110110 |
Color Harmonies of #BC4DC4
Complementary color
Monochromatic Colors of #BC4DC4
Black with #BC4DC4
Text Example
Text Example
White with #BC4DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4DC4; }
p { color: rgb(188,77,196); }
H1.HeaderClassName
{
color: #BC4DC4;
}
.AnyTagClassName
{
color: #BC4DC4;
}
</style>
background-color css
<style>
a { background-color: #BC4DC4; }
a { background-color: rgb(188,77,196); }
div.DivClassName
{
background-color: #BC4DC4;
}
.BgClassName
{
background-color: #BC4DC4;
}
</style>
border-color css
<style>
span { border-color: #BC4DC4; }
span { border-color: rgb(188,77,196); }
td.TdClassName
{
border-color: #BC4DC4;
}
.TagClassName
{
border-color: #BC4DC4;
}
</style>