Shades of Bouquet #BD7BA1
Tints of Bouquet #BD7BA1
RGB
CMYK
RGB Variations
Color information
#BD7BA1 (or 0xBD7BA1) is known color: Bouquet. HEX triplet: BD, 7B and A1. RGB value is (189,123,161). Sum of RGB (Red+Green+Blue) = 189+123+161=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 123 (48.44% from 255 or 26.00% from 473); Blue value is 161 (63.28% from 255 or 34.04% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7BA1 is #42845E. Grayscale: #929292. Windows color (decimal): -4359263 or 10582973. OLE color: 10582973.
HSL color Cylindrical-coordinate representation of color #BD7BA1: hue angle of 325.45º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD7BA1 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 123 | 161 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.26 |
| HSL | 325.45º | 0.33% | 0.61% | - |
| HSV(B) | 325.45º | 0.35% | 0.74% | - |
| XYZ | 34.5 | 27.56 | 37.22 | - |
| YUV | 147.07 | 135.87 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 123 | 161 | 0 | 0.35 | 0.15 | 0.26 | 325.45 | 0.33 | 0.61 |
| Hex | BD | 7B | A1 | 0 | 23 | F | 1A | 145 | 21 | 3D |
| Octal | 275 | 173 | 241 | 0 | 43 | 17 | 32 | 505 | 41 | 75 |
| Binary | 10111101 | 1111011 | 10100001 | 0 | 100011 | 1111 | 11010 | 101000101 | 100001 | 111101 |
Color Harmonies of #BD7BA1
Complementary color
Monochromatic Colors of #BD7BA1
Black with #BD7BA1
Text Example
Text Example
White with #BD7BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7BA1; }
p { color: rgb(189,123,161); }
H1.HeaderClassName
{
color: #BD7BA1;
}
.AnyTagClassName
{
color: #BD7BA1;
}
</style>
background-color css
<style>
a { background-color: #BD7BA1; }
a { background-color: rgb(189,123,161); }
div.DivClassName
{
background-color: #BD7BA1;
}
.BgClassName
{
background-color: #BD7BA1;
}
</style>
border-color css
<style>
span { border-color: #BD7BA1; }
span { border-color: rgb(189,123,161); }
td.TdClassName
{
border-color: #BD7BA1;
}
.TagClassName
{
border-color: #BD7BA1;
}
</style>