Shades of Bouquet #B56F9D
Tints of Bouquet #B56F9D
RGB
CMYK
RGB Variations
Color information
#B56F9D (or 0xB56F9D) is known color: Bouquet. HEX triplet: B5, 6F and 9D. RGB value is (181,111,157). Sum of RGB (Red+Green+Blue) = 181+111+157=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 111 (43.75% from 255 or 24.72% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 181 - color contains mainly: red. Hex color #B56F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56F9D is #4A9062. Grayscale: #898989. Windows color (decimal): -4886627 or 10317749. OLE color: 10317749.
HSL color Cylindrical-coordinate representation of color #B56F9D: hue angle of 320.57º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B56F9D is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 111 | 157 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.29 |
| HSL | 320.57º | 0.32% | 0.57% | - |
| HSV(B) | 320.57º | 0.39% | 0.71% | - |
| XYZ | 30.83 | 23.63 | 34.83 | - |
| YUV | 137.17 | 139.19 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 111 | 157 | 0 | 0.39 | 0.13 | 0.29 | 320.57 | 0.32 | 0.57 |
| Hex | B5 | 6F | 9D | 0 | 27 | D | 1D | 141 | 20 | 39 |
| Octal | 265 | 157 | 235 | 0 | 47 | 15 | 35 | 501 | 40 | 71 |
| Binary | 10110101 | 1101111 | 10011101 | 0 | 100111 | 1101 | 11101 | 101000001 | 100000 | 111001 |
Color Harmonies of #B56F9D
Complementary color
Monochromatic Colors of #B56F9D
Black with #B56F9D
Text Example
Text Example
White with #B56F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56F9D; }
p { color: rgb(181,111,157); }
H1.HeaderClassName
{
color: #B56F9D;
}
.AnyTagClassName
{
color: #B56F9D;
}
</style>
background-color css
<style>
a { background-color: #B56F9D; }
a { background-color: rgb(181,111,157); }
div.DivClassName
{
background-color: #B56F9D;
}
.BgClassName
{
background-color: #B56F9D;
}
</style>
border-color css
<style>
span { border-color: #B56F9D; }
span { border-color: rgb(181,111,157); }
td.TdClassName
{
border-color: #B56F9D;
}
.TagClassName
{
border-color: #B56F9D;
}
</style>