Shades of Bouquet #B484A4
Tints of Bouquet #B484A4
RGB
CMYK
RGB Variations
Color information
#B484A4 (or 0xB484A4) is known color: Bouquet. HEX triplet: B4, 84 and A4. RGB value is (180,132,164). Sum of RGB (Red+Green+Blue) = 180+132+164=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 164 (64.45% from 255 or 34.45% from 476); Max value from RGB is 180 - color contains mainly: red. Hex color #B484A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B484A4 is #4B7B5B. Grayscale: #959595. Windows color (decimal): -4946780 or 10781876. OLE color: 10781876.
HSL color Cylindrical-coordinate representation of color #B484A4: hue angle of 320º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B484A4 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 132 | 164 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.29 |
| HSL | 320º | 0.24% | 0.61% | - |
| HSV(B) | 320º | 0.27% | 0.71% | - |
| XYZ | 33.77 | 28.89 | 38.92 | - |
| YUV | 150 | 135.9 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 132 | 164 | 0 | 0.27 | 0.09 | 0.29 | 320 | 0.24 | 0.61 |
| Hex | B4 | 84 | A4 | 0 | 1B | 9 | 1D | 140 | 18 | 3D |
| Octal | 264 | 204 | 244 | 0 | 33 | 11 | 35 | 500 | 30 | 75 |
| Binary | 10110100 | 10000100 | 10100100 | 0 | 11011 | 1001 | 11101 | 101000000 | 11000 | 111101 |
Color Harmonies of #B484A4
Complementary color
Monochromatic Colors of #B484A4
Black with #B484A4
Text Example
Text Example
White with #B484A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B484A4; }
p { color: rgb(180,132,164); }
H1.HeaderClassName
{
color: #B484A4;
}
.AnyTagClassName
{
color: #B484A4;
}
</style>
background-color css
<style>
a { background-color: #B484A4; }
a { background-color: rgb(180,132,164); }
div.DivClassName
{
background-color: #B484A4;
}
.BgClassName
{
background-color: #B484A4;
}
</style>
border-color css
<style>
span { border-color: #B484A4; }
span { border-color: rgb(180,132,164); }
td.TdClassName
{
border-color: #B484A4;
}
.TagClassName
{
border-color: #B484A4;
}
</style>