Shades of Bouquet #B582A4
Tints of Bouquet #B582A4
RGB
CMYK
RGB Variations
Color information
#B582A4 (or 0xB582A4) is known color: Bouquet. HEX triplet: B5, 82 and A4. RGB value is (181,130,164). Sum of RGB (Red+Green+Blue) = 181+130+164=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 164 (64.45% from 255 or 34.53% from 475); Max value from RGB is 181 - color contains mainly: red. Hex color #B582A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B582A4 is #4A7D5B. Grayscale: #959595. Windows color (decimal): -4881756 or 10781365. OLE color: 10781365.
HSL color Cylindrical-coordinate representation of color #B582A4: hue angle of 320º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B582A4 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 130 | 164 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.29 |
| HSL | 320º | 0.26% | 0.61% | - |
| HSV(B) | 320º | 0.28% | 0.71% | - |
| XYZ | 33.74 | 28.47 | 38.84 | - |
| YUV | 149.13 | 136.4 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 130 | 164 | 0 | 0.28 | 0.09 | 0.29 | 320 | 0.26 | 0.61 |
| Hex | B5 | 82 | A4 | 0 | 1C | 9 | 1D | 140 | 1A | 3D |
| Octal | 265 | 202 | 244 | 0 | 34 | 11 | 35 | 500 | 32 | 75 |
| Binary | 10110101 | 10000010 | 10100100 | 0 | 11100 | 1001 | 11101 | 101000000 | 11010 | 111101 |
Color Harmonies of #B582A4
Complementary color
Monochromatic Colors of #B582A4
Black with #B582A4
Text Example
Text Example
White with #B582A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B582A4; }
p { color: rgb(181,130,164); }
H1.HeaderClassName
{
color: #B582A4;
}
.AnyTagClassName
{
color: #B582A4;
}
</style>
background-color css
<style>
a { background-color: #B582A4; }
a { background-color: rgb(181,130,164); }
div.DivClassName
{
background-color: #B582A4;
}
.BgClassName
{
background-color: #B582A4;
}
</style>
border-color css
<style>
span { border-color: #B582A4; }
span { border-color: rgb(181,130,164); }
td.TdClassName
{
border-color: #B582A4;
}
.TagClassName
{
border-color: #B582A4;
}
</style>