Shades of Fuchsia #BC44B1
Tints of Fuchsia #BC44B1
RGB
CMYK
RGB Variations
Color information
#BC44B1 (or 0xBC44B1) is known color: Fuchsia. HEX triplet: BC, 44 and B1. RGB value is (188,68,177). Sum of RGB (Red+Green+Blue) = 188+68+177=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 68 (26.95% from 255 or 15.70% from 433); Blue value is 177 (69.53% from 255 or 40.88% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC44B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC44B1 is #43BB4E. Grayscale: #737373. Windows color (decimal): -4438863 or 11617468. OLE color: 11617468.
HSL color Cylindrical-coordinate representation of color #BC44B1: hue angle of 305.5º 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 #BC44B1 is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 68 | 177 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.26 |
| HSL | 305.5º | 0.47% | 0.5% | - |
| HSV(B) | 305.5º | 0.64% | 0.74% | - |
| XYZ | 30.74 | 18 | 43.45 | - |
| YUV | 116.31 | 162.26 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 177 | 0 | 0.64 | 0.06 | 0.26 | 305.5 | 0.47 | 0.5 |
| Hex | BC | 44 | B1 | 0 | 40 | 6 | 1A | 132 | 2F | 32 |
| Octal | 274 | 104 | 261 | 0 | 100 | 6 | 32 | 462 | 57 | 62 |
| Binary | 10111100 | 1000100 | 10110001 | 0 | 1000000 | 110 | 11010 | 100110010 | 101111 | 110010 |
Color Harmonies of #BC44B1
Complementary color
Monochromatic Colors of #BC44B1
Black with #BC44B1
Text Example
Text Example
White with #BC44B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC44B1; }
p { color: rgb(188,68,177); }
H1.HeaderClassName
{
color: #BC44B1;
}
.AnyTagClassName
{
color: #BC44B1;
}
</style>
background-color css
<style>
a { background-color: #BC44B1; }
a { background-color: rgb(188,68,177); }
div.DivClassName
{
background-color: #BC44B1;
}
.BgClassName
{
background-color: #BC44B1;
}
</style>
border-color css
<style>
span { border-color: #BC44B1; }
span { border-color: rgb(188,68,177); }
td.TdClassName
{
border-color: #BC44B1;
}
.TagClassName
{
border-color: #BC44B1;
}
</style>