Shades of Bouquet #B178A0
Tints of Bouquet #B178A0
RGB
CMYK
RGB Variations
Color information
#B178A0 (or 0xB178A0) is known color: Bouquet. HEX triplet: B1, 78 and A0. RGB value is (177,120,160). Sum of RGB (Red+Green+Blue) = 177+120+160=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 120 (47.27% from 255 or 26.26% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 177 - color contains mainly: red. Hex color #B178A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B178A0 is #4E875F. Grayscale: #8D8D8D. Windows color (decimal): -5146464 or 10516657. OLE color: 10516657.
HSL color Cylindrical-coordinate representation of color #B178A0: hue angle of 317.89º 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 #B178A0 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 120 | 160 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.31 |
| HSL | 317.89º | 0.27% | 0.58% | - |
| HSV(B) | 317.89º | 0.32% | 0.69% | - |
| XYZ | 31.19 | 25.32 | 36.5 | - |
| YUV | 141.6 | 138.38 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 160 | 0 | 0.32 | 0.10 | 0.31 | 317.89 | 0.27 | 0.58 |
| Hex | B1 | 78 | A0 | 0 | 20 | A | 1F | 13E | 1B | 3A |
| Octal | 261 | 170 | 240 | 0 | 40 | 12 | 37 | 476 | 33 | 72 |
| Binary | 10110001 | 1111000 | 10100000 | 0 | 100000 | 1010 | 11111 | 100111110 | 11011 | 111010 |
Color Harmonies of #B178A0
Complementary color
Monochromatic Colors of #B178A0
Black with #B178A0
Text Example
Text Example
White with #B178A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B178A0; }
p { color: rgb(177,120,160); }
H1.HeaderClassName
{
color: #B178A0;
}
.AnyTagClassName
{
color: #B178A0;
}
</style>
background-color css
<style>
a { background-color: #B178A0; }
a { background-color: rgb(177,120,160); }
div.DivClassName
{
background-color: #B178A0;
}
.BgClassName
{
background-color: #B178A0;
}
</style>
border-color css
<style>
span { border-color: #B178A0; }
span { border-color: rgb(177,120,160); }
td.TdClassName
{
border-color: #B178A0;
}
.TagClassName
{
border-color: #B178A0;
}
</style>