Shades of Bouquet #B3859E
Tints of Bouquet #B3859E
RGB
CMYK
RGB Variations
Color information
#B3859E (or 0xB3859E) is known color: Bouquet. HEX triplet: B3, 85 and 9E. RGB value is (179,133,158). Sum of RGB (Red+Green+Blue) = 179+133+158=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 158 (62.11% from 255 or 33.62% from 470); Max value from RGB is 179 - color contains mainly: red. Hex color #B3859E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3859E is #4C7A61. Grayscale: #959595. Windows color (decimal): -5012066 or 10388915. OLE color: 10388915.
HSL color Cylindrical-coordinate representation of color #B3859E: hue angle of 327.39º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3859E is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 133 | 158 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.30 |
| HSL | 327.39º | 0.23% | 0.61% | - |
| HSV(B) | 327.39º | 0.26% | 0.7% | - |
| XYZ | 33.15 | 28.83 | 36.16 | - |
| YUV | 149.6 | 132.74 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 133 | 158 | 0 | 0.26 | 0.12 | 0.30 | 327.39 | 0.23 | 0.61 |
| Hex | B3 | 85 | 9E | 0 | 1A | C | 1E | 147 | 17 | 3D |
| Octal | 263 | 205 | 236 | 0 | 32 | 14 | 36 | 507 | 27 | 75 |
| Binary | 10110011 | 10000101 | 10011110 | 0 | 11010 | 1100 | 11110 | 101000111 | 10111 | 111101 |
Color Harmonies of #B3859E
Complementary color
Monochromatic Colors of #B3859E
Black with #B3859E
Text Example
Text Example
White with #B3859E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3859E; }
p { color: rgb(179,133,158); }
H1.HeaderClassName
{
color: #B3859E;
}
.AnyTagClassName
{
color: #B3859E;
}
</style>
background-color css
<style>
a { background-color: #B3859E; }
a { background-color: rgb(179,133,158); }
div.DivClassName
{
background-color: #B3859E;
}
.BgClassName
{
background-color: #B3859E;
}
</style>
border-color css
<style>
span { border-color: #B3859E; }
span { border-color: rgb(179,133,158); }
td.TdClassName
{
border-color: #B3859E;
}
.TagClassName
{
border-color: #B3859E;
}
</style>