Shades of Fuchsia #BB5BAB
Tints of Fuchsia #BB5BAB
RGB
CMYK
RGB Variations
Color information
#BB5BAB (or 0xBB5BAB) is known color: Fuchsia. HEX triplet: BB, 5B and AB. RGB value is (187,91,171). Sum of RGB (Red+Green+Blue) = 187+91+171=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5BAB is #44A454. Grayscale: #808080. Windows color (decimal): -4498517 or 11230139. OLE color: 11230139.
HSL color Cylindrical-coordinate representation of color #BB5BAB: hue angle of 310º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB5BAB is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 91 | 171 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.27 |
| HSL | 310º | 0.41% | 0.55% | - |
| HSV(B) | 310º | 0.51% | 0.73% | - |
| XYZ | 31.59 | 20.99 | 40.91 | - |
| YUV | 128.82 | 151.8 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 91 | 171 | 0 | 0.51 | 0.09 | 0.27 | 310 | 0.41 | 0.55 |
| Hex | BB | 5B | AB | 0 | 33 | 9 | 1B | 136 | 29 | 37 |
| Octal | 273 | 133 | 253 | 0 | 63 | 11 | 33 | 466 | 51 | 67 |
| Binary | 10111011 | 1011011 | 10101011 | 0 | 110011 | 1001 | 11011 | 100110110 | 101001 | 110111 |
Color Harmonies of #BB5BAB
Complementary color
Monochromatic Colors of #BB5BAB
Black with #BB5BAB
Text Example
Text Example
White with #BB5BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5BAB; }
p { color: rgb(187,91,171); }
H1.HeaderClassName
{
color: #BB5BAB;
}
.AnyTagClassName
{
color: #BB5BAB;
}
</style>
background-color css
<style>
a { background-color: #BB5BAB; }
a { background-color: rgb(187,91,171); }
div.DivClassName
{
background-color: #BB5BAB;
}
.BgClassName
{
background-color: #BB5BAB;
}
</style>
border-color css
<style>
span { border-color: #BB5BAB; }
span { border-color: rgb(187,91,171); }
td.TdClassName
{
border-color: #BB5BAB;
}
.TagClassName
{
border-color: #BB5BAB;
}
</style>