Shades of Bouquet #B87DA4
Tints of Bouquet #B87DA4
RGB
CMYK
RGB Variations
Color information
#B87DA4 (or 0xB87DA4) is known color: Bouquet. HEX triplet: B8, 7D and A4. RGB value is (184,125,164). Sum of RGB (Red+Green+Blue) = 184+125+164=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 164 (64.45% from 255 or 34.67% from 473); Max value from RGB is 184 - color contains mainly: red. Hex color #B87DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87DA4 is #47825B. Grayscale: #929292. Windows color (decimal): -4686428 or 10780088. OLE color: 10780088.
HSL color Cylindrical-coordinate representation of color #B87DA4: hue angle of 320.34º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B87DA4 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 125 | 164 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.28 |
| HSL | 320.34º | 0.29% | 0.61% | - |
| HSV(B) | 320.34º | 0.32% | 0.72% | - |
| XYZ | 33.8 | 27.54 | 38.66 | - |
| YUV | 147.09 | 137.55 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 125 | 164 | 0 | 0.32 | 0.11 | 0.28 | 320.34 | 0.29 | 0.61 |
| Hex | B8 | 7D | A4 | 0 | 20 | B | 1C | 140 | 1D | 3D |
| Octal | 270 | 175 | 244 | 0 | 40 | 13 | 34 | 500 | 35 | 75 |
| Binary | 10111000 | 1111101 | 10100100 | 0 | 100000 | 1011 | 11100 | 101000000 | 11101 | 111101 |
Color Harmonies of #B87DA4
Complementary color
Monochromatic Colors of #B87DA4
Black with #B87DA4
Text Example
Text Example
White with #B87DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87DA4; }
p { color: rgb(184,125,164); }
H1.HeaderClassName
{
color: #B87DA4;
}
.AnyTagClassName
{
color: #B87DA4;
}
</style>
background-color css
<style>
a { background-color: #B87DA4; }
a { background-color: rgb(184,125,164); }
div.DivClassName
{
background-color: #B87DA4;
}
.BgClassName
{
background-color: #B87DA4;
}
</style>
border-color css
<style>
span { border-color: #B87DA4; }
span { border-color: rgb(184,125,164); }
td.TdClassName
{
border-color: #B87DA4;
}
.TagClassName
{
border-color: #B87DA4;
}
</style>