Shades of Bouquet #B3669C
Tints of Bouquet #B3669C
RGB
CMYK
RGB Variations
Color information
#B3669C (or 0xB3669C) is known color: Bouquet. HEX triplet: B3, 66 and 9C. RGB value is (179,102,156). Sum of RGB (Red+Green+Blue) = 179+102+156=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 179 - color contains mainly: red. Hex color #B3669C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3669C is #4C9963. Grayscale: #838383. Windows color (decimal): -5020004 or 10249907. OLE color: 10249907.
HSL color Cylindrical-coordinate representation of color #B3669C: hue angle of 317.92º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B3669C is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 102 | 156 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.30 |
| HSL | 317.92º | 0.34% | 0.55% | - |
| HSV(B) | 317.92º | 0.43% | 0.7% | - |
| XYZ | 29.34 | 21.49 | 34.05 | - |
| YUV | 131.18 | 142.01 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 102 | 156 | 0 | 0.43 | 0.13 | 0.30 | 317.92 | 0.34 | 0.55 |
| Hex | B3 | 66 | 9C | 0 | 2B | D | 1E | 13E | 22 | 37 |
| Octal | 263 | 146 | 234 | 0 | 53 | 15 | 36 | 476 | 42 | 67 |
| Binary | 10110011 | 1100110 | 10011100 | 0 | 101011 | 1101 | 11110 | 100111110 | 100010 | 110111 |
Color Harmonies of #B3669C
Complementary color
Monochromatic Colors of #B3669C
Black with #B3669C
Text Example
Text Example
White with #B3669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3669C; }
p { color: rgb(179,102,156); }
H1.HeaderClassName
{
color: #B3669C;
}
.AnyTagClassName
{
color: #B3669C;
}
</style>
background-color css
<style>
a { background-color: #B3669C; }
a { background-color: rgb(179,102,156); }
div.DivClassName
{
background-color: #B3669C;
}
.BgClassName
{
background-color: #B3669C;
}
</style>
border-color css
<style>
span { border-color: #B3669C; }
span { border-color: rgb(179,102,156); }
td.TdClassName
{
border-color: #B3669C;
}
.TagClassName
{
border-color: #B3669C;
}
</style>