Shades of Bouquet #BD6FA7
Tints of Bouquet #BD6FA7
RGB
CMYK
RGB Variations
Color information
#BD6FA7 (or 0xBD6FA7) is known color: Bouquet. HEX triplet: BD, 6F and A7. RGB value is (189,111,167). Sum of RGB (Red+Green+Blue) = 189+111+167=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 167 (65.62% from 255 or 35.76% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6FA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6FA7 is #429058. Grayscale: #8C8C8C. Windows color (decimal): -4362329 or 10973117. OLE color: 10973117.
HSL color Cylindrical-coordinate representation of color #BD6FA7: hue angle of 316.92º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD6FA7 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 111 | 167 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.26 |
| HSL | 316.92º | 0.37% | 0.59% | - |
| HSV(B) | 316.92º | 0.41% | 0.74% | - |
| XYZ | 33.65 | 24.98 | 39.61 | - |
| YUV | 140.71 | 142.84 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 111 | 167 | 0 | 0.41 | 0.12 | 0.26 | 316.92 | 0.37 | 0.59 |
| Hex | BD | 6F | A7 | 0 | 29 | C | 1A | 13D | 25 | 3B |
| Octal | 275 | 157 | 247 | 0 | 51 | 14 | 32 | 475 | 45 | 73 |
| Binary | 10111101 | 1101111 | 10100111 | 0 | 101001 | 1100 | 11010 | 100111101 | 100101 | 111011 |
Color Harmonies of #BD6FA7
Complementary color
Monochromatic Colors of #BD6FA7
Black with #BD6FA7
Text Example
Text Example
White with #BD6FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6FA7; }
p { color: rgb(189,111,167); }
H1.HeaderClassName
{
color: #BD6FA7;
}
.AnyTagClassName
{
color: #BD6FA7;
}
</style>
background-color css
<style>
a { background-color: #BD6FA7; }
a { background-color: rgb(189,111,167); }
div.DivClassName
{
background-color: #BD6FA7;
}
.BgClassName
{
background-color: #BD6FA7;
}
</style>
border-color css
<style>
span { border-color: #BD6FA7; }
span { border-color: rgb(189,111,167); }
td.TdClassName
{
border-color: #BD6FA7;
}
.TagClassName
{
border-color: #BD6FA7;
}
</style>