Shades of Bouquet #B17DA3
Tints of Bouquet #B17DA3
RGB
CMYK
RGB Variations
Color information
#B17DA3 (or 0xB17DA3) is known color: Bouquet. HEX triplet: B1, 7D and A3. RGB value is (177,125,163). Sum of RGB (Red+Green+Blue) = 177+125+163=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 125 (49.22% from 255 or 26.88% from 465); Blue value is 163 (64.06% from 255 or 35.05% from 465); Max value from RGB is 177 - color contains mainly: red. Hex color #B17DA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17DA3 is #4E825C. Grayscale: #909090. Windows color (decimal): -5145181 or 10714545. OLE color: 10714545.
HSL color Cylindrical-coordinate representation of color #B17DA3: hue angle of 316.15º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B17DA3 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 125 | 163 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.31 |
| HSL | 316.15º | 0.25% | 0.59% | - |
| HSV(B) | 316.15º | 0.29% | 0.69% | - |
| XYZ | 32.08 | 26.66 | 38.11 | - |
| YUV | 144.88 | 138.23 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 125 | 163 | 0 | 0.29 | 0.08 | 0.31 | 316.15 | 0.25 | 0.59 |
| Hex | B1 | 7D | A3 | 0 | 1D | 8 | 1F | 13C | 19 | 3B |
| Octal | 261 | 175 | 243 | 0 | 35 | 10 | 37 | 474 | 31 | 73 |
| Binary | 10110001 | 1111101 | 10100011 | 0 | 11101 | 1000 | 11111 | 100111100 | 11001 | 111011 |
Color Harmonies of #B17DA3
Complementary color
Monochromatic Colors of #B17DA3
Black with #B17DA3
Text Example
Text Example
White with #B17DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17DA3; }
p { color: rgb(177,125,163); }
H1.HeaderClassName
{
color: #B17DA3;
}
.AnyTagClassName
{
color: #B17DA3;
}
</style>
background-color css
<style>
a { background-color: #B17DA3; }
a { background-color: rgb(177,125,163); }
div.DivClassName
{
background-color: #B17DA3;
}
.BgClassName
{
background-color: #B17DA3;
}
</style>
border-color css
<style>
span { border-color: #B17DA3; }
span { border-color: rgb(177,125,163); }
td.TdClassName
{
border-color: #B17DA3;
}
.TagClassName
{
border-color: #B17DA3;
}
</style>