Shades of Bouquet #B47D9E
Tints of Bouquet #B47D9E
RGB
CMYK
RGB Variations
Color information
#B47D9E (or 0xB47D9E) is known color: Bouquet. HEX triplet: B4, 7D and 9E. RGB value is (180,125,158). Sum of RGB (Red+Green+Blue) = 180+125+158=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 158 (62.11% from 255 or 34.13% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B47D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47D9E is #4B8261. Grayscale: #919191. Windows color (decimal): -4948578 or 10386868. OLE color: 10386868.
HSL color Cylindrical-coordinate representation of color #B47D9E: hue angle of 324º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B47D9E is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 125 | 158 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.29 |
| HSL | 324º | 0.27% | 0.6% | - |
| HSV(B) | 324º | 0.31% | 0.71% | - |
| XYZ | 32.33 | 26.84 | 35.82 | - |
| YUV | 145.21 | 135.22 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 125 | 158 | 0 | 0.31 | 0.12 | 0.29 | 324 | 0.27 | 0.6 |
| Hex | B4 | 7D | 9E | 0 | 1F | C | 1D | 144 | 1B | 3C |
| Octal | 264 | 175 | 236 | 0 | 37 | 14 | 35 | 504 | 33 | 74 |
| Binary | 10110100 | 1111101 | 10011110 | 0 | 11111 | 1100 | 11101 | 101000100 | 11011 | 111100 |
Color Harmonies of #B47D9E
Complementary color
Monochromatic Colors of #B47D9E
Black with #B47D9E
Text Example
Text Example
White with #B47D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47D9E; }
p { color: rgb(180,125,158); }
H1.HeaderClassName
{
color: #B47D9E;
}
.AnyTagClassName
{
color: #B47D9E;
}
</style>
background-color css
<style>
a { background-color: #B47D9E; }
a { background-color: rgb(180,125,158); }
div.DivClassName
{
background-color: #B47D9E;
}
.BgClassName
{
background-color: #B47D9E;
}
</style>
border-color css
<style>
span { border-color: #B47D9E; }
span { border-color: rgb(180,125,158); }
td.TdClassName
{
border-color: #B47D9E;
}
.TagClassName
{
border-color: #B47D9E;
}
</style>