Shades of Bouquet #B382A0
Tints of Bouquet #B382A0
RGB
CMYK
RGB Variations
Color information
#B382A0 (or 0xB382A0) is known color: Bouquet. HEX triplet: B3, 82 and A0. RGB value is (179,130,160). Sum of RGB (Red+Green+Blue) = 179+130+160=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 179 - color contains mainly: red. Hex color #B382A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B382A0 is #4C7D5F. Grayscale: #949494. Windows color (decimal): -5012832 or 10519219. OLE color: 10519219.
HSL color Cylindrical-coordinate representation of color #B382A0: hue angle of 323.27º 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 #B382A0 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 130 | 160 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.30 |
| HSL | 323.27º | 0.24% | 0.61% | - |
| HSV(B) | 323.27º | 0.27% | 0.7% | - |
| XYZ | 32.92 | 28.09 | 36.94 | - |
| YUV | 148.07 | 134.73 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 130 | 160 | 0 | 0.27 | 0.11 | 0.30 | 323.27 | 0.24 | 0.61 |
| Hex | B3 | 82 | A0 | 0 | 1B | B | 1E | 143 | 18 | 3D |
| Octal | 263 | 202 | 240 | 0 | 33 | 13 | 36 | 503 | 30 | 75 |
| Binary | 10110011 | 10000010 | 10100000 | 0 | 11011 | 1011 | 11110 | 101000011 | 11000 | 111101 |
Color Harmonies of #B382A0
Complementary color
Monochromatic Colors of #B382A0
Black with #B382A0
Text Example
Text Example
White with #B382A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B382A0; }
p { color: rgb(179,130,160); }
H1.HeaderClassName
{
color: #B382A0;
}
.AnyTagClassName
{
color: #B382A0;
}
</style>
background-color css
<style>
a { background-color: #B382A0; }
a { background-color: rgb(179,130,160); }
div.DivClassName
{
background-color: #B382A0;
}
.BgClassName
{
background-color: #B382A0;
}
</style>
border-color css
<style>
span { border-color: #B382A0; }
span { border-color: rgb(179,130,160); }
td.TdClassName
{
border-color: #B382A0;
}
.TagClassName
{
border-color: #B382A0;
}
</style>