Shades of Fuchsia #BB55AA
Tints of Fuchsia #BB55AA
RGB
CMYK
RGB Variations
Color information
#BB55AA (or 0xBB55AA) is known color: Fuchsia. HEX triplet: BB, 55 and AA. RGB value is (187,85,170). Sum of RGB (Red+Green+Blue) = 187+85+170=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 187 - color contains mainly: red. Hex color #BB55AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB55AA is #44AA55. Grayscale: #7C7C7C. Windows color (decimal): -4500054 or 11163067. OLE color: 11163067.
HSL color Cylindrical-coordinate representation of color #BB55AA: hue angle of 310º 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 #BB55AA is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 85 | 170 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.27 |
| HSL | 310º | 0.43% | 0.53% | - |
| HSV(B) | 310º | 0.55% | 0.73% | - |
| XYZ | 31 | 19.96 | 40.25 | - |
| YUV | 125.19 | 153.29 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 85 | 170 | 0 | 0.55 | 0.09 | 0.27 | 310 | 0.43 | 0.53 |
| Hex | BB | 55 | AA | 0 | 37 | 9 | 1B | 136 | 2B | 35 |
| Octal | 273 | 125 | 252 | 0 | 67 | 11 | 33 | 466 | 53 | 65 |
| Binary | 10111011 | 1010101 | 10101010 | 0 | 110111 | 1001 | 11011 | 100110110 | 101011 | 110101 |
Color Harmonies of #BB55AA
Complementary color
Monochromatic Colors of #BB55AA
Black with #BB55AA
Text Example
Text Example
White with #BB55AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB55AA; }
p { color: rgb(187,85,170); }
H1.HeaderClassName
{
color: #BB55AA;
}
.AnyTagClassName
{
color: #BB55AA;
}
</style>
background-color css
<style>
a { background-color: #BB55AA; }
a { background-color: rgb(187,85,170); }
div.DivClassName
{
background-color: #BB55AA;
}
.BgClassName
{
background-color: #BB55AA;
}
</style>
border-color css
<style>
span { border-color: #BB55AA; }
span { border-color: rgb(187,85,170); }
td.TdClassName
{
border-color: #BB55AA;
}
.TagClassName
{
border-color: #BB55AA;
}
</style>