Shades of Bouquet #B0719E
Tints of Bouquet #B0719E
RGB
CMYK
RGB Variations
Color information
#B0719E (or 0xB0719E) is known color: Bouquet. HEX triplet: B0, 71 and 9E. RGB value is (176,113,158). Sum of RGB (Red+Green+Blue) = 176+113+158=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 158 (62.11% from 255 or 35.35% from 447); Max value from RGB is 176 - color contains mainly: red. Hex color #B0719E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0719E is #4F8E61. Grayscale: #888888. Windows color (decimal): -5213794 or 10383792. OLE color: 10383792.
HSL color Cylindrical-coordinate representation of color #B0719E: hue angle of 317.14º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B0719E is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 113 | 158 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.31 |
| HSL | 317.14º | 0.29% | 0.57% | - |
| HSV(B) | 317.14º | 0.36% | 0.69% | - |
| XYZ | 29.98 | 23.51 | 35.31 | - |
| YUV | 136.97 | 139.87 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 113 | 158 | 0 | 0.36 | 0.10 | 0.31 | 317.14 | 0.29 | 0.57 |
| Hex | B0 | 71 | 9E | 0 | 24 | A | 1F | 13D | 1D | 39 |
| Octal | 260 | 161 | 236 | 0 | 44 | 12 | 37 | 475 | 35 | 71 |
| Binary | 10110000 | 1110001 | 10011110 | 0 | 100100 | 1010 | 11111 | 100111101 | 11101 | 111001 |
Color Harmonies of #B0719E
Complementary color
Monochromatic Colors of #B0719E
Black with #B0719E
Text Example
Text Example
White with #B0719E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0719E; }
p { color: rgb(176,113,158); }
H1.HeaderClassName
{
color: #B0719E;
}
.AnyTagClassName
{
color: #B0719E;
}
</style>
background-color css
<style>
a { background-color: #B0719E; }
a { background-color: rgb(176,113,158); }
div.DivClassName
{
background-color: #B0719E;
}
.BgClassName
{
background-color: #B0719E;
}
</style>
border-color css
<style>
span { border-color: #B0719E; }
span { border-color: rgb(176,113,158); }
td.TdClassName
{
border-color: #B0719E;
}
.TagClassName
{
border-color: #B0719E;
}
</style>