Shades of Bouquet #BD73A6
Tints of Bouquet #BD73A6
RGB
CMYK
RGB Variations
Color information
#BD73A6 (or 0xBD73A6) is known color: Bouquet. HEX triplet: BD, 73 and A6. RGB value is (189,115,166). Sum of RGB (Red+Green+Blue) = 189+115+166=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 115 (45.31% from 255 or 24.47% from 470); Blue value is 166 (65.23% from 255 or 35.32% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BD73A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD73A6 is #428C59. Grayscale: #8E8E8E. Windows color (decimal): -4361306 or 10908605. OLE color: 10908605.
HSL color Cylindrical-coordinate representation of color #BD73A6: hue angle of 318.65º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD73A6 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 115 | 166 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.26 |
| HSL | 318.65º | 0.36% | 0.6% | - |
| HSV(B) | 318.65º | 0.39% | 0.74% | - |
| XYZ | 34 | 25.83 | 39.27 | - |
| YUV | 142.94 | 141.02 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 115 | 166 | 0 | 0.39 | 0.12 | 0.26 | 318.65 | 0.36 | 0.6 |
| Hex | BD | 73 | A6 | 0 | 27 | C | 1A | 13F | 24 | 3C |
| Octal | 275 | 163 | 246 | 0 | 47 | 14 | 32 | 477 | 44 | 74 |
| Binary | 10111101 | 1110011 | 10100110 | 0 | 100111 | 1100 | 11010 | 100111111 | 100100 | 111100 |
Color Harmonies of #BD73A6
Complementary color
Monochromatic Colors of #BD73A6
Black with #BD73A6
Text Example
Text Example
White with #BD73A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD73A6; }
p { color: rgb(189,115,166); }
H1.HeaderClassName
{
color: #BD73A6;
}
.AnyTagClassName
{
color: #BD73A6;
}
</style>
background-color css
<style>
a { background-color: #BD73A6; }
a { background-color: rgb(189,115,166); }
div.DivClassName
{
background-color: #BD73A6;
}
.BgClassName
{
background-color: #BD73A6;
}
</style>
border-color css
<style>
span { border-color: #BD73A6; }
span { border-color: rgb(189,115,166); }
td.TdClassName
{
border-color: #BD73A6;
}
.TagClassName
{
border-color: #BD73A6;
}
</style>