Shades of Bouquet #B171A7
Tints of Bouquet #B171A7
RGB
CMYK
RGB Variations
Color information
#B171A7 (or 0xB171A7) is known color: Bouquet. HEX triplet: B1, 71 and A7. RGB value is (177,113,167). Sum of RGB (Red+Green+Blue) = 177+113+167=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 167 (65.62% from 255 or 36.54% from 457); Max value from RGB is 177 - color contains mainly: red. Hex color #B171A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B171A7 is #4E8E58. Grayscale: #8A8A8A. Windows color (decimal): -5148249 or 10973617. OLE color: 10973617.
HSL color Cylindrical-coordinate representation of color #B171A7: hue angle of 309.38º 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 #B171A7 is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 113 | 167 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.31 |
| HSL | 309.38º | 0.29% | 0.57% | - |
| HSV(B) | 309.38º | 0.36% | 0.69% | - |
| XYZ | 31.01 | 23.95 | 39.55 | - |
| YUV | 138.29 | 144.2 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 113 | 167 | 0 | 0.36 | 0.06 | 0.31 | 309.38 | 0.29 | 0.57 |
| Hex | B1 | 71 | A7 | 0 | 24 | 6 | 1F | 135 | 1D | 39 |
| Octal | 261 | 161 | 247 | 0 | 44 | 6 | 37 | 465 | 35 | 71 |
| Binary | 10110001 | 1110001 | 10100111 | 0 | 100100 | 110 | 11111 | 100110101 | 11101 | 111001 |
Color Harmonies of #B171A7
Complementary color
Monochromatic Colors of #B171A7
Black with #B171A7
Text Example
Text Example
White with #B171A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B171A7; }
p { color: rgb(177,113,167); }
H1.HeaderClassName
{
color: #B171A7;
}
.AnyTagClassName
{
color: #B171A7;
}
</style>
background-color css
<style>
a { background-color: #B171A7; }
a { background-color: rgb(177,113,167); }
div.DivClassName
{
background-color: #B171A7;
}
.BgClassName
{
background-color: #B171A7;
}
</style>
border-color css
<style>
span { border-color: #B171A7; }
span { border-color: rgb(177,113,167); }
td.TdClassName
{
border-color: #B171A7;
}
.TagClassName
{
border-color: #B171A7;
}
</style>