Shades of Fuchsia #BC44C1
Tints of Fuchsia #BC44C1
RGB
CMYK
RGB Variations
Color information
#BC44C1 (or 0xBC44C1) is known color: Fuchsia. HEX triplet: BC, 44 and C1. RGB value is (188,68,193). Sum of RGB (Red+Green+Blue) = 188+68+193=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 68 (26.95% from 255 or 15.14% from 449); Blue value is 193 (75.78% from 255 or 42.98% from 449); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC44C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC44C1 is #43BB3E. Grayscale: #757575. Windows color (decimal): -4438847 or 12666044. OLE color: 12666044.
HSL color Cylindrical-coordinate representation of color #BC44C1: hue angle of 297.6º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC44C1 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 68 | 193 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.24 |
| HSL | 297.6º | 0.5% | 0.51% | - |
| HSV(B) | 297.6º | 0.65% | 0.76% | - |
| XYZ | 32.43 | 18.68 | 52.35 | - |
| YUV | 118.13 | 170.26 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 193 | 0.03 | 0.65 | 0 | 0.24 | 297.6 | 0.5 | 0.51 |
| Hex | BC | 44 | C1 | 3 | 41 | 0 | 18 | 12A | 32 | 33 |
| Octal | 274 | 104 | 301 | 3 | 101 | 0 | 30 | 452 | 62 | 63 |
| Binary | 10111100 | 1000100 | 11000001 | 11 | 1000001 | 0 | 11000 | 100101010 | 110010 | 110011 |
Color Harmonies of #BC44C1
Complementary color
Monochromatic Colors of #BC44C1
Black with #BC44C1
Text Example
Text Example
White with #BC44C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC44C1; }
p { color: rgb(188,68,193); }
H1.HeaderClassName
{
color: #BC44C1;
}
.AnyTagClassName
{
color: #BC44C1;
}
</style>
background-color css
<style>
a { background-color: #BC44C1; }
a { background-color: rgb(188,68,193); }
div.DivClassName
{
background-color: #BC44C1;
}
.BgClassName
{
background-color: #BC44C1;
}
</style>
border-color css
<style>
span { border-color: #BC44C1; }
span { border-color: rgb(188,68,193); }
td.TdClassName
{
border-color: #BC44C1;
}
.TagClassName
{
border-color: #BC44C1;
}
</style>