Shades of Fuchsia #BB59B1
Tints of Fuchsia #BB59B1
RGB
CMYK
RGB Variations
Color information
#BB59B1 (or 0xBB59B1) is known color: Fuchsia. HEX triplet: BB, 59 and B1. RGB value is (187,89,177). Sum of RGB (Red+Green+Blue) = 187+89+177=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 89 (35.16% from 255 or 19.65% from 453); Blue value is 177 (69.53% from 255 or 39.07% from 453); Max value from RGB is 187 - color contains mainly: red. Hex color #BB59B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB59B1 is #44A64E. Grayscale: #808080. Windows color (decimal): -4499023 or 11622843. OLE color: 11622843.
HSL color Cylindrical-coordinate representation of color #BB59B1: hue angle of 306.12º 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 #BB59B1 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 89 | 177 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.27 |
| HSL | 306.12º | 0.42% | 0.54% | - |
| HSV(B) | 306.12º | 0.52% | 0.73% | - |
| XYZ | 32 | 20.88 | 43.94 | - |
| YUV | 128.33 | 155.47 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 89 | 177 | 0 | 0.52 | 0.05 | 0.27 | 306.12 | 0.42 | 0.54 |
| Hex | BB | 59 | B1 | 0 | 34 | 5 | 1B | 132 | 2A | 36 |
| Octal | 273 | 131 | 261 | 0 | 64 | 5 | 33 | 462 | 52 | 66 |
| Binary | 10111011 | 1011001 | 10110001 | 0 | 110100 | 101 | 11011 | 100110010 | 101010 | 110110 |
Color Harmonies of #BB59B1
Complementary color
Monochromatic Colors of #BB59B1
Black with #BB59B1
Text Example
Text Example
White with #BB59B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB59B1; }
p { color: rgb(187,89,177); }
H1.HeaderClassName
{
color: #BB59B1;
}
.AnyTagClassName
{
color: #BB59B1;
}
</style>
background-color css
<style>
a { background-color: #BB59B1; }
a { background-color: rgb(187,89,177); }
div.DivClassName
{
background-color: #BB59B1;
}
.BgClassName
{
background-color: #BB59B1;
}
</style>
border-color css
<style>
span { border-color: #BB59B1; }
span { border-color: rgb(187,89,177); }
td.TdClassName
{
border-color: #BB59B1;
}
.TagClassName
{
border-color: #BB59B1;
}
</style>