Shades of Bouquet #B178A7
Tints of Bouquet #B178A7
RGB
CMYK
RGB Variations
Color information
#B178A7 (or 0xB178A7) is known color: Bouquet. HEX triplet: B1, 78 and A7. RGB value is (177,120,167). Sum of RGB (Red+Green+Blue) = 177+120+167=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 167 (65.62% from 255 or 35.99% from 464); Max value from RGB is 177 - color contains mainly: red. Hex color #B178A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B178A7 is #4E8758. Grayscale: #8E8E8E. Windows color (decimal): -5146457 or 10975409. OLE color: 10975409.
HSL color Cylindrical-coordinate representation of color #B178A7: hue angle of 310.53º 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 #B178A7 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 120 | 167 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.31 |
| HSL | 310.53º | 0.27% | 0.58% | - |
| HSV(B) | 310.53º | 0.32% | 0.69% | - |
| XYZ | 31.82 | 25.57 | 39.82 | - |
| YUV | 142.4 | 141.88 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 167 | 0 | 0.32 | 0.06 | 0.31 | 310.53 | 0.27 | 0.58 |
| Hex | B1 | 78 | A7 | 0 | 20 | 6 | 1F | 137 | 1B | 3A |
| Octal | 261 | 170 | 247 | 0 | 40 | 6 | 37 | 467 | 33 | 72 |
| Binary | 10110001 | 1111000 | 10100111 | 0 | 100000 | 110 | 11111 | 100110111 | 11011 | 111010 |
Color Harmonies of #B178A7
Complementary color
Monochromatic Colors of #B178A7
Black with #B178A7
Text Example
Text Example
White with #B178A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B178A7; }
p { color: rgb(177,120,167); }
H1.HeaderClassName
{
color: #B178A7;
}
.AnyTagClassName
{
color: #B178A7;
}
</style>
background-color css
<style>
a { background-color: #B178A7; }
a { background-color: rgb(177,120,167); }
div.DivClassName
{
background-color: #B178A7;
}
.BgClassName
{
background-color: #B178A7;
}
</style>
border-color css
<style>
span { border-color: #B178A7; }
span { border-color: rgb(177,120,167); }
td.TdClassName
{
border-color: #B178A7;
}
.TagClassName
{
border-color: #B178A7;
}
</style>