Shades of Fuchsia #BC4DC3
Tints of Fuchsia #BC4DC3
RGB
CMYK
RGB Variations
Color information
#BC4DC3 (or 0xBC4DC3) is known color: Fuchsia. HEX triplet: BC, 4D and C3. RGB value is (188,77,195). Sum of RGB (Red+Green+Blue) = 188+77+195=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 195 (76.56% from 255 or 42.39% from 460); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC4DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4DC3 is #43B23C. Grayscale: #7B7B7B. Windows color (decimal): -4436541 or 12799420. OLE color: 12799420.
HSL color Cylindrical-coordinate representation of color #BC4DC3: hue angle of 296.44º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC4DC3 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 77 | 195 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.24 |
| HSL | 296.44º | 0.5% | 0.53% | - |
| HSV(B) | 296.44º | 0.61% | 0.76% | - |
| XYZ | 33.24 | 19.94 | 53.73 | - |
| YUV | 123.64 | 168.27 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 195 | 0.04 | 0.61 | 0 | 0.24 | 296.44 | 0.5 | 0.53 |
| Hex | BC | 4D | C3 | 4 | 3D | 0 | 18 | 128 | 32 | 35 |
| Octal | 274 | 115 | 303 | 4 | 75 | 0 | 30 | 450 | 62 | 65 |
| Binary | 10111100 | 1001101 | 11000011 | 100 | 111101 | 0 | 11000 | 100101000 | 110010 | 110101 |
Color Harmonies of #BC4DC3
Complementary color
Monochromatic Colors of #BC4DC3
Black with #BC4DC3
Text Example
Text Example
White with #BC4DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4DC3; }
p { color: rgb(188,77,195); }
H1.HeaderClassName
{
color: #BC4DC3;
}
.AnyTagClassName
{
color: #BC4DC3;
}
</style>
background-color css
<style>
a { background-color: #BC4DC3; }
a { background-color: rgb(188,77,195); }
div.DivClassName
{
background-color: #BC4DC3;
}
.BgClassName
{
background-color: #BC4DC3;
}
</style>
border-color css
<style>
span { border-color: #BC4DC3; }
span { border-color: rgb(188,77,195); }
td.TdClassName
{
border-color: #BC4DC3;
}
.TagClassName
{
border-color: #BC4DC3;
}
</style>