Shades of Fuchsia #BB55A8
Tints of Fuchsia #BB55A8
RGB
CMYK
RGB Variations
Color information
#BB55A8 (or 0xBB55A8) is known color: Fuchsia. HEX triplet: BB, 55 and A8. RGB value is (187,85,168). Sum of RGB (Red+Green+Blue) = 187+85+168=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BB55A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB55A8 is #44AA57. Grayscale: #7C7C7C. Windows color (decimal): -4500056 or 11031995. OLE color: 11031995.
HSL color Cylindrical-coordinate representation of color #BB55A8: hue angle of 311.18º 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 #BB55A8 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 85 | 168 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.27 |
| HSL | 311.18º | 0.43% | 0.53% | - |
| HSV(B) | 311.18º | 0.55% | 0.73% | - |
| XYZ | 30.81 | 19.89 | 39.26 | - |
| YUV | 124.96 | 152.29 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 85 | 168 | 0 | 0.55 | 0.10 | 0.27 | 311.18 | 0.43 | 0.53 |
| Hex | BB | 55 | A8 | 0 | 37 | A | 1B | 137 | 2B | 35 |
| Octal | 273 | 125 | 250 | 0 | 67 | 12 | 33 | 467 | 53 | 65 |
| Binary | 10111011 | 1010101 | 10101000 | 0 | 110111 | 1010 | 11011 | 100110111 | 101011 | 110101 |
Color Harmonies of #BB55A8
Complementary color
Monochromatic Colors of #BB55A8
Black with #BB55A8
Text Example
Text Example
White with #BB55A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB55A8; }
p { color: rgb(187,85,168); }
H1.HeaderClassName
{
color: #BB55A8;
}
.AnyTagClassName
{
color: #BB55A8;
}
</style>
background-color css
<style>
a { background-color: #BB55A8; }
a { background-color: rgb(187,85,168); }
div.DivClassName
{
background-color: #BB55A8;
}
.BgClassName
{
background-color: #BB55A8;
}
</style>
border-color css
<style>
span { border-color: #BB55A8; }
span { border-color: rgb(187,85,168); }
td.TdClassName
{
border-color: #BB55A8;
}
.TagClassName
{
border-color: #BB55A8;
}
</style>