Shades of Fuchsia #BB5AB1
Tints of Fuchsia #BB5AB1
RGB
CMYK
RGB Variations
Color information
#BB5AB1 (or 0xBB5AB1) is known color: Fuchsia. HEX triplet: BB, 5A and B1. RGB value is (187,90,177). Sum of RGB (Red+Green+Blue) = 187+90+177=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 90 (35.55% from 255 or 19.82% from 454); Blue value is 177 (69.53% from 255 or 38.99% from 454); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5AB1 is #44A54E. Grayscale: #808080. Windows color (decimal): -4498767 or 11623099. OLE color: 11623099.
HSL color Cylindrical-coordinate representation of color #BB5AB1: hue angle of 306.19º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB5AB1 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 90 | 177 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.27 |
| HSL | 306.19º | 0.42% | 0.54% | - |
| HSV(B) | 306.19º | 0.52% | 0.73% | - |
| XYZ | 32.09 | 21.05 | 43.97 | - |
| YUV | 128.92 | 155.14 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 90 | 177 | 0 | 0.52 | 0.05 | 0.27 | 306.19 | 0.42 | 0.54 |
| Hex | BB | 5A | B1 | 0 | 34 | 5 | 1B | 132 | 2A | 36 |
| Octal | 273 | 132 | 261 | 0 | 64 | 5 | 33 | 462 | 52 | 66 |
| Binary | 10111011 | 1011010 | 10110001 | 0 | 110100 | 101 | 11011 | 100110010 | 101010 | 110110 |
Color Harmonies of #BB5AB1
Complementary color
Monochromatic Colors of #BB5AB1
Black with #BB5AB1
Text Example
Text Example
White with #BB5AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5AB1; }
p { color: rgb(187,90,177); }
H1.HeaderClassName
{
color: #BB5AB1;
}
.AnyTagClassName
{
color: #BB5AB1;
}
</style>
background-color css
<style>
a { background-color: #BB5AB1; }
a { background-color: rgb(187,90,177); }
div.DivClassName
{
background-color: #BB5AB1;
}
.BgClassName
{
background-color: #BB5AB1;
}
</style>
border-color css
<style>
span { border-color: #BB5AB1; }
span { border-color: rgb(187,90,177); }
td.TdClassName
{
border-color: #BB5AB1;
}
.TagClassName
{
border-color: #BB5AB1;
}
</style>