Shades of Fuchsia #BB60AB
Tints of Fuchsia #BB60AB
RGB
CMYK
RGB Variations
Color information
#BB60AB (or 0xBB60AB) is known color: Fuchsia. HEX triplet: BB, 60 and AB. RGB value is (187,96,171). Sum of RGB (Red+Green+Blue) = 187+96+171=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 187 - color contains mainly: red. Hex color #BB60AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB60AB is #449F54. Grayscale: #838383. Windows color (decimal): -4497237 or 11231419. OLE color: 11231419.
HSL color Cylindrical-coordinate representation of color #BB60AB: hue angle of 310.55º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB60AB is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 96 | 171 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.27 |
| HSL | 310.55º | 0.4% | 0.55% | - |
| HSV(B) | 310.55º | 0.49% | 0.73% | - |
| XYZ | 32.03 | 21.87 | 41.06 | - |
| YUV | 131.76 | 150.15 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 96 | 171 | 0 | 0.49 | 0.09 | 0.27 | 310.55 | 0.4 | 0.55 |
| Hex | BB | 60 | AB | 0 | 31 | 9 | 1B | 137 | 28 | 37 |
| Octal | 273 | 140 | 253 | 0 | 61 | 11 | 33 | 467 | 50 | 67 |
| Binary | 10111011 | 1100000 | 10101011 | 0 | 110001 | 1001 | 11011 | 100110111 | 101000 | 110111 |
Color Harmonies of #BB60AB
Complementary color
Monochromatic Colors of #BB60AB
Black with #BB60AB
Text Example
Text Example
White with #BB60AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB60AB; }
p { color: rgb(187,96,171); }
H1.HeaderClassName
{
color: #BB60AB;
}
.AnyTagClassName
{
color: #BB60AB;
}
</style>
background-color css
<style>
a { background-color: #BB60AB; }
a { background-color: rgb(187,96,171); }
div.DivClassName
{
background-color: #BB60AB;
}
.BgClassName
{
background-color: #BB60AB;
}
</style>
border-color css
<style>
span { border-color: #BB60AB; }
span { border-color: rgb(187,96,171); }
td.TdClassName
{
border-color: #BB60AB;
}
.TagClassName
{
border-color: #BB60AB;
}
</style>