Shades of Fuchsia #BC4FC1
Tints of Fuchsia #BC4FC1
RGB
CMYK
RGB Variations
Color information
#BC4FC1 (or 0xBC4FC1) is known color: Fuchsia. HEX triplet: BC, 4F and C1. RGB value is (188,79,193). Sum of RGB (Red+Green+Blue) = 188+79+193=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 79 (31.25% from 255 or 17.17% from 460); Blue value is 193 (75.78% from 255 or 41.96% from 460); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC4FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4FC1 is #43B03E. Grayscale: #7C7C7C. Windows color (decimal): -4436031 or 12668860. OLE color: 12668860.
HSL color Cylindrical-coordinate representation of color #BC4FC1: hue angle of 297.37º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC4FC1 is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 79 | 193 | - |
| CMYK | 0.03 | 0.59 | 0 | 0.24 |
| HSL | 297.37º | 0.48% | 0.53% | - |
| HSV(B) | 297.37º | 0.59% | 0.76% | - |
| XYZ | 33.16 | 20.13 | 52.59 | - |
| YUV | 124.59 | 166.61 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 79 | 193 | 0.03 | 0.59 | 0 | 0.24 | 297.37 | 0.48 | 0.53 |
| Hex | BC | 4F | C1 | 3 | 3B | 0 | 18 | 129 | 30 | 35 |
| Octal | 274 | 117 | 301 | 3 | 73 | 0 | 30 | 451 | 60 | 65 |
| Binary | 10111100 | 1001111 | 11000001 | 11 | 111011 | 0 | 11000 | 100101001 | 110000 | 110101 |
Color Harmonies of #BC4FC1
Complementary color
Monochromatic Colors of #BC4FC1
Black with #BC4FC1
Text Example
Text Example
White with #BC4FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4FC1; }
p { color: rgb(188,79,193); }
H1.HeaderClassName
{
color: #BC4FC1;
}
.AnyTagClassName
{
color: #BC4FC1;
}
</style>
background-color css
<style>
a { background-color: #BC4FC1; }
a { background-color: rgb(188,79,193); }
div.DivClassName
{
background-color: #BC4FC1;
}
.BgClassName
{
background-color: #BC4FC1;
}
</style>
border-color css
<style>
span { border-color: #BC4FC1; }
span { border-color: rgb(188,79,193); }
td.TdClassName
{
border-color: #BC4FC1;
}
.TagClassName
{
border-color: #BC4FC1;
}
</style>