Shades of Bouquet #B56FA4
Tints of Bouquet #B56FA4
RGB
CMYK
RGB Variations
Color information
#B56FA4 (or 0xB56FA4) is known color: Bouquet. HEX triplet: B5, 6F and A4. RGB value is (181,111,164). Sum of RGB (Red+Green+Blue) = 181+111+164=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 111 (43.75% from 255 or 24.34% from 456); Blue value is 164 (64.45% from 255 or 35.96% from 456); Max value from RGB is 181 - color contains mainly: red. Hex color #B56FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56FA4 is #4A905B. Grayscale: #898989. Windows color (decimal): -4886620 or 10776501. OLE color: 10776501.
HSL color Cylindrical-coordinate representation of color #B56FA4: hue angle of 314.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 #B56FA4 is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 111 | 164 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.29 |
| HSL | 314.57º | 0.32% | 0.57% | - |
| HSV(B) | 314.57º | 0.39% | 0.71% | - |
| XYZ | 31.44 | 23.87 | 38.07 | - |
| YUV | 137.97 | 142.69 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 111 | 164 | 0 | 0.39 | 0.09 | 0.29 | 314.57 | 0.32 | 0.57 |
| Hex | B5 | 6F | A4 | 0 | 27 | 9 | 1D | 13B | 20 | 39 |
| Octal | 265 | 157 | 244 | 0 | 47 | 11 | 35 | 473 | 40 | 71 |
| Binary | 10110101 | 1101111 | 10100100 | 0 | 100111 | 1001 | 11101 | 100111011 | 100000 | 111001 |
Color Harmonies of #B56FA4
Complementary color
Monochromatic Colors of #B56FA4
Black with #B56FA4
Text Example
Text Example
White with #B56FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56FA4; }
p { color: rgb(181,111,164); }
H1.HeaderClassName
{
color: #B56FA4;
}
.AnyTagClassName
{
color: #B56FA4;
}
</style>
background-color css
<style>
a { background-color: #B56FA4; }
a { background-color: rgb(181,111,164); }
div.DivClassName
{
background-color: #B56FA4;
}
.BgClassName
{
background-color: #B56FA4;
}
</style>
border-color css
<style>
span { border-color: #B56FA4; }
span { border-color: rgb(181,111,164); }
td.TdClassName
{
border-color: #B56FA4;
}
.TagClassName
{
border-color: #B56FA4;
}
</style>