Shades of Bouquet #B4839D
Tints of Bouquet #B4839D
RGB
CMYK
RGB Variations
Color information
#B4839D (or 0xB4839D) is known color: Bouquet. HEX triplet: B4, 83 and 9D. RGB value is (180,131,157). Sum of RGB (Red+Green+Blue) = 180+131+157=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 180 - color contains mainly: red. Hex color #B4839D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4839D is #4B7C62. Grayscale: #949494. Windows color (decimal): -4947043 or 10322868. OLE color: 10322868.
HSL color Cylindrical-coordinate representation of color #B4839D: hue angle of 328.16º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4839D is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 131 | 157 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.29 |
| HSL | 328.16º | 0.25% | 0.61% | - |
| HSV(B) | 328.16º | 0.27% | 0.71% | - |
| XYZ | 33.02 | 28.37 | 35.63 | - |
| YUV | 148.62 | 132.73 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 131 | 157 | 0 | 0.27 | 0.13 | 0.29 | 328.16 | 0.25 | 0.61 |
| Hex | B4 | 83 | 9D | 0 | 1B | D | 1D | 148 | 19 | 3D |
| Octal | 264 | 203 | 235 | 0 | 33 | 15 | 35 | 510 | 31 | 75 |
| Binary | 10110100 | 10000011 | 10011101 | 0 | 11011 | 1101 | 11101 | 101001000 | 11001 | 111101 |
Color Harmonies of #B4839D
Complementary color
Monochromatic Colors of #B4839D
Black with #B4839D
Text Example
Text Example
White with #B4839D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4839D; }
p { color: rgb(180,131,157); }
H1.HeaderClassName
{
color: #B4839D;
}
.AnyTagClassName
{
color: #B4839D;
}
</style>
background-color css
<style>
a { background-color: #B4839D; }
a { background-color: rgb(180,131,157); }
div.DivClassName
{
background-color: #B4839D;
}
.BgClassName
{
background-color: #B4839D;
}
</style>
border-color css
<style>
span { border-color: #B4839D; }
span { border-color: rgb(180,131,157); }
td.TdClassName
{
border-color: #B4839D;
}
.TagClassName
{
border-color: #B4839D;
}
</style>