Shades of Bouquet #BD7AAA
Tints of Bouquet #BD7AAA
RGB
CMYK
RGB Variations
Color information
#BD7AAA (or 0xBD7AAA) is known color: Bouquet. HEX triplet: BD, 7A and AA. RGB value is (189,122,170). Sum of RGB (Red+Green+Blue) = 189+122+170=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 122 (48.05% from 255 or 25.36% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7AAA is #428555. Grayscale: #939393. Windows color (decimal): -4359510 or 11172541. OLE color: 11172541.
HSL color Cylindrical-coordinate representation of color #BD7AAA: hue angle of 317.01º degrees, saturation: 0.34, 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 #BD7AAA is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 122 | 170 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.26 |
| HSL | 317.01º | 0.34% | 0.61% | - |
| HSV(B) | 317.01º | 0.35% | 0.74% | - |
| XYZ | 35.2 | 27.64 | 41.51 | - |
| YUV | 147.51 | 140.7 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 122 | 170 | 0 | 0.35 | 0.10 | 0.26 | 317.01 | 0.34 | 0.61 |
| Hex | BD | 7A | AA | 0 | 23 | A | 1A | 13D | 22 | 3D |
| Octal | 275 | 172 | 252 | 0 | 43 | 12 | 32 | 475 | 42 | 75 |
| Binary | 10111101 | 1111010 | 10101010 | 0 | 100011 | 1010 | 11010 | 100111101 | 100010 | 111101 |
Color Harmonies of #BD7AAA
Complementary color
Monochromatic Colors of #BD7AAA
Black with #BD7AAA
Text Example
Text Example
White with #BD7AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7AAA; }
p { color: rgb(189,122,170); }
H1.HeaderClassName
{
color: #BD7AAA;
}
.AnyTagClassName
{
color: #BD7AAA;
}
</style>
background-color css
<style>
a { background-color: #BD7AAA; }
a { background-color: rgb(189,122,170); }
div.DivClassName
{
background-color: #BD7AAA;
}
.BgClassName
{
background-color: #BD7AAA;
}
</style>
border-color css
<style>
span { border-color: #BD7AAA; }
span { border-color: rgb(189,122,170); }
td.TdClassName
{
border-color: #BD7AAA;
}
.TagClassName
{
border-color: #BD7AAA;
}
</style>