Shades of Bouquet #BB73A3
Tints of Bouquet #BB73A3
RGB
CMYK
RGB Variations
Color information
#BB73A3 (or 0xBB73A3) is known color: Bouquet. HEX triplet: BB, 73 and A3. RGB value is (187,115,163). Sum of RGB (Red+Green+Blue) = 187+115+163=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 163 (64.06% from 255 or 35.05% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BB73A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB73A3 is #448C5C. Grayscale: #8D8D8D. Windows color (decimal): -4492381 or 10711995. OLE color: 10711995.
HSL color Cylindrical-coordinate representation of color #BB73A3: hue angle of 320º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB73A3 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 115 | 163 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.27 |
| HSL | 320º | 0.35% | 0.59% | - |
| HSV(B) | 320º | 0.39% | 0.73% | - |
| XYZ | 33.24 | 25.47 | 37.81 | - |
| YUV | 142 | 139.85 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 163 | 0 | 0.39 | 0.13 | 0.27 | 320 | 0.35 | 0.59 |
| Hex | BB | 73 | A3 | 0 | 27 | D | 1B | 140 | 23 | 3B |
| Octal | 273 | 163 | 243 | 0 | 47 | 15 | 33 | 500 | 43 | 73 |
| Binary | 10111011 | 1110011 | 10100011 | 0 | 100111 | 1101 | 11011 | 101000000 | 100011 | 111011 |
Color Harmonies of #BB73A3
Complementary color
Monochromatic Colors of #BB73A3
Black with #BB73A3
Text Example
Text Example
White with #BB73A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB73A3; }
p { color: rgb(187,115,163); }
H1.HeaderClassName
{
color: #BB73A3;
}
.AnyTagClassName
{
color: #BB73A3;
}
</style>
background-color css
<style>
a { background-color: #BB73A3; }
a { background-color: rgb(187,115,163); }
div.DivClassName
{
background-color: #BB73A3;
}
.BgClassName
{
background-color: #BB73A3;
}
</style>
border-color css
<style>
span { border-color: #BB73A3; }
span { border-color: rgb(187,115,163); }
td.TdClassName
{
border-color: #BB73A3;
}
.TagClassName
{
border-color: #BB73A3;
}
</style>