Shades of Bouquet #B2649B
Tints of Bouquet #B2649B
RGB
CMYK
RGB Variations
Color information
#B2649B (or 0xB2649B) is known color: Bouquet. HEX triplet: B2, 64 and 9B. RGB value is (178,100,155). Sum of RGB (Red+Green+Blue) = 178+100+155=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 178 - color contains mainly: red. Hex color #B2649B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2649B is #4D9B64. Grayscale: #818181. Windows color (decimal): -5086053 or 10183858. OLE color: 10183858.
HSL color Cylindrical-coordinate representation of color #B2649B: hue angle of 317.69º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B2649B is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 100 | 155 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.30 |
| HSL | 317.69º | 0.34% | 0.55% | - |
| HSV(B) | 317.69º | 0.44% | 0.7% | - |
| XYZ | 28.83 | 20.95 | 33.53 | - |
| YUV | 129.59 | 142.34 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 100 | 155 | 0 | 0.44 | 0.13 | 0.30 | 317.69 | 0.34 | 0.55 |
| Hex | B2 | 64 | 9B | 0 | 2C | D | 1E | 13E | 22 | 37 |
| Octal | 262 | 144 | 233 | 0 | 54 | 15 | 36 | 476 | 42 | 67 |
| Binary | 10110010 | 1100100 | 10011011 | 0 | 101100 | 1101 | 11110 | 100111110 | 100010 | 110111 |
Color Harmonies of #B2649B
Complementary color
Monochromatic Colors of #B2649B
Black with #B2649B
Text Example
Text Example
White with #B2649B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2649B; }
p { color: rgb(178,100,155); }
H1.HeaderClassName
{
color: #B2649B;
}
.AnyTagClassName
{
color: #B2649B;
}
</style>
background-color css
<style>
a { background-color: #B2649B; }
a { background-color: rgb(178,100,155); }
div.DivClassName
{
background-color: #B2649B;
}
.BgClassName
{
background-color: #B2649B;
}
</style>
border-color css
<style>
span { border-color: #B2649B; }
span { border-color: rgb(178,100,155); }
td.TdClassName
{
border-color: #B2649B;
}
.TagClassName
{
border-color: #B2649B;
}
</style>