Shades of Bouquet #B4639A
Tints of Bouquet #B4639A
RGB
CMYK
RGB Variations
Color information
#B4639A (or 0xB4639A) is known color: Bouquet. HEX triplet: B4, 63 and 9A. RGB value is (180,99,154). Sum of RGB (Red+Green+Blue) = 180+99+154=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 99 (39.06% from 255 or 22.86% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 180 - color contains mainly: red. Hex color #B4639A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4639A is #4B9C65. Grayscale: #818181. Windows color (decimal): -4955238 or 10118068. OLE color: 10118068.
HSL color Cylindrical-coordinate representation of color #B4639A: hue angle of 319.26º 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 #B4639A is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 99 | 154 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.29 |
| HSL | 319.26º | 0.35% | 0.55% | - |
| HSV(B) | 319.26º | 0.45% | 0.71% | - |
| XYZ | 29.12 | 20.96 | 33.08 | - |
| YUV | 129.49 | 141.84 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 99 | 154 | 0 | 0.45 | 0.14 | 0.29 | 319.26 | 0.35 | 0.55 |
| Hex | B4 | 63 | 9A | 0 | 2D | E | 1D | 13F | 23 | 37 |
| Octal | 264 | 143 | 232 | 0 | 55 | 16 | 35 | 477 | 43 | 67 |
| Binary | 10110100 | 1100011 | 10011010 | 0 | 101101 | 1110 | 11101 | 100111111 | 100011 | 110111 |
Color Harmonies of #B4639A
Complementary color
Monochromatic Colors of #B4639A
Black with #B4639A
Text Example
Text Example
White with #B4639A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4639A; }
p { color: rgb(180,99,154); }
H1.HeaderClassName
{
color: #B4639A;
}
.AnyTagClassName
{
color: #B4639A;
}
</style>
background-color css
<style>
a { background-color: #B4639A; }
a { background-color: rgb(180,99,154); }
div.DivClassName
{
background-color: #B4639A;
}
.BgClassName
{
background-color: #B4639A;
}
</style>
border-color css
<style>
span { border-color: #B4639A; }
span { border-color: rgb(180,99,154); }
td.TdClassName
{
border-color: #B4639A;
}
.TagClassName
{
border-color: #B4639A;
}
</style>