Shades of Bouquet #B4659E
Tints of Bouquet #B4659E
RGB
CMYK
RGB Variations
Color information
#B4659E (or 0xB4659E) is known color: Bouquet. HEX triplet: B4, 65 and 9E. RGB value is (180,101,158). Sum of RGB (Red+Green+Blue) = 180+101+158=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B4659E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4659E is #4B9A61. Grayscale: #828282. Windows color (decimal): -4954722 or 10380724. OLE color: 10380724.
HSL color Cylindrical-coordinate representation of color #B4659E: hue angle of 316.71º 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 #B4659E is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 101 | 158 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.29 |
| HSL | 316.71º | 0.34% | 0.55% | - |
| HSV(B) | 316.71º | 0.44% | 0.71% | - |
| XYZ | 29.65 | 21.48 | 34.93 | - |
| YUV | 131.12 | 143.17 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 101 | 158 | 0 | 0.44 | 0.12 | 0.29 | 316.71 | 0.34 | 0.55 |
| Hex | B4 | 65 | 9E | 0 | 2C | C | 1D | 13D | 22 | 37 |
| Octal | 264 | 145 | 236 | 0 | 54 | 14 | 35 | 475 | 42 | 67 |
| Binary | 10110100 | 1100101 | 10011110 | 0 | 101100 | 1100 | 11101 | 100111101 | 100010 | 110111 |
Color Harmonies of #B4659E
Complementary color
Monochromatic Colors of #B4659E
Black with #B4659E
Text Example
Text Example
White with #B4659E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4659E; }
p { color: rgb(180,101,158); }
H1.HeaderClassName
{
color: #B4659E;
}
.AnyTagClassName
{
color: #B4659E;
}
</style>
background-color css
<style>
a { background-color: #B4659E; }
a { background-color: rgb(180,101,158); }
div.DivClassName
{
background-color: #B4659E;
}
.BgClassName
{
background-color: #B4659E;
}
</style>
border-color css
<style>
span { border-color: #B4659E; }
span { border-color: rgb(180,101,158); }
td.TdClassName
{
border-color: #B4659E;
}
.TagClassName
{
border-color: #B4659E;
}
</style>