Shades of Bouquet #B17FA4
Tints of Bouquet #B17FA4
RGB
CMYK
RGB Variations
Color information
#B17FA4 (or 0xB17FA4) is known color: Bouquet. HEX triplet: B1, 7F and A4. RGB value is (177,127,164). Sum of RGB (Red+Green+Blue) = 177+127+164=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 164 (64.45% from 255 or 35.04% from 468); Max value from RGB is 177 - color contains mainly: red. Hex color #B17FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17FA4 is #4E805B. Grayscale: #929292. Windows color (decimal): -5144668 or 10780593. OLE color: 10780593.
HSL color Cylindrical-coordinate representation of color #B17FA4: hue angle of 315.6º 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 #B17FA4 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 127 | 164 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.31 |
| HSL | 315.6º | 0.24% | 0.6% | - |
| HSV(B) | 315.6º | 0.28% | 0.69% | - |
| XYZ | 32.42 | 27.21 | 38.66 | - |
| YUV | 146.17 | 138.07 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 127 | 164 | 0 | 0.28 | 0.07 | 0.31 | 315.6 | 0.24 | 0.6 |
| Hex | B1 | 7F | A4 | 0 | 1C | 7 | 1F | 13C | 18 | 3C |
| Octal | 261 | 177 | 244 | 0 | 34 | 7 | 37 | 474 | 30 | 74 |
| Binary | 10110001 | 1111111 | 10100100 | 0 | 11100 | 111 | 11111 | 100111100 | 11000 | 111100 |
Color Harmonies of #B17FA4
Complementary color
Monochromatic Colors of #B17FA4
Black with #B17FA4
Text Example
Text Example
White with #B17FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17FA4; }
p { color: rgb(177,127,164); }
H1.HeaderClassName
{
color: #B17FA4;
}
.AnyTagClassName
{
color: #B17FA4;
}
</style>
background-color css
<style>
a { background-color: #B17FA4; }
a { background-color: rgb(177,127,164); }
div.DivClassName
{
background-color: #B17FA4;
}
.BgClassName
{
background-color: #B17FA4;
}
</style>
border-color css
<style>
span { border-color: #B17FA4; }
span { border-color: rgb(177,127,164); }
td.TdClassName
{
border-color: #B17FA4;
}
.TagClassName
{
border-color: #B17FA4;
}
</style>