Shades of Bouquet #B5749E
Tints of Bouquet #B5749E
RGB
CMYK
RGB Variations
Color information
#B5749E (or 0xB5749E) is known color: Bouquet. HEX triplet: B5, 74 and 9E. RGB value is (181,116,158). Sum of RGB (Red+Green+Blue) = 181+116+158=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 158 (62.11% from 255 or 34.73% from 455); Max value from RGB is 181 - color contains mainly: red. Hex color #B5749E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5749E is #4A8B61. Grayscale: #8C8C8C. Windows color (decimal): -4885346 or 10384565. OLE color: 10384565.
HSL color Cylindrical-coordinate representation of color #B5749E: hue angle of 321.23º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B5749E is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 116 | 158 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.29 |
| HSL | 321.23º | 0.31% | 0.58% | - |
| HSV(B) | 321.23º | 0.36% | 0.71% | - |
| XYZ | 31.47 | 24.78 | 35.47 | - |
| YUV | 140.22 | 138.03 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 116 | 158 | 0 | 0.36 | 0.13 | 0.29 | 321.23 | 0.31 | 0.58 |
| Hex | B5 | 74 | 9E | 0 | 24 | D | 1D | 141 | 1F | 3A |
| Octal | 265 | 164 | 236 | 0 | 44 | 15 | 35 | 501 | 37 | 72 |
| Binary | 10110101 | 1110100 | 10011110 | 0 | 100100 | 1101 | 11101 | 101000001 | 11111 | 111010 |
Color Harmonies of #B5749E
Complementary color
Monochromatic Colors of #B5749E
Black with #B5749E
Text Example
Text Example
White with #B5749E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5749E; }
p { color: rgb(181,116,158); }
H1.HeaderClassName
{
color: #B5749E;
}
.AnyTagClassName
{
color: #B5749E;
}
</style>
background-color css
<style>
a { background-color: #B5749E; }
a { background-color: rgb(181,116,158); }
div.DivClassName
{
background-color: #B5749E;
}
.BgClassName
{
background-color: #B5749E;
}
</style>
border-color css
<style>
span { border-color: #B5749E; }
span { border-color: rgb(181,116,158); }
td.TdClassName
{
border-color: #B5749E;
}
.TagClassName
{
border-color: #B5749E;
}
</style>