Shades of Bouquet #B5719D
Tints of Bouquet #B5719D
RGB
CMYK
RGB Variations
Color information
#B5719D (or 0xB5719D) is known color: Bouquet. HEX triplet: B5, 71 and 9D. RGB value is (181,113,157). Sum of RGB (Red+Green+Blue) = 181+113+157=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 113 (44.53% from 255 or 25.06% from 451); Blue value is 157 (61.72% from 255 or 34.81% from 451); Max value from RGB is 181 - color contains mainly: red. Hex color #B5719D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5719D is #4A8E62. Grayscale: #8A8A8A. Windows color (decimal): -4886115 or 10318261. OLE color: 10318261.
HSL color Cylindrical-coordinate representation of color #B5719D: hue angle of 321.18º 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 #B5719D is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 113 | 157 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.29 |
| HSL | 321.18º | 0.31% | 0.58% | - |
| HSV(B) | 321.18º | 0.38% | 0.71% | - |
| XYZ | 31.05 | 24.07 | 34.91 | - |
| YUV | 138.35 | 138.53 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 113 | 157 | 0 | 0.38 | 0.13 | 0.29 | 321.18 | 0.31 | 0.58 |
| Hex | B5 | 71 | 9D | 0 | 26 | D | 1D | 141 | 1F | 3A |
| Octal | 265 | 161 | 235 | 0 | 46 | 15 | 35 | 501 | 37 | 72 |
| Binary | 10110101 | 1110001 | 10011101 | 0 | 100110 | 1101 | 11101 | 101000001 | 11111 | 111010 |
Color Harmonies of #B5719D
Complementary color
Monochromatic Colors of #B5719D
Black with #B5719D
Text Example
Text Example
White with #B5719D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5719D; }
p { color: rgb(181,113,157); }
H1.HeaderClassName
{
color: #B5719D;
}
.AnyTagClassName
{
color: #B5719D;
}
</style>
background-color css
<style>
a { background-color: #B5719D; }
a { background-color: rgb(181,113,157); }
div.DivClassName
{
background-color: #B5719D;
}
.BgClassName
{
background-color: #B5719D;
}
</style>
border-color css
<style>
span { border-color: #B5719D; }
span { border-color: rgb(181,113,157); }
td.TdClassName
{
border-color: #B5719D;
}
.TagClassName
{
border-color: #B5719D;
}
</style>