Shades of Bouquet #B376A8
Tints of Bouquet #B376A8
RGB
CMYK
RGB Variations
Color information
#B376A8 (or 0xB376A8) is known color: Bouquet. HEX triplet: B3, 76 and A8. RGB value is (179,118,168). Sum of RGB (Red+Green+Blue) = 179+118+168=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 179 - color contains mainly: red. Hex color #B376A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B376A8 is #4C8957. Grayscale: #8D8D8D. Windows color (decimal): -5015896 or 11040435. OLE color: 11040435.
HSL color Cylindrical-coordinate representation of color #B376A8: hue angle of 310.82º 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 #B376A8 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 118 | 168 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.30 |
| HSL | 310.82º | 0.29% | 0.58% | - |
| HSV(B) | 310.82º | 0.34% | 0.7% | - |
| XYZ | 32.14 | 25.37 | 40.25 | - |
| YUV | 141.94 | 142.71 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 118 | 168 | 0 | 0.34 | 0.06 | 0.30 | 310.82 | 0.29 | 0.58 |
| Hex | B3 | 76 | A8 | 0 | 22 | 6 | 1E | 137 | 1D | 3A |
| Octal | 263 | 166 | 250 | 0 | 42 | 6 | 36 | 467 | 35 | 72 |
| Binary | 10110011 | 1110110 | 10101000 | 0 | 100010 | 110 | 11110 | 100110111 | 11101 | 111010 |
Color Harmonies of #B376A8
Complementary color
Monochromatic Colors of #B376A8
Black with #B376A8
Text Example
Text Example
White with #B376A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B376A8; }
p { color: rgb(179,118,168); }
H1.HeaderClassName
{
color: #B376A8;
}
.AnyTagClassName
{
color: #B376A8;
}
</style>
background-color css
<style>
a { background-color: #B376A8; }
a { background-color: rgb(179,118,168); }
div.DivClassName
{
background-color: #B376A8;
}
.BgClassName
{
background-color: #B376A8;
}
</style>
border-color css
<style>
span { border-color: #B376A8; }
span { border-color: rgb(179,118,168); }
td.TdClassName
{
border-color: #B376A8;
}
.TagClassName
{
border-color: #B376A8;
}
</style>