Shades of Bouquet #B3829F
Tints of Bouquet #B3829F
RGB
CMYK
RGB Variations
Color information
#B3829F (or 0xB3829F) is known color: Bouquet. HEX triplet: B3, 82 and 9F. RGB value is (179,130,159). Sum of RGB (Red+Green+Blue) = 179+130+159=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 179 - color contains mainly: red. Hex color #B3829F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3829F is #4C7D60. Grayscale: #939393. Windows color (decimal): -5012833 or 10453683. OLE color: 10453683.
HSL color Cylindrical-coordinate representation of color #B3829F: hue angle of 324.49º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B3829F is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 130 | 159 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.30 |
| HSL | 324.49º | 0.24% | 0.61% | - |
| HSV(B) | 324.49º | 0.27% | 0.7% | - |
| XYZ | 32.83 | 28.05 | 36.49 | - |
| YUV | 147.96 | 134.23 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 130 | 159 | 0 | 0.27 | 0.11 | 0.30 | 324.49 | 0.24 | 0.61 |
| Hex | B3 | 82 | 9F | 0 | 1B | B | 1E | 144 | 18 | 3D |
| Octal | 263 | 202 | 237 | 0 | 33 | 13 | 36 | 504 | 30 | 75 |
| Binary | 10110011 | 10000010 | 10011111 | 0 | 11011 | 1011 | 11110 | 101000100 | 11000 | 111101 |
Color Harmonies of #B3829F
Complementary color
Monochromatic Colors of #B3829F
Black with #B3829F
Text Example
Text Example
White with #B3829F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3829F; }
p { color: rgb(179,130,159); }
H1.HeaderClassName
{
color: #B3829F;
}
.AnyTagClassName
{
color: #B3829F;
}
</style>
background-color css
<style>
a { background-color: #B3829F; }
a { background-color: rgb(179,130,159); }
div.DivClassName
{
background-color: #B3829F;
}
.BgClassName
{
background-color: #B3829F;
}
</style>
border-color css
<style>
span { border-color: #B3829F; }
span { border-color: rgb(179,130,159); }
td.TdClassName
{
border-color: #B3829F;
}
.TagClassName
{
border-color: #B3829F;
}
</style>