Shades of Bouquet #B37BA1
Tints of Bouquet #B37BA1
RGB
CMYK
RGB Variations
Color information
#B37BA1 (or 0xB37BA1) is known color: Bouquet. HEX triplet: B3, 7B and A1. RGB value is (179,123,161). Sum of RGB (Red+Green+Blue) = 179+123+161=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 161 (63.28% from 255 or 34.77% from 463); Max value from RGB is 179 - color contains mainly: red. Hex color #B37BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37BA1 is #4C845E. Grayscale: #8F8F8F. Windows color (decimal): -5014623 or 10582963. OLE color: 10582963.
HSL color Cylindrical-coordinate representation of color #B37BA1: hue angle of 319.29º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B37BA1 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 123 | 161 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.30 |
| HSL | 319.29º | 0.27% | 0.59% | - |
| HSV(B) | 319.29º | 0.31% | 0.7% | - |
| XYZ | 32.11 | 26.32 | 37.11 | - |
| YUV | 144.08 | 137.55 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 123 | 161 | 0 | 0.31 | 0.10 | 0.30 | 319.29 | 0.27 | 0.59 |
| Hex | B3 | 7B | A1 | 0 | 1F | A | 1E | 13F | 1B | 3B |
| Octal | 263 | 173 | 241 | 0 | 37 | 12 | 36 | 477 | 33 | 73 |
| Binary | 10110011 | 1111011 | 10100001 | 0 | 11111 | 1010 | 11110 | 100111111 | 11011 | 111011 |
Color Harmonies of #B37BA1
Complementary color
Monochromatic Colors of #B37BA1
Black with #B37BA1
Text Example
Text Example
White with #B37BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37BA1; }
p { color: rgb(179,123,161); }
H1.HeaderClassName
{
color: #B37BA1;
}
.AnyTagClassName
{
color: #B37BA1;
}
</style>
background-color css
<style>
a { background-color: #B37BA1; }
a { background-color: rgb(179,123,161); }
div.DivClassName
{
background-color: #B37BA1;
}
.BgClassName
{
background-color: #B37BA1;
}
</style>
border-color css
<style>
span { border-color: #B37BA1; }
span { border-color: rgb(179,123,161); }
td.TdClassName
{
border-color: #B37BA1;
}
.TagClassName
{
border-color: #B37BA1;
}
</style>