Shades of Bouquet #B4659D
Tints of Bouquet #B4659D
RGB
CMYK
RGB Variations
Color information
#B4659D (or 0xB4659D) is known color: Bouquet. HEX triplet: B4, 65 and 9D. RGB value is (180,101,157). Sum of RGB (Red+Green+Blue) = 180+101+157=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B4659D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4659D is #4B9A62. Grayscale: #828282. Windows color (decimal): -4954723 or 10315188. OLE color: 10315188.
HSL color Cylindrical-coordinate representation of color #B4659D: hue angle of 317.47º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B4659D is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 101 | 157 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.29 |
| HSL | 317.47º | 0.34% | 0.55% | - |
| HSV(B) | 317.47º | 0.44% | 0.71% | - |
| XYZ | 29.56 | 21.44 | 34.48 | - |
| YUV | 131.01 | 142.67 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 101 | 157 | 0 | 0.44 | 0.13 | 0.29 | 317.47 | 0.34 | 0.55 |
| Hex | B4 | 65 | 9D | 0 | 2C | D | 1D | 13D | 22 | 37 |
| Octal | 264 | 145 | 235 | 0 | 54 | 15 | 35 | 475 | 42 | 67 |
| Binary | 10110100 | 1100101 | 10011101 | 0 | 101100 | 1101 | 11101 | 100111101 | 100010 | 110111 |
Color Harmonies of #B4659D
Complementary color
Monochromatic Colors of #B4659D
Black with #B4659D
Text Example
Text Example
White with #B4659D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4659D; }
p { color: rgb(180,101,157); }
H1.HeaderClassName
{
color: #B4659D;
}
.AnyTagClassName
{
color: #B4659D;
}
</style>
background-color css
<style>
a { background-color: #B4659D; }
a { background-color: rgb(180,101,157); }
div.DivClassName
{
background-color: #B4659D;
}
.BgClassName
{
background-color: #B4659D;
}
</style>
border-color css
<style>
span { border-color: #B4659D; }
span { border-color: rgb(180,101,157); }
td.TdClassName
{
border-color: #B4659D;
}
.TagClassName
{
border-color: #B4659D;
}
</style>