Shades of Fuchsia #BB5BA9
Tints of Fuchsia #BB5BA9
RGB
CMYK
RGB Variations
Color information
#BB5BA9 (or 0xBB5BA9) is known color: Fuchsia. HEX triplet: BB, 5B and A9. RGB value is (187,91,169). Sum of RGB (Red+Green+Blue) = 187+91+169=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 169 (66.41% from 255 or 37.81% from 447); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5BA9 is #44A456. Grayscale: #808080. Windows color (decimal): -4498519 or 11099067. OLE color: 11099067.
HSL color Cylindrical-coordinate representation of color #BB5BA9: hue angle of 311.25º 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 #BB5BA9 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 91 | 169 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.27 |
| HSL | 311.25º | 0.41% | 0.55% | - |
| HSV(B) | 311.25º | 0.51% | 0.73% | - |
| XYZ | 31.4 | 20.91 | 39.92 | - |
| YUV | 128.6 | 150.8 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 91 | 169 | 0 | 0.51 | 0.10 | 0.27 | 311.25 | 0.41 | 0.55 |
| Hex | BB | 5B | A9 | 0 | 33 | A | 1B | 137 | 29 | 37 |
| Octal | 273 | 133 | 251 | 0 | 63 | 12 | 33 | 467 | 51 | 67 |
| Binary | 10111011 | 1011011 | 10101001 | 0 | 110011 | 1010 | 11011 | 100110111 | 101001 | 110111 |
Color Harmonies of #BB5BA9
Complementary color
Monochromatic Colors of #BB5BA9
Black with #BB5BA9
Text Example
Text Example
White with #BB5BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5BA9; }
p { color: rgb(187,91,169); }
H1.HeaderClassName
{
color: #BB5BA9;
}
.AnyTagClassName
{
color: #BB5BA9;
}
</style>
background-color css
<style>
a { background-color: #BB5BA9; }
a { background-color: rgb(187,91,169); }
div.DivClassName
{
background-color: #BB5BA9;
}
.BgClassName
{
background-color: #BB5BA9;
}
</style>
border-color css
<style>
span { border-color: #BB5BA9; }
span { border-color: rgb(187,91,169); }
td.TdClassName
{
border-color: #BB5BA9;
}
.TagClassName
{
border-color: #BB5BA9;
}
</style>