Shades of Bouquet #B56598
Tints of Bouquet #B56598
RGB
CMYK
RGB Variations
Color information
#B56598 (or 0xB56598) is known color: Bouquet. HEX triplet: B5, 65 and 98. RGB value is (181,101,152). Sum of RGB (Red+Green+Blue) = 181+101+152=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B56598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56598 is #4A9A67. Grayscale: #828282. Windows color (decimal): -4889192 or 9987509. OLE color: 9987509.
HSL color Cylindrical-coordinate representation of color #B56598: hue angle of 321.75º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B56598 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 101 | 152 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.29 |
| HSL | 321.75º | 0.35% | 0.55% | - |
| HSV(B) | 321.75º | 0.44% | 0.71% | - |
| XYZ | 29.38 | 21.4 | 32.29 | - |
| YUV | 130.73 | 140 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 101 | 152 | 0 | 0.44 | 0.16 | 0.29 | 321.75 | 0.35 | 0.55 |
| Hex | B5 | 65 | 98 | 0 | 2C | 10 | 1D | 142 | 23 | 37 |
| Octal | 265 | 145 | 230 | 0 | 54 | 20 | 35 | 502 | 43 | 67 |
| Binary | 10110101 | 1100101 | 10011000 | 0 | 101100 | 10000 | 11101 | 101000010 | 100011 | 110111 |
Color Harmonies of #B56598
Complementary color
Monochromatic Colors of #B56598
Black with #B56598
Text Example
Text Example
White with #B56598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56598; }
p { color: rgb(181,101,152); }
H1.HeaderClassName
{
color: #B56598;
}
.AnyTagClassName
{
color: #B56598;
}
</style>
background-color css
<style>
a { background-color: #B56598; }
a { background-color: rgb(181,101,152); }
div.DivClassName
{
background-color: #B56598;
}
.BgClassName
{
background-color: #B56598;
}
</style>
border-color css
<style>
span { border-color: #B56598; }
span { border-color: rgb(181,101,152); }
td.TdClassName
{
border-color: #B56598;
}
.TagClassName
{
border-color: #B56598;
}
</style>