Shades of Bouquet #B378A6
Tints of Bouquet #B378A6
RGB
CMYK
RGB Variations
Color information
#B378A6 (or 0xB378A6) is known color: Bouquet. HEX triplet: B3, 78 and A6. RGB value is (179,120,166). Sum of RGB (Red+Green+Blue) = 179+120+166=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 120 (47.27% from 255 or 25.81% from 465); Blue value is 166 (65.23% from 255 or 35.70% from 465); Max value from RGB is 179 - color contains mainly: red. Hex color #B378A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B378A6 is #4C8759. Grayscale: #8E8E8E. Windows color (decimal): -5015386 or 10909875. OLE color: 10909875.
HSL color Cylindrical-coordinate representation of color #B378A6: hue angle of 313.22º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B378A6 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 120 | 166 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.30 |
| HSL | 313.22º | 0.28% | 0.59% | - |
| HSV(B) | 313.22º | 0.33% | 0.7% | - |
| XYZ | 32.19 | 25.77 | 39.35 | - |
| YUV | 142.89 | 141.05 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 120 | 166 | 0 | 0.33 | 0.07 | 0.30 | 313.22 | 0.28 | 0.59 |
| Hex | B3 | 78 | A6 | 0 | 21 | 7 | 1E | 139 | 1C | 3B |
| Octal | 263 | 170 | 246 | 0 | 41 | 7 | 36 | 471 | 34 | 73 |
| Binary | 10110011 | 1111000 | 10100110 | 0 | 100001 | 111 | 11110 | 100111001 | 11100 | 111011 |
Color Harmonies of #B378A6
Complementary color
Monochromatic Colors of #B378A6
Black with #B378A6
Text Example
Text Example
White with #B378A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B378A6; }
p { color: rgb(179,120,166); }
H1.HeaderClassName
{
color: #B378A6;
}
.AnyTagClassName
{
color: #B378A6;
}
</style>
background-color css
<style>
a { background-color: #B378A6; }
a { background-color: rgb(179,120,166); }
div.DivClassName
{
background-color: #B378A6;
}
.BgClassName
{
background-color: #B378A6;
}
</style>
border-color css
<style>
span { border-color: #B378A6; }
span { border-color: rgb(179,120,166); }
td.TdClassName
{
border-color: #B378A6;
}
.TagClassName
{
border-color: #B378A6;
}
</style>