Shades of Bouquet #B1789E
Tints of Bouquet #B1789E
RGB
CMYK
RGB Variations
Color information
#B1789E (or 0xB1789E) is known color: Bouquet. HEX triplet: B1, 78 and 9E. RGB value is (177,120,158). Sum of RGB (Red+Green+Blue) = 177+120+158=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 158 (62.11% from 255 or 34.73% from 455); Max value from RGB is 177 - color contains mainly: red. Hex color #B1789E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1789E is #4E8761. Grayscale: #8D8D8D. Windows color (decimal): -5146466 or 10385585. OLE color: 10385585.
HSL color Cylindrical-coordinate representation of color #B1789E: hue angle of 320º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B1789E is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 120 | 158 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.31 |
| HSL | 320º | 0.27% | 0.58% | - |
| HSV(B) | 320º | 0.32% | 0.69% | - |
| XYZ | 31.02 | 25.25 | 35.59 | - |
| YUV | 141.38 | 137.38 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 158 | 0 | 0.32 | 0.11 | 0.31 | 320 | 0.27 | 0.58 |
| Hex | B1 | 78 | 9E | 0 | 20 | B | 1F | 140 | 1B | 3A |
| Octal | 261 | 170 | 236 | 0 | 40 | 13 | 37 | 500 | 33 | 72 |
| Binary | 10110001 | 1111000 | 10011110 | 0 | 100000 | 1011 | 11111 | 101000000 | 11011 | 111010 |
Color Harmonies of #B1789E
Complementary color
Monochromatic Colors of #B1789E
Black with #B1789E
Text Example
Text Example
White with #B1789E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1789E; }
p { color: rgb(177,120,158); }
H1.HeaderClassName
{
color: #B1789E;
}
.AnyTagClassName
{
color: #B1789E;
}
</style>
background-color css
<style>
a { background-color: #B1789E; }
a { background-color: rgb(177,120,158); }
div.DivClassName
{
background-color: #B1789E;
}
.BgClassName
{
background-color: #B1789E;
}
</style>
border-color css
<style>
span { border-color: #B1789E; }
span { border-color: rgb(177,120,158); }
td.TdClassName
{
border-color: #B1789E;
}
.TagClassName
{
border-color: #B1789E;
}
</style>