Shades of Bouquet #BD73AD
Tints of Bouquet #BD73AD
RGB
CMYK
RGB Variations
Color information
#BD73AD (or 0xBD73AD) is known color: Bouquet. HEX triplet: BD, 73 and AD. RGB value is (189,115,173). Sum of RGB (Red+Green+Blue) = 189+115+173=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 189 - color contains mainly: red. Hex color #BD73AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD73AD is #428C52. Grayscale: #8F8F8F. Windows color (decimal): -4361299 or 11367357. OLE color: 11367357.
HSL color Cylindrical-coordinate representation of color #BD73AD: hue angle of 312.97º 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 #BD73AD is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 115 | 173 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.26 |
| HSL | 312.97º | 0.36% | 0.6% | - |
| HSV(B) | 312.97º | 0.39% | 0.74% | - |
| XYZ | 34.66 | 26.1 | 42.75 | - |
| YUV | 143.74 | 144.52 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 115 | 173 | 0 | 0.39 | 0.08 | 0.26 | 312.97 | 0.36 | 0.6 |
| Hex | BD | 73 | AD | 0 | 27 | 8 | 1A | 139 | 24 | 3C |
| Octal | 275 | 163 | 255 | 0 | 47 | 10 | 32 | 471 | 44 | 74 |
| Binary | 10111101 | 1110011 | 10101101 | 0 | 100111 | 1000 | 11010 | 100111001 | 100100 | 111100 |
Color Harmonies of #BD73AD
Complementary color
Monochromatic Colors of #BD73AD
Black with #BD73AD
Text Example
Text Example
White with #BD73AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD73AD; }
p { color: rgb(189,115,173); }
H1.HeaderClassName
{
color: #BD73AD;
}
.AnyTagClassName
{
color: #BD73AD;
}
</style>
background-color css
<style>
a { background-color: #BD73AD; }
a { background-color: rgb(189,115,173); }
div.DivClassName
{
background-color: #BD73AD;
}
.BgClassName
{
background-color: #BD73AD;
}
</style>
border-color css
<style>
span { border-color: #BD73AD; }
span { border-color: rgb(189,115,173); }
td.TdClassName
{
border-color: #BD73AD;
}
.TagClassName
{
border-color: #BD73AD;
}
</style>