Shades of Bouquet #B87FA3
Tints of Bouquet #B87FA3
RGB
CMYK
RGB Variations
Color information
#B87FA3 (or 0xB87FA3) is known color: Bouquet. HEX triplet: B8, 7F and A3. RGB value is (184,127,163). Sum of RGB (Red+Green+Blue) = 184+127+163=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 163 (64.06% from 255 or 34.39% from 474); Max value from RGB is 184 - color contains mainly: red. Hex color #B87FA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87FA3 is #47805C. Grayscale: #949494. Windows color (decimal): -4685917 or 10715064. OLE color: 10715064.
HSL color Cylindrical-coordinate representation of color #B87FA3: hue angle of 322.11º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B87FA3 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 127 | 163 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.28 |
| HSL | 322.11º | 0.29% | 0.61% | - |
| HSV(B) | 322.11º | 0.31% | 0.72% | - |
| XYZ | 33.97 | 28.01 | 38.27 | - |
| YUV | 148.15 | 136.38 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 127 | 163 | 0 | 0.31 | 0.11 | 0.28 | 322.11 | 0.29 | 0.61 |
| Hex | B8 | 7F | A3 | 0 | 1F | B | 1C | 142 | 1D | 3D |
| Octal | 270 | 177 | 243 | 0 | 37 | 13 | 34 | 502 | 35 | 75 |
| Binary | 10111000 | 1111111 | 10100011 | 0 | 11111 | 1011 | 11100 | 101000010 | 11101 | 111101 |
Color Harmonies of #B87FA3
Complementary color
Monochromatic Colors of #B87FA3
Black with #B87FA3
Text Example
Text Example
White with #B87FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87FA3; }
p { color: rgb(184,127,163); }
H1.HeaderClassName
{
color: #B87FA3;
}
.AnyTagClassName
{
color: #B87FA3;
}
</style>
background-color css
<style>
a { background-color: #B87FA3; }
a { background-color: rgb(184,127,163); }
div.DivClassName
{
background-color: #B87FA3;
}
.BgClassName
{
background-color: #B87FA3;
}
</style>
border-color css
<style>
span { border-color: #B87FA3; }
span { border-color: rgb(184,127,163); }
td.TdClassName
{
border-color: #B87FA3;
}
.TagClassName
{
border-color: #B87FA3;
}
</style>