Shades of Bouquet #B1719D
Tints of Bouquet #B1719D
RGB
CMYK
RGB Variations
Color information
#B1719D (or 0xB1719D) is known color: Bouquet. HEX triplet: B1, 71 and 9D. RGB value is (177,113,157). Sum of RGB (Red+Green+Blue) = 177+113+157=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 177 - color contains mainly: red. Hex color #B1719D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1719D is #4E8E62. Grayscale: #898989. Windows color (decimal): -5148259 or 10318257. OLE color: 10318257.
HSL color Cylindrical-coordinate representation of color #B1719D: hue angle of 318.75º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B1719D is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 113 | 157 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.31 |
| HSL | 318.75º | 0.29% | 0.57% | - |
| HSV(B) | 318.75º | 0.36% | 0.69% | - |
| XYZ | 30.12 | 23.59 | 34.86 | - |
| YUV | 137.15 | 139.2 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 113 | 157 | 0 | 0.36 | 0.11 | 0.31 | 318.75 | 0.29 | 0.57 |
| Hex | B1 | 71 | 9D | 0 | 24 | B | 1F | 13F | 1D | 39 |
| Octal | 261 | 161 | 235 | 0 | 44 | 13 | 37 | 477 | 35 | 71 |
| Binary | 10110001 | 1110001 | 10011101 | 0 | 100100 | 1011 | 11111 | 100111111 | 11101 | 111001 |
Color Harmonies of #B1719D
Complementary color
Monochromatic Colors of #B1719D
Black with #B1719D
Text Example
Text Example
White with #B1719D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1719D; }
p { color: rgb(177,113,157); }
H1.HeaderClassName
{
color: #B1719D;
}
.AnyTagClassName
{
color: #B1719D;
}
</style>
background-color css
<style>
a { background-color: #B1719D; }
a { background-color: rgb(177,113,157); }
div.DivClassName
{
background-color: #B1719D;
}
.BgClassName
{
background-color: #B1719D;
}
</style>
border-color css
<style>
span { border-color: #B1719D; }
span { border-color: rgb(177,113,157); }
td.TdClassName
{
border-color: #B1719D;
}
.TagClassName
{
border-color: #B1719D;
}
</style>