Shades of Bouquet #B2759D
Tints of Bouquet #B2759D
RGB
CMYK
RGB Variations
Color information
#B2759D (or 0xB2759D) is known color: Bouquet. HEX triplet: B2, 75 and 9D. RGB value is (178,117,157). Sum of RGB (Red+Green+Blue) = 178+117+157=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 178 - color contains mainly: red. Hex color #B2759D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2759D is #4D8A62. Grayscale: #8B8B8B. Windows color (decimal): -5081699 or 10319282. OLE color: 10319282.
HSL color Cylindrical-coordinate representation of color #B2759D: hue angle of 320.66º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B2759D is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 117 | 157 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.30 |
| HSL | 320.66º | 0.28% | 0.58% | - |
| HSV(B) | 320.66º | 0.34% | 0.7% | - |
| XYZ | 30.81 | 24.62 | 35.03 | - |
| YUV | 139.8 | 137.71 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 117 | 157 | 0 | 0.34 | 0.12 | 0.30 | 320.66 | 0.28 | 0.58 |
| Hex | B2 | 75 | 9D | 0 | 22 | C | 1E | 141 | 1C | 3A |
| Octal | 262 | 165 | 235 | 0 | 42 | 14 | 36 | 501 | 34 | 72 |
| Binary | 10110010 | 1110101 | 10011101 | 0 | 100010 | 1100 | 11110 | 101000001 | 11100 | 111010 |
Color Harmonies of #B2759D
Complementary color
Monochromatic Colors of #B2759D
Black with #B2759D
Text Example
Text Example
White with #B2759D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2759D; }
p { color: rgb(178,117,157); }
H1.HeaderClassName
{
color: #B2759D;
}
.AnyTagClassName
{
color: #B2759D;
}
</style>
background-color css
<style>
a { background-color: #B2759D; }
a { background-color: rgb(178,117,157); }
div.DivClassName
{
background-color: #B2759D;
}
.BgClassName
{
background-color: #B2759D;
}
</style>
border-color css
<style>
span { border-color: #B2759D; }
span { border-color: rgb(178,117,157); }
td.TdClassName
{
border-color: #B2759D;
}
.TagClassName
{
border-color: #B2759D;
}
</style>