Shades of Bouquet #B5719E
Tints of Bouquet #B5719E
RGB
CMYK
RGB Variations
Color information
#B5719E (or 0xB5719E) is known color: Bouquet. HEX triplet: B5, 71 and 9E. RGB value is (181,113,158). Sum of RGB (Red+Green+Blue) = 181+113+158=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 113 (44.53% from 255 or 25% from 452); Blue value is 158 (62.11% from 255 or 34.96% from 452); Max value from RGB is 181 - color contains mainly: red. Hex color #B5719E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5719E is #4A8E61. Grayscale: #8A8A8A. Windows color (decimal): -4886114 or 10383797. OLE color: 10383797.
HSL color Cylindrical-coordinate representation of color #B5719E: hue angle of 320.29º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B5719E is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 113 | 158 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.29 |
| HSL | 320.29º | 0.31% | 0.58% | - |
| HSV(B) | 320.29º | 0.38% | 0.71% | - |
| XYZ | 31.13 | 24.1 | 35.36 | - |
| YUV | 138.46 | 139.03 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 113 | 158 | 0 | 0.38 | 0.13 | 0.29 | 320.29 | 0.31 | 0.58 |
| Hex | B5 | 71 | 9E | 0 | 26 | D | 1D | 140 | 1F | 3A |
| Octal | 265 | 161 | 236 | 0 | 46 | 15 | 35 | 500 | 37 | 72 |
| Binary | 10110101 | 1110001 | 10011110 | 0 | 100110 | 1101 | 11101 | 101000000 | 11111 | 111010 |
Color Harmonies of #B5719E
Complementary color
Monochromatic Colors of #B5719E
Black with #B5719E
Text Example
Text Example
White with #B5719E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5719E; }
p { color: rgb(181,113,158); }
H1.HeaderClassName
{
color: #B5719E;
}
.AnyTagClassName
{
color: #B5719E;
}
</style>
background-color css
<style>
a { background-color: #B5719E; }
a { background-color: rgb(181,113,158); }
div.DivClassName
{
background-color: #B5719E;
}
.BgClassName
{
background-color: #B5719E;
}
</style>
border-color css
<style>
span { border-color: #B5719E; }
span { border-color: rgb(181,113,158); }
td.TdClassName
{
border-color: #B5719E;
}
.TagClassName
{
border-color: #B5719E;
}
</style>