Shades of Bouquet #BD73A7
Tints of Bouquet #BD73A7
RGB
CMYK
RGB Variations
Color information
#BD73A7 (or 0xBD73A7) is known color: Bouquet. HEX triplet: BD, 73 and A7. RGB value is (189,115,167). Sum of RGB (Red+Green+Blue) = 189+115+167=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 115 (45.31% from 255 or 24.42% from 471); Blue value is 167 (65.62% from 255 or 35.46% from 471); Max value from RGB is 189 - color contains mainly: red. Hex color #BD73A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD73A7 is #428C58. Grayscale: #8E8E8E. Windows color (decimal): -4361305 or 10974141. OLE color: 10974141.
HSL color Cylindrical-coordinate representation of color #BD73A7: hue angle of 317.84º 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 #BD73A7 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 115 | 167 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.26 |
| HSL | 317.84º | 0.36% | 0.6% | - |
| HSV(B) | 317.84º | 0.39% | 0.74% | - |
| XYZ | 34.09 | 25.87 | 39.76 | - |
| YUV | 143.05 | 141.52 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 115 | 167 | 0 | 0.39 | 0.12 | 0.26 | 317.84 | 0.36 | 0.6 |
| Hex | BD | 73 | A7 | 0 | 27 | C | 1A | 13E | 24 | 3C |
| Octal | 275 | 163 | 247 | 0 | 47 | 14 | 32 | 476 | 44 | 74 |
| Binary | 10111101 | 1110011 | 10100111 | 0 | 100111 | 1100 | 11010 | 100111110 | 100100 | 111100 |
Color Harmonies of #BD73A7
Complementary color
Monochromatic Colors of #BD73A7
Black with #BD73A7
Text Example
Text Example
White with #BD73A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD73A7; }
p { color: rgb(189,115,167); }
H1.HeaderClassName
{
color: #BD73A7;
}
.AnyTagClassName
{
color: #BD73A7;
}
</style>
background-color css
<style>
a { background-color: #BD73A7; }
a { background-color: rgb(189,115,167); }
div.DivClassName
{
background-color: #BD73A7;
}
.BgClassName
{
background-color: #BD73A7;
}
</style>
border-color css
<style>
span { border-color: #BD73A7; }
span { border-color: rgb(189,115,167); }
td.TdClassName
{
border-color: #BD73A7;
}
.TagClassName
{
border-color: #BD73A7;
}
</style>