Shades of Bouquet #BD6DA6
Tints of Bouquet #BD6DA6
RGB
CMYK
RGB Variations
Color information
#BD6DA6 (or 0xBD6DA6) is known color: Bouquet. HEX triplet: BD, 6D and A6. RGB value is (189,109,166). Sum of RGB (Red+Green+Blue) = 189+109+166=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 109 (42.97% from 255 or 23.49% from 464); Blue value is 166 (65.23% from 255 or 35.78% from 464); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6DA6 is #429259. Grayscale: #8B8B8B. Windows color (decimal): -4362842 or 10907069. OLE color: 10907069.
HSL color Cylindrical-coordinate representation of color #BD6DA6: hue angle of 317.25º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD6DA6 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 109 | 166 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.26 |
| HSL | 317.25º | 0.38% | 0.58% | - |
| HSV(B) | 317.25º | 0.42% | 0.74% | - |
| XYZ | 33.34 | 24.51 | 39.05 | - |
| YUV | 139.42 | 143 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 109 | 166 | 0 | 0.42 | 0.12 | 0.26 | 317.25 | 0.38 | 0.58 |
| Hex | BD | 6D | A6 | 0 | 2A | C | 1A | 13D | 26 | 3A |
| Octal | 275 | 155 | 246 | 0 | 52 | 14 | 32 | 475 | 46 | 72 |
| Binary | 10111101 | 1101101 | 10100110 | 0 | 101010 | 1100 | 11010 | 100111101 | 100110 | 111010 |
Color Harmonies of #BD6DA6
Complementary color
Monochromatic Colors of #BD6DA6
Black with #BD6DA6
Text Example
Text Example
White with #BD6DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6DA6; }
p { color: rgb(189,109,166); }
H1.HeaderClassName
{
color: #BD6DA6;
}
.AnyTagClassName
{
color: #BD6DA6;
}
</style>
background-color css
<style>
a { background-color: #BD6DA6; }
a { background-color: rgb(189,109,166); }
div.DivClassName
{
background-color: #BD6DA6;
}
.BgClassName
{
background-color: #BD6DA6;
}
</style>
border-color css
<style>
span { border-color: #BD6DA6; }
span { border-color: rgb(189,109,166); }
td.TdClassName
{
border-color: #BD6DA6;
}
.TagClassName
{
border-color: #BD6DA6;
}
</style>