Shades of Bouquet #B56C9E
Tints of Bouquet #B56C9E
RGB
CMYK
RGB Variations
Color information
#B56C9E (or 0xB56C9E) is known color: Bouquet. HEX triplet: B5, 6C and 9E. RGB value is (181,108,158). Sum of RGB (Red+Green+Blue) = 181+108+158=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 108 (42.58% from 255 or 24.16% from 447); Blue value is 158 (62.11% from 255 or 35.35% from 447); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56C9E is #4A9361. Grayscale: #878787. Windows color (decimal): -4887394 or 10382517. OLE color: 10382517.
HSL color Cylindrical-coordinate representation of color #B56C9E: hue angle of 318.9º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B56C9E is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 108 | 158 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.29 |
| HSL | 318.9º | 0.33% | 0.57% | - |
| HSV(B) | 318.9º | 0.4% | 0.71% | - |
| XYZ | 30.59 | 23.02 | 35.18 | - |
| YUV | 135.53 | 140.68 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 108 | 158 | 0 | 0.40 | 0.13 | 0.29 | 318.9 | 0.33 | 0.57 |
| Hex | B5 | 6C | 9E | 0 | 28 | D | 1D | 13F | 21 | 39 |
| Octal | 265 | 154 | 236 | 0 | 50 | 15 | 35 | 477 | 41 | 71 |
| Binary | 10110101 | 1101100 | 10011110 | 0 | 101000 | 1101 | 11101 | 100111111 | 100001 | 111001 |
Color Harmonies of #B56C9E
Complementary color
Monochromatic Colors of #B56C9E
Black with #B56C9E
Text Example
Text Example
White with #B56C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56C9E; }
p { color: rgb(181,108,158); }
H1.HeaderClassName
{
color: #B56C9E;
}
.AnyTagClassName
{
color: #B56C9E;
}
</style>
background-color css
<style>
a { background-color: #B56C9E; }
a { background-color: rgb(181,108,158); }
div.DivClassName
{
background-color: #B56C9E;
}
.BgClassName
{
background-color: #B56C9E;
}
</style>
border-color css
<style>
span { border-color: #B56C9E; }
span { border-color: rgb(181,108,158); }
td.TdClassName
{
border-color: #B56C9E;
}
.TagClassName
{
border-color: #B56C9E;
}
</style>