Shades of Bouquet #B17FA3
Tints of Bouquet #B17FA3
RGB
CMYK
RGB Variations
Color information
#B17FA3 (or 0xB17FA3) is known color: Bouquet. HEX triplet: B1, 7F and A3. RGB value is (177,127,163). Sum of RGB (Red+Green+Blue) = 177+127+163=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 163 (64.06% from 255 or 34.90% from 467); Max value from RGB is 177 - color contains mainly: red. Hex color #B17FA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17FA3 is #4E805C. Grayscale: #919191. Windows color (decimal): -5144669 or 10715057. OLE color: 10715057.
HSL color Cylindrical-coordinate representation of color #B17FA3: hue angle of 316.8º 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 #B17FA3 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 127 | 163 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.31 |
| HSL | 316.8º | 0.24% | 0.6% | - |
| HSV(B) | 316.8º | 0.28% | 0.69% | - |
| XYZ | 32.33 | 27.17 | 38.19 | - |
| YUV | 146.05 | 137.57 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 127 | 163 | 0 | 0.28 | 0.08 | 0.31 | 316.8 | 0.24 | 0.6 |
| Hex | B1 | 7F | A3 | 0 | 1C | 8 | 1F | 13D | 18 | 3C |
| Octal | 261 | 177 | 243 | 0 | 34 | 10 | 37 | 475 | 30 | 74 |
| Binary | 10110001 | 1111111 | 10100011 | 0 | 11100 | 1000 | 11111 | 100111101 | 11000 | 111100 |
Color Harmonies of #B17FA3
Complementary color
Monochromatic Colors of #B17FA3
Black with #B17FA3
Text Example
Text Example
White with #B17FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17FA3; }
p { color: rgb(177,127,163); }
H1.HeaderClassName
{
color: #B17FA3;
}
.AnyTagClassName
{
color: #B17FA3;
}
</style>
background-color css
<style>
a { background-color: #B17FA3; }
a { background-color: rgb(177,127,163); }
div.DivClassName
{
background-color: #B17FA3;
}
.BgClassName
{
background-color: #B17FA3;
}
</style>
border-color css
<style>
span { border-color: #B17FA3; }
span { border-color: rgb(177,127,163); }
td.TdClassName
{
border-color: #B17FA3;
}
.TagClassName
{
border-color: #B17FA3;
}
</style>