Shades of Bouquet #B871AD
Tints of Bouquet #B871AD
RGB
CMYK
RGB Variations
Color information
#B871AD (or 0xB871AD) is known color: Bouquet. HEX triplet: B8, 71 and AD. RGB value is (184,113,173). Sum of RGB (Red+Green+Blue) = 184+113+173=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 184 - color contains mainly: red. Hex color #B871AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B871AD is #478E52. Grayscale: #8C8C8C. Windows color (decimal): -4689491 or 11366840. OLE color: 11366840.
HSL color Cylindrical-coordinate representation of color #B871AD: hue angle of 309.3º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B871AD is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 113 | 173 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.28 |
| HSL | 309.3º | 0.33% | 0.58% | - |
| HSV(B) | 309.3º | 0.39% | 0.72% | - |
| XYZ | 33.22 | 25.02 | 42.61 | - |
| YUV | 141.07 | 146.02 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 113 | 173 | 0 | 0.39 | 0.06 | 0.28 | 309.3 | 0.33 | 0.58 |
| Hex | B8 | 71 | AD | 0 | 27 | 6 | 1C | 135 | 21 | 3A |
| Octal | 270 | 161 | 255 | 0 | 47 | 6 | 34 | 465 | 41 | 72 |
| Binary | 10111000 | 1110001 | 10101101 | 0 | 100111 | 110 | 11100 | 100110101 | 100001 | 111010 |
Color Harmonies of #B871AD
Complementary color
Monochromatic Colors of #B871AD
Black with #B871AD
Text Example
Text Example
White with #B871AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B871AD; }
p { color: rgb(184,113,173); }
H1.HeaderClassName
{
color: #B871AD;
}
.AnyTagClassName
{
color: #B871AD;
}
</style>
background-color css
<style>
a { background-color: #B871AD; }
a { background-color: rgb(184,113,173); }
div.DivClassName
{
background-color: #B871AD;
}
.BgClassName
{
background-color: #B871AD;
}
</style>
border-color css
<style>
span { border-color: #B871AD; }
span { border-color: rgb(184,113,173); }
td.TdClassName
{
border-color: #B871AD;
}
.TagClassName
{
border-color: #B871AD;
}
</style>