Shades of Bouquet #B17FA1
Tints of Bouquet #B17FA1
RGB
CMYK
RGB Variations
Color information
#B17FA1 (or 0xB17FA1) is known color: Bouquet. HEX triplet: B1, 7F and A1. RGB value is (177,127,161). Sum of RGB (Red+Green+Blue) = 177+127+161=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 161 (63.28% from 255 or 34.62% from 465); Max value from RGB is 177 - color contains mainly: red. Hex color #B17FA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17FA1 is #4E805E. Grayscale: #919191. Windows color (decimal): -5144671 or 10583985. OLE color: 10583985.
HSL color Cylindrical-coordinate representation of color #B17FA1: hue angle of 319.2º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B17FA1 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 127 | 161 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.31 |
| HSL | 319.2º | 0.24% | 0.6% | - |
| HSV(B) | 319.2º | 0.28% | 0.69% | - |
| XYZ | 32.15 | 27.1 | 37.25 | - |
| YUV | 145.83 | 136.57 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 127 | 161 | 0 | 0.28 | 0.09 | 0.31 | 319.2 | 0.24 | 0.6 |
| Hex | B1 | 7F | A1 | 0 | 1C | 9 | 1F | 13F | 18 | 3C |
| Octal | 261 | 177 | 241 | 0 | 34 | 11 | 37 | 477 | 30 | 74 |
| Binary | 10110001 | 1111111 | 10100001 | 0 | 11100 | 1001 | 11111 | 100111111 | 11000 | 111100 |
Color Harmonies of #B17FA1
Complementary color
Monochromatic Colors of #B17FA1
Black with #B17FA1
Text Example
Text Example
White with #B17FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17FA1; }
p { color: rgb(177,127,161); }
H1.HeaderClassName
{
color: #B17FA1;
}
.AnyTagClassName
{
color: #B17FA1;
}
</style>
background-color css
<style>
a { background-color: #B17FA1; }
a { background-color: rgb(177,127,161); }
div.DivClassName
{
background-color: #B17FA1;
}
.BgClassName
{
background-color: #B17FA1;
}
</style>
border-color css
<style>
span { border-color: #B17FA1; }
span { border-color: rgb(177,127,161); }
td.TdClassName
{
border-color: #B17FA1;
}
.TagClassName
{
border-color: #B17FA1;
}
</style>