Shades of Bouquet #B376A2
Tints of Bouquet #B376A2
RGB
CMYK
RGB Variations
Color information
#B376A2 (or 0xB376A2) is known color: Bouquet. HEX triplet: B3, 76 and A2. RGB value is (179,118,162). Sum of RGB (Red+Green+Blue) = 179+118+162=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 179 - color contains mainly: red. Hex color #B376A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B376A2 is #4C895D. Grayscale: #8D8D8D. Windows color (decimal): -5015902 or 10647219. OLE color: 10647219.
HSL color Cylindrical-coordinate representation of color #B376A2: hue angle of 316.72º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B376A2 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 118 | 162 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.30 |
| HSL | 316.72º | 0.29% | 0.58% | - |
| HSV(B) | 316.72º | 0.34% | 0.7% | - |
| XYZ | 31.59 | 25.15 | 37.37 | - |
| YUV | 141.26 | 139.71 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 118 | 162 | 0 | 0.34 | 0.09 | 0.30 | 316.72 | 0.29 | 0.58 |
| Hex | B3 | 76 | A2 | 0 | 22 | 9 | 1E | 13D | 1D | 3A |
| Octal | 263 | 166 | 242 | 0 | 42 | 11 | 36 | 475 | 35 | 72 |
| Binary | 10110011 | 1110110 | 10100010 | 0 | 100010 | 1001 | 11110 | 100111101 | 11101 | 111010 |
Color Harmonies of #B376A2
Complementary color
Monochromatic Colors of #B376A2
Black with #B376A2
Text Example
Text Example
White with #B376A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B376A2; }
p { color: rgb(179,118,162); }
H1.HeaderClassName
{
color: #B376A2;
}
.AnyTagClassName
{
color: #B376A2;
}
</style>
background-color css
<style>
a { background-color: #B376A2; }
a { background-color: rgb(179,118,162); }
div.DivClassName
{
background-color: #B376A2;
}
.BgClassName
{
background-color: #B376A2;
}
</style>
border-color css
<style>
span { border-color: #B376A2; }
span { border-color: rgb(179,118,162); }
td.TdClassName
{
border-color: #B376A2;
}
.TagClassName
{
border-color: #B376A2;
}
</style>