Shades of Bouquet #B3759C
Tints of Bouquet #B3759C
RGB
CMYK
RGB Variations
Color information
#B3759C (or 0xB3759C) is known color: Bouquet. HEX triplet: B3, 75 and 9C. RGB value is (179,117,156). Sum of RGB (Red+Green+Blue) = 179+117+156=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 179 - color contains mainly: red. Hex color #B3759C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3759C is #4C8A63. Grayscale: #8B8B8B. Windows color (decimal): -5016164 or 10253747. OLE color: 10253747.
HSL color Cylindrical-coordinate representation of color #B3759C: hue angle of 322.26º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B3759C is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 117 | 156 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.30 |
| HSL | 322.26º | 0.29% | 0.58% | - |
| HSV(B) | 322.26º | 0.35% | 0.7% | - |
| XYZ | 30.95 | 24.71 | 34.59 | - |
| YUV | 139.98 | 137.04 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 117 | 156 | 0 | 0.35 | 0.13 | 0.30 | 322.26 | 0.29 | 0.58 |
| Hex | B3 | 75 | 9C | 0 | 23 | D | 1E | 142 | 1D | 3A |
| Octal | 263 | 165 | 234 | 0 | 43 | 15 | 36 | 502 | 35 | 72 |
| Binary | 10110011 | 1110101 | 10011100 | 0 | 100011 | 1101 | 11110 | 101000010 | 11101 | 111010 |
Color Harmonies of #B3759C
Complementary color
Monochromatic Colors of #B3759C
Black with #B3759C
Text Example
Text Example
White with #B3759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3759C; }
p { color: rgb(179,117,156); }
H1.HeaderClassName
{
color: #B3759C;
}
.AnyTagClassName
{
color: #B3759C;
}
</style>
background-color css
<style>
a { background-color: #B3759C; }
a { background-color: rgb(179,117,156); }
div.DivClassName
{
background-color: #B3759C;
}
.BgClassName
{
background-color: #B3759C;
}
</style>
border-color css
<style>
span { border-color: #B3759C; }
span { border-color: rgb(179,117,156); }
td.TdClassName
{
border-color: #B3759C;
}
.TagClassName
{
border-color: #B3759C;
}
</style>