Shades of Bouquet #BF73AA
Tints of Bouquet #BF73AA
RGB
CMYK
RGB Variations
Color information
#BF73AA (or 0xBF73AA) is known color: Bouquet. HEX triplet: BF, 73 and AA. RGB value is (191,115,170). Sum of RGB (Red+Green+Blue) = 191+115+170=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 191 - color contains mainly: red. Hex color #BF73AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF73AA is #408C55. Grayscale: #8F8F8F. Windows color (decimal): -4230230 or 11170751. OLE color: 11170751.
HSL color Cylindrical-coordinate representation of color #BF73AA: hue angle of 316.58º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF73AA is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 115 | 170 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.25 |
| HSL | 316.58º | 0.37% | 0.6% | - |
| HSV(B) | 316.58º | 0.4% | 0.75% | - |
| XYZ | 34.87 | 26.24 | 41.26 | - |
| YUV | 143.99 | 142.68 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 115 | 170 | 0 | 0.40 | 0.11 | 0.25 | 316.58 | 0.37 | 0.6 |
| Hex | BF | 73 | AA | 0 | 28 | B | 19 | 13D | 25 | 3C |
| Octal | 277 | 163 | 252 | 0 | 50 | 13 | 31 | 475 | 45 | 74 |
| Binary | 10111111 | 1110011 | 10101010 | 0 | 101000 | 1011 | 11001 | 100111101 | 100101 | 111100 |
Color Harmonies of #BF73AA
Complementary color
Monochromatic Colors of #BF73AA
Black with #BF73AA
Text Example
Text Example
White with #BF73AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF73AA; }
p { color: rgb(191,115,170); }
H1.HeaderClassName
{
color: #BF73AA;
}
.AnyTagClassName
{
color: #BF73AA;
}
</style>
background-color css
<style>
a { background-color: #BF73AA; }
a { background-color: rgb(191,115,170); }
div.DivClassName
{
background-color: #BF73AA;
}
.BgClassName
{
background-color: #BF73AA;
}
</style>
border-color css
<style>
span { border-color: #BF73AA; }
span { border-color: rgb(191,115,170); }
td.TdClassName
{
border-color: #BF73AA;
}
.TagClassName
{
border-color: #BF73AA;
}
</style>