Shades of Bouquet #B3679D
Tints of Bouquet #B3679D
RGB
CMYK
RGB Variations
Color information
#B3679D (or 0xB3679D) is known color: Bouquet. HEX triplet: B3, 67 and 9D. RGB value is (179,103,157). Sum of RGB (Red+Green+Blue) = 179+103+157=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 103 (40.62% from 255 or 23.46% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 179 - color contains mainly: red. Hex color #B3679D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3679D is #4C9862. Grayscale: #838383. Windows color (decimal): -5019747 or 10315699. OLE color: 10315699.
HSL color Cylindrical-coordinate representation of color #B3679D: hue angle of 317.37º 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 #B3679D is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 103 | 157 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.30 |
| HSL | 317.37º | 0.33% | 0.55% | - |
| HSV(B) | 317.37º | 0.42% | 0.7% | - |
| XYZ | 29.53 | 21.72 | 34.53 | - |
| YUV | 131.88 | 142.18 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 103 | 157 | 0 | 0.42 | 0.12 | 0.30 | 317.37 | 0.33 | 0.55 |
| Hex | B3 | 67 | 9D | 0 | 2A | C | 1E | 13D | 21 | 37 |
| Octal | 263 | 147 | 235 | 0 | 52 | 14 | 36 | 475 | 41 | 67 |
| Binary | 10110011 | 1100111 | 10011101 | 0 | 101010 | 1100 | 11110 | 100111101 | 100001 | 110111 |
Color Harmonies of #B3679D
Complementary color
Monochromatic Colors of #B3679D
Black with #B3679D
Text Example
Text Example
White with #B3679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3679D; }
p { color: rgb(179,103,157); }
H1.HeaderClassName
{
color: #B3679D;
}
.AnyTagClassName
{
color: #B3679D;
}
</style>
background-color css
<style>
a { background-color: #B3679D; }
a { background-color: rgb(179,103,157); }
div.DivClassName
{
background-color: #B3679D;
}
.BgClassName
{
background-color: #B3679D;
}
</style>
border-color css
<style>
span { border-color: #B3679D; }
span { border-color: rgb(179,103,157); }
td.TdClassName
{
border-color: #B3679D;
}
.TagClassName
{
border-color: #B3679D;
}
</style>