Shades of Fuchsia #BB55AD
Tints of Fuchsia #BB55AD
RGB
CMYK
RGB Variations
Color information
#BB55AD (or 0xBB55AD) is known color: Fuchsia. HEX triplet: BB, 55 and AD. RGB value is (187,85,173). Sum of RGB (Red+Green+Blue) = 187+85+173=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 187 - color contains mainly: red. Hex color #BB55AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB55AD is #44AA52. Grayscale: #7D7D7D. Windows color (decimal): -4500051 or 11359675. OLE color: 11359675.
HSL color Cylindrical-coordinate representation of color #BB55AD: hue angle of 308.24º 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 #BB55AD is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 85 | 173 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.27 |
| HSL | 308.24º | 0.43% | 0.53% | - |
| HSV(B) | 308.24º | 0.55% | 0.73% | - |
| XYZ | 31.28 | 20.08 | 41.76 | - |
| YUV | 125.53 | 154.79 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 85 | 173 | 0 | 0.55 | 0.07 | 0.27 | 308.24 | 0.43 | 0.53 |
| Hex | BB | 55 | AD | 0 | 37 | 7 | 1B | 134 | 2B | 35 |
| Octal | 273 | 125 | 255 | 0 | 67 | 7 | 33 | 464 | 53 | 65 |
| Binary | 10111011 | 1010101 | 10101101 | 0 | 110111 | 111 | 11011 | 100110100 | 101011 | 110101 |
Color Harmonies of #BB55AD
Complementary color
Monochromatic Colors of #BB55AD
Black with #BB55AD
Text Example
Text Example
White with #BB55AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB55AD; }
p { color: rgb(187,85,173); }
H1.HeaderClassName
{
color: #BB55AD;
}
.AnyTagClassName
{
color: #BB55AD;
}
</style>
background-color css
<style>
a { background-color: #BB55AD; }
a { background-color: rgb(187,85,173); }
div.DivClassName
{
background-color: #BB55AD;
}
.BgClassName
{
background-color: #BB55AD;
}
</style>
border-color css
<style>
span { border-color: #BB55AD; }
span { border-color: rgb(187,85,173); }
td.TdClassName
{
border-color: #BB55AD;
}
.TagClassName
{
border-color: #BB55AD;
}
</style>