Shades of Bouquet #B387A1
Tints of Bouquet #B387A1
RGB
CMYK
RGB Variations
Color information
#B387A1 (or 0xB387A1) is known color: Bouquet. HEX triplet: B3, 87 and A1. RGB value is (179,135,161). Sum of RGB (Red+Green+Blue) = 179+135+161=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 135 (53.12% from 255 or 28.42% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 179 - color contains mainly: red. Hex color #B387A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B387A1 is #4C785E. Grayscale: #979797. Windows color (decimal): -5011551 or 10586035. OLE color: 10586035.
HSL color Cylindrical-coordinate representation of color #B387A1: hue angle of 324.55º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B387A1 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 135 | 161 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.30 |
| HSL | 324.55º | 0.22% | 0.62% | - |
| HSV(B) | 324.55º | 0.25% | 0.7% | - |
| XYZ | 33.69 | 29.48 | 37.63 | - |
| YUV | 151.12 | 133.58 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 135 | 161 | 0 | 0.25 | 0.10 | 0.30 | 324.55 | 0.22 | 0.62 |
| Hex | B3 | 87 | A1 | 0 | 19 | A | 1E | 145 | 16 | 3E |
| Octal | 263 | 207 | 241 | 0 | 31 | 12 | 36 | 505 | 26 | 76 |
| Binary | 10110011 | 10000111 | 10100001 | 0 | 11001 | 1010 | 11110 | 101000101 | 10110 | 111110 |
Color Harmonies of #B387A1
Complementary color
Monochromatic Colors of #B387A1
Black with #B387A1
Text Example
Text Example
White with #B387A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B387A1; }
p { color: rgb(179,135,161); }
H1.HeaderClassName
{
color: #B387A1;
}
.AnyTagClassName
{
color: #B387A1;
}
</style>
background-color css
<style>
a { background-color: #B387A1; }
a { background-color: rgb(179,135,161); }
div.DivClassName
{
background-color: #B387A1;
}
.BgClassName
{
background-color: #B387A1;
}
</style>
border-color css
<style>
span { border-color: #B387A1; }
span { border-color: rgb(179,135,161); }
td.TdClassName
{
border-color: #B387A1;
}
.TagClassName
{
border-color: #B387A1;
}
</style>