Shades of Bouquet #B379A8
Tints of Bouquet #B379A8
RGB
CMYK
RGB Variations
Color information
#B379A8 (or 0xB379A8) is known color: Bouquet. HEX triplet: B3, 79 and A8. RGB value is (179,121,168). Sum of RGB (Red+Green+Blue) = 179+121+168=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 121 (47.66% from 255 or 25.85% from 468); Blue value is 168 (66.02% from 255 or 35.90% from 468); Max value from RGB is 179 - color contains mainly: red. Hex color #B379A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B379A8 is #4C8657. Grayscale: #8F8F8F. Windows color (decimal): -5015128 or 11041203. OLE color: 11041203.
HSL color Cylindrical-coordinate representation of color #B379A8: hue angle of 311.38º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B379A8 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 121 | 168 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.30 |
| HSL | 311.38º | 0.28% | 0.59% | - |
| HSV(B) | 311.38º | 0.32% | 0.7% | - |
| XYZ | 32.5 | 26.09 | 40.37 | - |
| YUV | 143.7 | 141.72 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 121 | 168 | 0 | 0.32 | 0.06 | 0.30 | 311.38 | 0.28 | 0.59 |
| Hex | B3 | 79 | A8 | 0 | 20 | 6 | 1E | 137 | 1C | 3B |
| Octal | 263 | 171 | 250 | 0 | 40 | 6 | 36 | 467 | 34 | 73 |
| Binary | 10110011 | 1111001 | 10101000 | 0 | 100000 | 110 | 11110 | 100110111 | 11100 | 111011 |
Color Harmonies of #B379A8
Complementary color
Monochromatic Colors of #B379A8
Black with #B379A8
Text Example
Text Example
White with #B379A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B379A8; }
p { color: rgb(179,121,168); }
H1.HeaderClassName
{
color: #B379A8;
}
.AnyTagClassName
{
color: #B379A8;
}
</style>
background-color css
<style>
a { background-color: #B379A8; }
a { background-color: rgb(179,121,168); }
div.DivClassName
{
background-color: #B379A8;
}
.BgClassName
{
background-color: #B379A8;
}
</style>
border-color css
<style>
span { border-color: #B379A8; }
span { border-color: rgb(179,121,168); }
td.TdClassName
{
border-color: #B379A8;
}
.TagClassName
{
border-color: #B379A8;
}
</style>