Shades of Bouquet #B4659A
Tints of Bouquet #B4659A
RGB
CMYK
RGB Variations
Color information
#B4659A (or 0xB4659A) is known color: Bouquet. HEX triplet: B4, 65 and 9A. RGB value is (180,101,154). Sum of RGB (Red+Green+Blue) = 180+101+154=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B4659A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4659A is #4B9A65. Grayscale: #828282. Windows color (decimal): -4954726 or 10118580. OLE color: 10118580.
HSL color Cylindrical-coordinate representation of color #B4659A: hue angle of 319.75º 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 #B4659A is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 101 | 154 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.29 |
| HSL | 319.75º | 0.34% | 0.55% | - |
| HSV(B) | 319.75º | 0.44% | 0.71% | - |
| XYZ | 29.31 | 21.34 | 33.15 | - |
| YUV | 130.66 | 141.17 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 101 | 154 | 0 | 0.44 | 0.14 | 0.29 | 319.75 | 0.34 | 0.55 |
| Hex | B4 | 65 | 9A | 0 | 2C | E | 1D | 140 | 22 | 37 |
| Octal | 264 | 145 | 232 | 0 | 54 | 16 | 35 | 500 | 42 | 67 |
| Binary | 10110100 | 1100101 | 10011010 | 0 | 101100 | 1110 | 11101 | 101000000 | 100010 | 110111 |
Color Harmonies of #B4659A
Complementary color
Monochromatic Colors of #B4659A
Black with #B4659A
Text Example
Text Example
White with #B4659A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4659A; }
p { color: rgb(180,101,154); }
H1.HeaderClassName
{
color: #B4659A;
}
.AnyTagClassName
{
color: #B4659A;
}
</style>
background-color css
<style>
a { background-color: #B4659A; }
a { background-color: rgb(180,101,154); }
div.DivClassName
{
background-color: #B4659A;
}
.BgClassName
{
background-color: #B4659A;
}
</style>
border-color css
<style>
span { border-color: #B4659A; }
span { border-color: rgb(180,101,154); }
td.TdClassName
{
border-color: #B4659A;
}
.TagClassName
{
border-color: #B4659A;
}
</style>