Shades of Bouquet #BD7FA7
Tints of Bouquet #BD7FA7
RGB
CMYK
RGB Variations
Color information
#BD7FA7 (or 0xBD7FA7) is known color: Bouquet. HEX triplet: BD, 7F and A7. RGB value is (189,127,167). Sum of RGB (Red+Green+Blue) = 189+127+167=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 167 (65.62% from 255 or 34.58% from 483); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7FA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7FA7 is #428058. Grayscale: #969696. Windows color (decimal): -4358233 or 10977213. OLE color: 10977213.
HSL color Cylindrical-coordinate representation of color #BD7FA7: hue angle of 321.29º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD7FA7 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 127 | 167 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.26 |
| HSL | 321.29º | 0.32% | 0.62% | - |
| HSV(B) | 321.29º | 0.33% | 0.74% | - |
| XYZ | 35.55 | 28.79 | 40.24 | - |
| YUV | 150.1 | 137.54 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 127 | 167 | 0 | 0.33 | 0.12 | 0.26 | 321.29 | 0.32 | 0.62 |
| Hex | BD | 7F | A7 | 0 | 21 | C | 1A | 141 | 20 | 3E |
| Octal | 275 | 177 | 247 | 0 | 41 | 14 | 32 | 501 | 40 | 76 |
| Binary | 10111101 | 1111111 | 10100111 | 0 | 100001 | 1100 | 11010 | 101000001 | 100000 | 111110 |
Color Harmonies of #BD7FA7
Complementary color
Monochromatic Colors of #BD7FA7
Black with #BD7FA7
Text Example
Text Example
White with #BD7FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7FA7; }
p { color: rgb(189,127,167); }
H1.HeaderClassName
{
color: #BD7FA7;
}
.AnyTagClassName
{
color: #BD7FA7;
}
</style>
background-color css
<style>
a { background-color: #BD7FA7; }
a { background-color: rgb(189,127,167); }
div.DivClassName
{
background-color: #BD7FA7;
}
.BgClassName
{
background-color: #BD7FA7;
}
</style>
border-color css
<style>
span { border-color: #BD7FA7; }
span { border-color: rgb(189,127,167); }
td.TdClassName
{
border-color: #BD7FA7;
}
.TagClassName
{
border-color: #BD7FA7;
}
</style>