Shades of Bouquet #B371A6
Tints of Bouquet #B371A6
RGB
CMYK
RGB Variations
Color information
#B371A6 (or 0xB371A6) is known color: Bouquet. HEX triplet: B3, 71 and A6. RGB value is (179,113,166). Sum of RGB (Red+Green+Blue) = 179+113+166=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 113 (44.53% from 255 or 24.67% from 458); Blue value is 166 (65.23% from 255 or 36.24% from 458); Max value from RGB is 179 - color contains mainly: red. Hex color #B371A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B371A6 is #4C8E59. Grayscale: #8A8A8A. Windows color (decimal): -5017178 or 10908083. OLE color: 10908083.
HSL color Cylindrical-coordinate representation of color #B371A6: hue angle of 311.82º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B371A6 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 113 | 166 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.30 |
| HSL | 311.82º | 0.3% | 0.57% | - |
| HSV(B) | 311.82º | 0.37% | 0.7% | - |
| XYZ | 31.38 | 24.15 | 39.08 | - |
| YUV | 138.78 | 143.37 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 113 | 166 | 0 | 0.37 | 0.07 | 0.30 | 311.82 | 0.3 | 0.57 |
| Hex | B3 | 71 | A6 | 0 | 25 | 7 | 1E | 138 | 1E | 39 |
| Octal | 263 | 161 | 246 | 0 | 45 | 7 | 36 | 470 | 36 | 71 |
| Binary | 10110011 | 1110001 | 10100110 | 0 | 100101 | 111 | 11110 | 100111000 | 11110 | 111001 |
Color Harmonies of #B371A6
Complementary color
Monochromatic Colors of #B371A6
Black with #B371A6
Text Example
Text Example
White with #B371A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B371A6; }
p { color: rgb(179,113,166); }
H1.HeaderClassName
{
color: #B371A6;
}
.AnyTagClassName
{
color: #B371A6;
}
</style>
background-color css
<style>
a { background-color: #B371A6; }
a { background-color: rgb(179,113,166); }
div.DivClassName
{
background-color: #B371A6;
}
.BgClassName
{
background-color: #B371A6;
}
</style>
border-color css
<style>
span { border-color: #B371A6; }
span { border-color: rgb(179,113,166); }
td.TdClassName
{
border-color: #B371A6;
}
.TagClassName
{
border-color: #B371A6;
}
</style>