Shades of Fuchsia #BB44AB
Tints of Fuchsia #BB44AB
RGB
CMYK
RGB Variations
Color information
#BB44AB (or 0xBB44AB) is known color: Fuchsia. HEX triplet: BB, 44 and AB. RGB value is (187,68,171). Sum of RGB (Red+Green+Blue) = 187+68+171=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 68 (26.95% from 255 or 15.96% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB44AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB44AB is #44BB54. Grayscale: #737373. Windows color (decimal): -4504405 or 11224251. OLE color: 11224251.
HSL color Cylindrical-coordinate representation of color #BB44AB: hue angle of 308.07º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB44AB is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 68 | 171 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.27 |
| HSL | 308.07º | 0.47% | 0.5% | - |
| HSV(B) | 308.07º | 0.64% | 0.73% | - |
| XYZ | 29.91 | 17.64 | 40.36 | - |
| YUV | 115.32 | 159.42 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 68 | 171 | 0 | 0.64 | 0.09 | 0.27 | 308.07 | 0.47 | 0.5 |
| Hex | BB | 44 | AB | 0 | 40 | 9 | 1B | 134 | 2F | 32 |
| Octal | 273 | 104 | 253 | 0 | 100 | 11 | 33 | 464 | 57 | 62 |
| Binary | 10111011 | 1000100 | 10101011 | 0 | 1000000 | 1001 | 11011 | 100110100 | 101111 | 110010 |
Color Harmonies of #BB44AB
Complementary color
Monochromatic Colors of #BB44AB
Black with #BB44AB
Text Example
Text Example
White with #BB44AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB44AB; }
p { color: rgb(187,68,171); }
H1.HeaderClassName
{
color: #BB44AB;
}
.AnyTagClassName
{
color: #BB44AB;
}
</style>
background-color css
<style>
a { background-color: #BB44AB; }
a { background-color: rgb(187,68,171); }
div.DivClassName
{
background-color: #BB44AB;
}
.BgClassName
{
background-color: #BB44AB;
}
</style>
border-color css
<style>
span { border-color: #BB44AB; }
span { border-color: rgb(187,68,171); }
td.TdClassName
{
border-color: #BB44AB;
}
.TagClassName
{
border-color: #BB44AB;
}
</style>