Shades of Fuchsia #BC4DC1
Tints of Fuchsia #BC4DC1
RGB
CMYK
RGB Variations
Color information
#BC4DC1 (or 0xBC4DC1) is known color: Fuchsia. HEX triplet: BC, 4D and C1. RGB value is (188,77,193). Sum of RGB (Red+Green+Blue) = 188+77+193=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 77 (30.47% from 255 or 16.81% from 458); Blue value is 193 (75.78% from 255 or 42.14% from 458); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC4DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4DC1 is #43B23E. Grayscale: #7B7B7B. Windows color (decimal): -4436543 or 12668348. OLE color: 12668348.
HSL color Cylindrical-coordinate representation of color #BC4DC1: hue angle of 297.41º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC4DC1 is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 77 | 193 | - |
| CMYK | 0.03 | 0.60 | 0 | 0.24 |
| HSL | 297.41º | 0.48% | 0.53% | - |
| HSV(B) | 297.41º | 0.6% | 0.76% | - |
| XYZ | 33.02 | 19.85 | 52.54 | - |
| YUV | 123.41 | 167.27 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 193 | 0.03 | 0.60 | 0 | 0.24 | 297.41 | 0.48 | 0.53 |
| Hex | BC | 4D | C1 | 3 | 3C | 0 | 18 | 129 | 30 | 35 |
| Octal | 274 | 115 | 301 | 3 | 74 | 0 | 30 | 451 | 60 | 65 |
| Binary | 10111100 | 1001101 | 11000001 | 11 | 111100 | 0 | 11000 | 100101001 | 110000 | 110101 |
Color Harmonies of #BC4DC1
Complementary color
Monochromatic Colors of #BC4DC1
Black with #BC4DC1
Text Example
Text Example
White with #BC4DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4DC1; }
p { color: rgb(188,77,193); }
H1.HeaderClassName
{
color: #BC4DC1;
}
.AnyTagClassName
{
color: #BC4DC1;
}
</style>
background-color css
<style>
a { background-color: #BC4DC1; }
a { background-color: rgb(188,77,193); }
div.DivClassName
{
background-color: #BC4DC1;
}
.BgClassName
{
background-color: #BC4DC1;
}
</style>
border-color css
<style>
span { border-color: #BC4DC1; }
span { border-color: rgb(188,77,193); }
td.TdClassName
{
border-color: #BC4DC1;
}
.TagClassName
{
border-color: #BC4DC1;
}
</style>