Shades of Bouquet #B56EA4
Tints of Bouquet #B56EA4
RGB
CMYK
RGB Variations
Color information
#B56EA4 (or 0xB56EA4) is known color: Bouquet. HEX triplet: B5, 6E and A4. RGB value is (181,110,164). Sum of RGB (Red+Green+Blue) = 181+110+164=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 164 (64.45% from 255 or 36.04% from 455); Max value from RGB is 181 - color contains mainly: red. Hex color #B56EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56EA4 is #4A915B. Grayscale: #898989. Windows color (decimal): -4886876 or 10776245. OLE color: 10776245.
HSL color Cylindrical-coordinate representation of color #B56EA4: hue angle of 314.37º 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 #B56EA4 is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 110 | 164 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.29 |
| HSL | 314.37º | 0.32% | 0.57% | - |
| HSV(B) | 314.37º | 0.39% | 0.71% | - |
| XYZ | 31.33 | 23.66 | 38.04 | - |
| YUV | 137.39 | 143.02 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 110 | 164 | 0 | 0.39 | 0.09 | 0.29 | 314.37 | 0.32 | 0.57 |
| Hex | B5 | 6E | A4 | 0 | 27 | 9 | 1D | 13A | 20 | 39 |
| Octal | 265 | 156 | 244 | 0 | 47 | 11 | 35 | 472 | 40 | 71 |
| Binary | 10110101 | 1101110 | 10100100 | 0 | 100111 | 1001 | 11101 | 100111010 | 100000 | 111001 |
Color Harmonies of #B56EA4
Complementary color
Monochromatic Colors of #B56EA4
Black with #B56EA4
Text Example
Text Example
White with #B56EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56EA4; }
p { color: rgb(181,110,164); }
H1.HeaderClassName
{
color: #B56EA4;
}
.AnyTagClassName
{
color: #B56EA4;
}
</style>
background-color css
<style>
a { background-color: #B56EA4; }
a { background-color: rgb(181,110,164); }
div.DivClassName
{
background-color: #B56EA4;
}
.BgClassName
{
background-color: #B56EA4;
}
</style>
border-color css
<style>
span { border-color: #B56EA4; }
span { border-color: rgb(181,110,164); }
td.TdClassName
{
border-color: #B56EA4;
}
.TagClassName
{
border-color: #B56EA4;
}
</style>