Shades of Fuchsia #BC44BB
Tints of Fuchsia #BC44BB
RGB
CMYK
RGB Variations
Color information
#BC44BB (or 0xBC44BB) is known color: Fuchsia. HEX triplet: BC, 44 and BB. RGB value is (188,68,187). Sum of RGB (Red+Green+Blue) = 188+68+187=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 68 (26.95% from 255 or 15.35% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC44BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC44BB is #43BB44. Grayscale: #757575. Windows color (decimal): -4438853 or 12272828. OLE color: 12272828.
HSL color Cylindrical-coordinate representation of color #BC44BB: hue angle of 300.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 #BC44BB is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 68 | 187 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.26 |
| HSL | 300.5º | 0.47% | 0.5% | - |
| HSV(B) | 300.5º | 0.64% | 0.74% | - |
| XYZ | 31.78 | 18.41 | 48.89 | - |
| YUV | 117.45 | 167.26 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 187 | 0 | 0.64 | 0.01 | 0.26 | 300.5 | 0.47 | 0.5 |
| Hex | BC | 44 | BB | 0 | 40 | 1 | 1A | 12C | 2F | 32 |
| Octal | 274 | 104 | 273 | 0 | 100 | 1 | 32 | 454 | 57 | 62 |
| Binary | 10111100 | 1000100 | 10111011 | 0 | 1000000 | 1 | 11010 | 100101100 | 101111 | 110010 |
Color Harmonies of #BC44BB
Complementary color
Monochromatic Colors of #BC44BB
Black with #BC44BB
Text Example
Text Example
White with #BC44BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC44BB; }
p { color: rgb(188,68,187); }
H1.HeaderClassName
{
color: #BC44BB;
}
.AnyTagClassName
{
color: #BC44BB;
}
</style>
background-color css
<style>
a { background-color: #BC44BB; }
a { background-color: rgb(188,68,187); }
div.DivClassName
{
background-color: #BC44BB;
}
.BgClassName
{
background-color: #BC44BB;
}
</style>
border-color css
<style>
span { border-color: #BC44BB; }
span { border-color: rgb(188,68,187); }
td.TdClassName
{
border-color: #BC44BB;
}
.TagClassName
{
border-color: #BC44BB;
}
</style>