Shades of Fuchsia #BB55AB
Tints of Fuchsia #BB55AB
RGB
CMYK
RGB Variations
Color information
#BB55AB (or 0xBB55AB) is known color: Fuchsia. HEX triplet: BB, 55 and AB. RGB value is (187,85,171). Sum of RGB (Red+Green+Blue) = 187+85+171=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 187 - color contains mainly: red. Hex color #BB55AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB55AB is #44AA54. Grayscale: #7D7D7D. Windows color (decimal): -4500053 or 11228603. OLE color: 11228603.
HSL color Cylindrical-coordinate representation of color #BB55AB: hue angle of 309.41º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB55AB is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 85 | 171 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.27 |
| HSL | 309.41º | 0.43% | 0.53% | - |
| HSV(B) | 309.41º | 0.55% | 0.73% | - |
| XYZ | 31.09 | 20 | 40.75 | - |
| YUV | 125.3 | 153.79 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 85 | 171 | 0 | 0.55 | 0.09 | 0.27 | 309.41 | 0.43 | 0.53 |
| Hex | BB | 55 | AB | 0 | 37 | 9 | 1B | 135 | 2B | 35 |
| Octal | 273 | 125 | 253 | 0 | 67 | 11 | 33 | 465 | 53 | 65 |
| Binary | 10111011 | 1010101 | 10101011 | 0 | 110111 | 1001 | 11011 | 100110101 | 101011 | 110101 |
Color Harmonies of #BB55AB
Complementary color
Monochromatic Colors of #BB55AB
Black with #BB55AB
Text Example
Text Example
White with #BB55AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB55AB; }
p { color: rgb(187,85,171); }
H1.HeaderClassName
{
color: #BB55AB;
}
.AnyTagClassName
{
color: #BB55AB;
}
</style>
background-color css
<style>
a { background-color: #BB55AB; }
a { background-color: rgb(187,85,171); }
div.DivClassName
{
background-color: #BB55AB;
}
.BgClassName
{
background-color: #BB55AB;
}
</style>
border-color css
<style>
span { border-color: #BB55AB; }
span { border-color: rgb(187,85,171); }
td.TdClassName
{
border-color: #BB55AB;
}
.TagClassName
{
border-color: #BB55AB;
}
</style>