Shades of Bouquet #B37DA8
Tints of Bouquet #B37DA8
RGB
CMYK
RGB Variations
Color information
#B37DA8 (or 0xB37DA8) is known color: Bouquet. HEX triplet: B3, 7D and A8. RGB value is (179,125,168). Sum of RGB (Red+Green+Blue) = 179+125+168=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 179 - color contains mainly: red. Hex color #B37DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37DA8 is #4C8257. Grayscale: #919191. Windows color (decimal): -5014104 or 11042227. OLE color: 11042227.
HSL color Cylindrical-coordinate representation of color #B37DA8: hue angle of 312.22º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B37DA8 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 125 | 168 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.30 |
| HSL | 312.22º | 0.26% | 0.6% | - |
| HSV(B) | 312.22º | 0.3% | 0.7% | - |
| XYZ | 32.99 | 27.08 | 40.53 | - |
| YUV | 146.05 | 140.39 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 125 | 168 | 0 | 0.30 | 0.06 | 0.30 | 312.22 | 0.26 | 0.6 |
| Hex | B3 | 7D | A8 | 0 | 1E | 6 | 1E | 138 | 1A | 3C |
| Octal | 263 | 175 | 250 | 0 | 36 | 6 | 36 | 470 | 32 | 74 |
| Binary | 10110011 | 1111101 | 10101000 | 0 | 11110 | 110 | 11110 | 100111000 | 11010 | 111100 |
Color Harmonies of #B37DA8
Complementary color
Monochromatic Colors of #B37DA8
Black with #B37DA8
Text Example
Text Example
White with #B37DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37DA8; }
p { color: rgb(179,125,168); }
H1.HeaderClassName
{
color: #B37DA8;
}
.AnyTagClassName
{
color: #B37DA8;
}
</style>
background-color css
<style>
a { background-color: #B37DA8; }
a { background-color: rgb(179,125,168); }
div.DivClassName
{
background-color: #B37DA8;
}
.BgClassName
{
background-color: #B37DA8;
}
</style>
border-color css
<style>
span { border-color: #B37DA8; }
span { border-color: rgb(179,125,168); }
td.TdClassName
{
border-color: #B37DA8;
}
.TagClassName
{
border-color: #B37DA8;
}
</style>