Shades of Bouquet #B5689D
Tints of Bouquet #B5689D
RGB
CMYK
RGB Variations
Color information
#B5689D (or 0xB5689D) is known color: Bouquet. HEX triplet: B5, 68 and 9D. RGB value is (181,104,157). Sum of RGB (Red+Green+Blue) = 181+104+157=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 104 (41.02% from 255 or 23.53% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 181 - color contains mainly: red. Hex color #B5689D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5689D is #4A9762. Grayscale: #848484. Windows color (decimal): -4888419 or 10315957. OLE color: 10315957.
HSL color Cylindrical-coordinate representation of color #B5689D: hue angle of 318.7º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B5689D is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 104 | 157 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.29 |
| HSL | 318.7º | 0.34% | 0.56% | - |
| HSV(B) | 318.7º | 0.43% | 0.71% | - |
| XYZ | 30.09 | 22.16 | 34.59 | - |
| YUV | 133.07 | 141.51 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 104 | 157 | 0 | 0.43 | 0.13 | 0.29 | 318.7 | 0.34 | 0.56 |
| Hex | B5 | 68 | 9D | 0 | 2B | D | 1D | 13F | 22 | 38 |
| Octal | 265 | 150 | 235 | 0 | 53 | 15 | 35 | 477 | 42 | 70 |
| Binary | 10110101 | 1101000 | 10011101 | 0 | 101011 | 1101 | 11101 | 100111111 | 100010 | 111000 |
Color Harmonies of #B5689D
Complementary color
Monochromatic Colors of #B5689D
Black with #B5689D
Text Example
Text Example
White with #B5689D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5689D; }
p { color: rgb(181,104,157); }
H1.HeaderClassName
{
color: #B5689D;
}
.AnyTagClassName
{
color: #B5689D;
}
</style>
background-color css
<style>
a { background-color: #B5689D; }
a { background-color: rgb(181,104,157); }
div.DivClassName
{
background-color: #B5689D;
}
.BgClassName
{
background-color: #B5689D;
}
</style>
border-color css
<style>
span { border-color: #B5689D; }
span { border-color: rgb(181,104,157); }
td.TdClassName
{
border-color: #B5689D;
}
.TagClassName
{
border-color: #B5689D;
}
</style>