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