Shades of Bouquet #B5709E
Tints of Bouquet #B5709E
RGB
CMYK
RGB Variations
Color information
#B5709E (or 0xB5709E) is known color: Bouquet. HEX triplet: B5, 70 and 9E. RGB value is (181,112,158). Sum of RGB (Red+Green+Blue) = 181+112+158=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 181 - color contains mainly: red. Hex color #B5709E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5709E is #4A8F61. Grayscale: #898989. Windows color (decimal): -4886370 or 10383541. OLE color: 10383541.
HSL color Cylindrical-coordinate representation of color #B5709E: hue angle of 320º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B5709E is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 112 | 158 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.29 |
| HSL | 320º | 0.32% | 0.57% | - |
| HSV(B) | 320º | 0.38% | 0.71% | - |
| XYZ | 31.02 | 23.88 | 35.32 | - |
| YUV | 137.88 | 139.36 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 112 | 158 | 0 | 0.38 | 0.13 | 0.29 | 320 | 0.32 | 0.57 |
| Hex | B5 | 70 | 9E | 0 | 26 | D | 1D | 140 | 20 | 39 |
| Octal | 265 | 160 | 236 | 0 | 46 | 15 | 35 | 500 | 40 | 71 |
| Binary | 10110101 | 1110000 | 10011110 | 0 | 100110 | 1101 | 11101 | 101000000 | 100000 | 111001 |
Color Harmonies of #B5709E
Complementary color
Monochromatic Colors of #B5709E
Black with #B5709E
Text Example
Text Example
White with #B5709E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5709E; }
p { color: rgb(181,112,158); }
H1.HeaderClassName
{
color: #B5709E;
}
.AnyTagClassName
{
color: #B5709E;
}
</style>
background-color css
<style>
a { background-color: #B5709E; }
a { background-color: rgb(181,112,158); }
div.DivClassName
{
background-color: #B5709E;
}
.BgClassName
{
background-color: #B5709E;
}
</style>
border-color css
<style>
span { border-color: #B5709E; }
span { border-color: rgb(181,112,158); }
td.TdClassName
{
border-color: #B5709E;
}
.TagClassName
{
border-color: #B5709E;
}
</style>