Shades of Bouquet #B4639B
Tints of Bouquet #B4639B
RGB
CMYK
RGB Variations
Color information
#B4639B (or 0xB4639B) is known color: Bouquet. HEX triplet: B4, 63 and 9B. RGB value is (180,99,155). Sum of RGB (Red+Green+Blue) = 180+99+155=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B4639B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4639B is #4B9C64. Grayscale: #818181. Windows color (decimal): -4955237 or 10183604. OLE color: 10183604.
HSL color Cylindrical-coordinate representation of color #B4639B: hue angle of 318.52º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B4639B is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 99 | 155 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.29 |
| HSL | 318.52º | 0.35% | 0.55% | - |
| HSV(B) | 318.52º | 0.45% | 0.71% | - |
| XYZ | 29.2 | 20.99 | 33.52 | - |
| YUV | 129.6 | 142.34 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 99 | 155 | 0 | 0.45 | 0.14 | 0.29 | 318.52 | 0.35 | 0.55 |
| Hex | B4 | 63 | 9B | 0 | 2D | E | 1D | 13F | 23 | 37 |
| Octal | 264 | 143 | 233 | 0 | 55 | 16 | 35 | 477 | 43 | 67 |
| Binary | 10110100 | 1100011 | 10011011 | 0 | 101101 | 1110 | 11101 | 100111111 | 100011 | 110111 |
Color Harmonies of #B4639B
Complementary color
Monochromatic Colors of #B4639B
Black with #B4639B
Text Example
Text Example
White with #B4639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4639B; }
p { color: rgb(180,99,155); }
H1.HeaderClassName
{
color: #B4639B;
}
.AnyTagClassName
{
color: #B4639B;
}
</style>
background-color css
<style>
a { background-color: #B4639B; }
a { background-color: rgb(180,99,155); }
div.DivClassName
{
background-color: #B4639B;
}
.BgClassName
{
background-color: #B4639B;
}
</style>
border-color css
<style>
span { border-color: #B4639B; }
span { border-color: rgb(180,99,155); }
td.TdClassName
{
border-color: #B4639B;
}
.TagClassName
{
border-color: #B4639B;
}
</style>