Shades of Bouquet #B3819D
Tints of Bouquet #B3819D
RGB
CMYK
RGB Variations
Color information
#B3819D (or 0xB3819D) is known color: Bouquet. HEX triplet: B3, 81 and 9D. RGB value is (179,129,157). Sum of RGB (Red+Green+Blue) = 179+129+157=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 179 - color contains mainly: red. Hex color #B3819D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3819D is #4C7E62. Grayscale: #939393. Windows color (decimal): -5013091 or 10322355. OLE color: 10322355.
HSL color Cylindrical-coordinate representation of color #B3819D: hue angle of 326.4º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3819D is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 129 | 157 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.30 |
| HSL | 326.4º | 0.25% | 0.6% | - |
| HSV(B) | 326.4º | 0.28% | 0.7% | - |
| XYZ | 32.53 | 27.72 | 35.53 | - |
| YUV | 147.14 | 133.57 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 129 | 157 | 0 | 0.28 | 0.12 | 0.30 | 326.4 | 0.25 | 0.6 |
| Hex | B3 | 81 | 9D | 0 | 1C | C | 1E | 146 | 19 | 3C |
| Octal | 263 | 201 | 235 | 0 | 34 | 14 | 36 | 506 | 31 | 74 |
| Binary | 10110011 | 10000001 | 10011101 | 0 | 11100 | 1100 | 11110 | 101000110 | 11001 | 111100 |
Color Harmonies of #B3819D
Complementary color
Monochromatic Colors of #B3819D
Black with #B3819D
Text Example
Text Example
White with #B3819D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3819D; }
p { color: rgb(179,129,157); }
H1.HeaderClassName
{
color: #B3819D;
}
.AnyTagClassName
{
color: #B3819D;
}
</style>
background-color css
<style>
a { background-color: #B3819D; }
a { background-color: rgb(179,129,157); }
div.DivClassName
{
background-color: #B3819D;
}
.BgClassName
{
background-color: #B3819D;
}
</style>
border-color css
<style>
span { border-color: #B3819D; }
span { border-color: rgb(179,129,157); }
td.TdClassName
{
border-color: #B3819D;
}
.TagClassName
{
border-color: #B3819D;
}
</style>