Shades of Fuchsia #BC44BC
Tints of Fuchsia #BC44BC
RGB
CMYK
RGB Variations
Color information
#BC44BC (or 0xBC44BC) is known color: Fuchsia. HEX triplet: BC, 44 and BC. RGB value is (188,68,188). Sum of RGB (Red+Green+Blue) = 188+68+188=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 68 (26.95% from 255 or 15.32% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC44BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC44BC is #43BB43. Grayscale: #757575. Windows color (decimal): -4438852 or 12338364. OLE color: 12338364.
HSL color Cylindrical-coordinate representation of color #BC44BC: hue angle of 300º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC44BC is Cyan = 0, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 68 | 188 | - |
| CMYK | 0 | 0.64 | 0 | 0.26 |
| HSL | 300º | 0.47% | 0.5% | - |
| HSV(B) | 300º | 0.64% | 0.74% | - |
| XYZ | 31.88 | 18.46 | 49.46 | - |
| YUV | 117.56 | 167.76 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 188 | 0 | 0.64 | 0 | 0.26 | 300 | 0.47 | 0.5 |
| Hex | BC | 44 | BC | 0 | 40 | 0 | 1A | 12C | 2F | 32 |
| Octal | 274 | 104 | 274 | 0 | 100 | 0 | 32 | 454 | 57 | 62 |
| Binary | 10111100 | 1000100 | 10111100 | 0 | 1000000 | 0 | 11010 | 100101100 | 101111 | 110010 |
Color Harmonies of #BC44BC
Complementary color
Monochromatic Colors of #BC44BC
Black with #BC44BC
Text Example
Text Example
White with #BC44BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC44BC; }
p { color: rgb(188,68,188); }
H1.HeaderClassName
{
color: #BC44BC;
}
.AnyTagClassName
{
color: #BC44BC;
}
</style>
background-color css
<style>
a { background-color: #BC44BC; }
a { background-color: rgb(188,68,188); }
div.DivClassName
{
background-color: #BC44BC;
}
.BgClassName
{
background-color: #BC44BC;
}
</style>
border-color css
<style>
span { border-color: #BC44BC; }
span { border-color: rgb(188,68,188); }
td.TdClassName
{
border-color: #BC44BC;
}
.TagClassName
{
border-color: #BC44BC;
}
</style>