Shades of Bouquet #B371A3
Tints of Bouquet #B371A3
RGB
CMYK
RGB Variations
Color information
#B371A3 (or 0xB371A3) is known color: Bouquet. HEX triplet: B3, 71 and A3. RGB value is (179,113,163). Sum of RGB (Red+Green+Blue) = 179+113+163=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 113 (44.53% from 255 or 24.84% from 455); Blue value is 163 (64.06% from 255 or 35.82% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B371A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B371A3 is #4C8E5C. Grayscale: #8A8A8A. Windows color (decimal): -5017181 or 10711475. OLE color: 10711475.
HSL color Cylindrical-coordinate representation of color #B371A3: hue angle of 314.55º 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 #B371A3 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 113 | 163 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.30 |
| HSL | 314.55º | 0.3% | 0.57% | - |
| HSV(B) | 314.55º | 0.37% | 0.7% | - |
| XYZ | 31.11 | 24.04 | 37.65 | - |
| YUV | 138.43 | 141.87 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 113 | 163 | 0 | 0.37 | 0.09 | 0.30 | 314.55 | 0.3 | 0.57 |
| Hex | B3 | 71 | A3 | 0 | 25 | 9 | 1E | 13B | 1E | 39 |
| Octal | 263 | 161 | 243 | 0 | 45 | 11 | 36 | 473 | 36 | 71 |
| Binary | 10110011 | 1110001 | 10100011 | 0 | 100101 | 1001 | 11110 | 100111011 | 11110 | 111001 |
Color Harmonies of #B371A3
Complementary color
Monochromatic Colors of #B371A3
Black with #B371A3
Text Example
Text Example
White with #B371A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B371A3; }
p { color: rgb(179,113,163); }
H1.HeaderClassName
{
color: #B371A3;
}
.AnyTagClassName
{
color: #B371A3;
}
</style>
background-color css
<style>
a { background-color: #B371A3; }
a { background-color: rgb(179,113,163); }
div.DivClassName
{
background-color: #B371A3;
}
.BgClassName
{
background-color: #B371A3;
}
</style>
border-color css
<style>
span { border-color: #B371A3; }
span { border-color: rgb(179,113,163); }
td.TdClassName
{
border-color: #B371A3;
}
.TagClassName
{
border-color: #B371A3;
}
</style>