Shades of Bouquet #B3679C
Tints of Bouquet #B3679C
RGB
CMYK
RGB Variations
Color information
#B3679C (or 0xB3679C) is known color: Bouquet. HEX triplet: B3, 67 and 9C. RGB value is (179,103,156). Sum of RGB (Red+Green+Blue) = 179+103+156=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 103 (40.62% from 255 or 23.52% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 179 - color contains mainly: red. Hex color #B3679C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3679C is #4C9863. Grayscale: #838383. Windows color (decimal): -5019748 or 10250163. OLE color: 10250163.
HSL color Cylindrical-coordinate representation of color #B3679C: hue angle of 318.16º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B3679C is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 103 | 156 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.30 |
| HSL | 318.16º | 0.33% | 0.55% | - |
| HSV(B) | 318.16º | 0.42% | 0.7% | - |
| XYZ | 29.44 | 21.68 | 34.09 | - |
| YUV | 131.77 | 141.68 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 103 | 156 | 0 | 0.42 | 0.13 | 0.30 | 318.16 | 0.33 | 0.55 |
| Hex | B3 | 67 | 9C | 0 | 2A | D | 1E | 13E | 21 | 37 |
| Octal | 263 | 147 | 234 | 0 | 52 | 15 | 36 | 476 | 41 | 67 |
| Binary | 10110011 | 1100111 | 10011100 | 0 | 101010 | 1101 | 11110 | 100111110 | 100001 | 110111 |
Color Harmonies of #B3679C
Complementary color
Monochromatic Colors of #B3679C
Black with #B3679C
Text Example
Text Example
White with #B3679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3679C; }
p { color: rgb(179,103,156); }
H1.HeaderClassName
{
color: #B3679C;
}
.AnyTagClassName
{
color: #B3679C;
}
</style>
background-color css
<style>
a { background-color: #B3679C; }
a { background-color: rgb(179,103,156); }
div.DivClassName
{
background-color: #B3679C;
}
.BgClassName
{
background-color: #B3679C;
}
</style>
border-color css
<style>
span { border-color: #B3679C; }
span { border-color: rgb(179,103,156); }
td.TdClassName
{
border-color: #B3679C;
}
.TagClassName
{
border-color: #B3679C;
}
</style>