Shades of Fuchsia #BC44C0
Tints of Fuchsia #BC44C0
RGB
CMYK
RGB Variations
Color information
#BC44C0 (or 0xBC44C0) is known color: Fuchsia. HEX triplet: BC, 44 and C0. RGB value is (188,68,192). Sum of RGB (Red+Green+Blue) = 188+68+192=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 68 (26.95% from 255 or 15.18% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC44C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC44C0 is #43BB3F. Grayscale: #757575. Windows color (decimal): -4438848 or 12600508. OLE color: 12600508.
HSL color Cylindrical-coordinate representation of color #BC44C0: hue angle of 298.06º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC44C0 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 68 | 192 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.25 |
| HSL | 298.06º | 0.5% | 0.51% | - |
| HSV(B) | 298.06º | 0.65% | 0.75% | - |
| XYZ | 32.32 | 18.63 | 51.76 | - |
| YUV | 118.02 | 169.76 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 192 | 0.02 | 0.65 | 0 | 0.25 | 298.06 | 0.5 | 0.51 |
| Hex | BC | 44 | C0 | 2 | 41 | 0 | 19 | 12A | 32 | 33 |
| Octal | 274 | 104 | 300 | 2 | 101 | 0 | 31 | 452 | 62 | 63 |
| Binary | 10111100 | 1000100 | 11000000 | 10 | 1000001 | 0 | 11001 | 100101010 | 110010 | 110011 |
Color Harmonies of #BC44C0
Complementary color
Monochromatic Colors of #BC44C0
Black with #BC44C0
Text Example
Text Example
White with #BC44C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC44C0; }
p { color: rgb(188,68,192); }
H1.HeaderClassName
{
color: #BC44C0;
}
.AnyTagClassName
{
color: #BC44C0;
}
</style>
background-color css
<style>
a { background-color: #BC44C0; }
a { background-color: rgb(188,68,192); }
div.DivClassName
{
background-color: #BC44C0;
}
.BgClassName
{
background-color: #BC44C0;
}
</style>
border-color css
<style>
span { border-color: #BC44C0; }
span { border-color: rgb(188,68,192); }
td.TdClassName
{
border-color: #BC44C0;
}
.TagClassName
{
border-color: #BC44C0;
}
</style>