Shades of Bouquet #B56E9B
Tints of Bouquet #B56E9B
RGB
CMYK
RGB Variations
Color information
#B56E9B (or 0xB56E9B) is known color: Bouquet. HEX triplet: B5, 6E and 9B. RGB value is (181,110,155). Sum of RGB (Red+Green+Blue) = 181+110+155=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 110 (43.36% from 255 or 24.66% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56E9B is #4A9164. Grayscale: #888888. Windows color (decimal): -4886885 or 10186421. OLE color: 10186421.
HSL color Cylindrical-coordinate representation of color #B56E9B: hue angle of 321.97º 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 #B56E9B is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 110 | 155 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.29 |
| HSL | 321.97º | 0.32% | 0.57% | - |
| HSV(B) | 321.97º | 0.39% | 0.71% | - |
| XYZ | 30.55 | 23.34 | 33.91 | - |
| YUV | 136.36 | 138.52 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 110 | 155 | 0 | 0.39 | 0.14 | 0.29 | 321.97 | 0.32 | 0.57 |
| Hex | B5 | 6E | 9B | 0 | 27 | E | 1D | 142 | 20 | 39 |
| Octal | 265 | 156 | 233 | 0 | 47 | 16 | 35 | 502 | 40 | 71 |
| Binary | 10110101 | 1101110 | 10011011 | 0 | 100111 | 1110 | 11101 | 101000010 | 100000 | 111001 |
Color Harmonies of #B56E9B
Complementary color
Monochromatic Colors of #B56E9B
Black with #B56E9B
Text Example
Text Example
White with #B56E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56E9B; }
p { color: rgb(181,110,155); }
H1.HeaderClassName
{
color: #B56E9B;
}
.AnyTagClassName
{
color: #B56E9B;
}
</style>
background-color css
<style>
a { background-color: #B56E9B; }
a { background-color: rgb(181,110,155); }
div.DivClassName
{
background-color: #B56E9B;
}
.BgClassName
{
background-color: #B56E9B;
}
</style>
border-color css
<style>
span { border-color: #B56E9B; }
span { border-color: rgb(181,110,155); }
td.TdClassName
{
border-color: #B56E9B;
}
.TagClassName
{
border-color: #B56E9B;
}
</style>