Shades of Bouquet #B377A2
Tints of Bouquet #B377A2
RGB
CMYK
RGB Variations
Color information
#B377A2 (or 0xB377A2) is known color: Bouquet. HEX triplet: B3, 77 and A2. RGB value is (179,119,162). Sum of RGB (Red+Green+Blue) = 179+119+162=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 119 (46.88% from 255 or 25.87% from 460); Blue value is 162 (63.67% from 255 or 35.22% from 460); Max value from RGB is 179 - color contains mainly: red. Hex color #B377A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B377A2 is #4C885D. Grayscale: #8D8D8D. Windows color (decimal): -5015646 or 10647475. OLE color: 10647475.
HSL color Cylindrical-coordinate representation of color #B377A2: hue angle of 317º degrees, saturation: 0.28, 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 #B377A2 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 119 | 162 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.30 |
| HSL | 317º | 0.28% | 0.58% | - |
| HSV(B) | 317º | 0.34% | 0.7% | - |
| XYZ | 31.71 | 25.39 | 37.41 | - |
| YUV | 141.84 | 139.38 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 119 | 162 | 0 | 0.34 | 0.09 | 0.30 | 317 | 0.28 | 0.58 |
| Hex | B3 | 77 | A2 | 0 | 22 | 9 | 1E | 13D | 1C | 3A |
| Octal | 263 | 167 | 242 | 0 | 42 | 11 | 36 | 475 | 34 | 72 |
| Binary | 10110011 | 1110111 | 10100010 | 0 | 100010 | 1001 | 11110 | 100111101 | 11100 | 111010 |
Color Harmonies of #B377A2
Complementary color
Monochromatic Colors of #B377A2
Black with #B377A2
Text Example
Text Example
White with #B377A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B377A2; }
p { color: rgb(179,119,162); }
H1.HeaderClassName
{
color: #B377A2;
}
.AnyTagClassName
{
color: #B377A2;
}
</style>
background-color css
<style>
a { background-color: #B377A2; }
a { background-color: rgb(179,119,162); }
div.DivClassName
{
background-color: #B377A2;
}
.BgClassName
{
background-color: #B377A2;
}
</style>
border-color css
<style>
span { border-color: #B377A2; }
span { border-color: rgb(179,119,162); }
td.TdClassName
{
border-color: #B377A2;
}
.TagClassName
{
border-color: #B377A2;
}
</style>