Shades of Bouquet #B2759F
Tints of Bouquet #B2759F
RGB
CMYK
RGB Variations
Color information
#B2759F (or 0xB2759F) is known color: Bouquet. HEX triplet: B2, 75 and 9F. RGB value is (178,117,159). Sum of RGB (Red+Green+Blue) = 178+117+159=454 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.21% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 159 (62.5% from 255 or 35.02% from 454); Max value from RGB is 178 - color contains mainly: red. Hex color #B2759F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2759F is #4D8A60. Grayscale: #8B8B8B. Windows color (decimal): -5081697 or 10450354. OLE color: 10450354.
HSL color Cylindrical-coordinate representation of color #B2759F: hue angle of 318.69º 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 #B2759F is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 117 | 159 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.30 |
| HSL | 318.69º | 0.28% | 0.58% | - |
| HSV(B) | 318.69º | 0.34% | 0.7% | - |
| XYZ | 30.98 | 24.69 | 35.93 | - |
| YUV | 140.03 | 138.71 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 117 | 159 | 0 | 0.34 | 0.11 | 0.30 | 318.69 | 0.28 | 0.58 |
| Hex | B2 | 75 | 9F | 0 | 22 | B | 1E | 13F | 1C | 3A |
| Octal | 262 | 165 | 237 | 0 | 42 | 13 | 36 | 477 | 34 | 72 |
| Binary | 10110010 | 1110101 | 10011111 | 0 | 100010 | 1011 | 11110 | 100111111 | 11100 | 111010 |
Color Harmonies of #B2759F
Complementary color
Monochromatic Colors of #B2759F
Black with #B2759F
Text Example
Text Example
White with #B2759F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2759F; }
p { color: rgb(178,117,159); }
H1.HeaderClassName
{
color: #B2759F;
}
.AnyTagClassName
{
color: #B2759F;
}
</style>
background-color css
<style>
a { background-color: #B2759F; }
a { background-color: rgb(178,117,159); }
div.DivClassName
{
background-color: #B2759F;
}
.BgClassName
{
background-color: #B2759F;
}
</style>
border-color css
<style>
span { border-color: #B2759F; }
span { border-color: rgb(178,117,159); }
td.TdClassName
{
border-color: #B2759F;
}
.TagClassName
{
border-color: #B2759F;
}
</style>