Shades of Bouquet #BB73A6
Tints of Bouquet #BB73A6
RGB
CMYK
RGB Variations
Color information
#BB73A6 (or 0xBB73A6) is known color: Bouquet. HEX triplet: BB, 73 and A6. RGB value is (187,115,166). Sum of RGB (Red+Green+Blue) = 187+115+166=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 166 (65.23% from 255 or 35.47% from 468); Max value from RGB is 187 - color contains mainly: red. Hex color #BB73A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB73A6 is #448C59. Grayscale: #8E8E8E. Windows color (decimal): -4492378 or 10908603. OLE color: 10908603.
HSL color Cylindrical-coordinate representation of color #BB73A6: hue angle of 317.5º 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 #BB73A6 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 115 | 166 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.27 |
| HSL | 317.5º | 0.35% | 0.59% | - |
| HSV(B) | 317.5º | 0.39% | 0.73% | - |
| XYZ | 33.51 | 25.58 | 39.25 | - |
| YUV | 142.34 | 141.35 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 166 | 0 | 0.39 | 0.11 | 0.27 | 317.5 | 0.35 | 0.59 |
| Hex | BB | 73 | A6 | 0 | 27 | B | 1B | 13E | 23 | 3B |
| Octal | 273 | 163 | 246 | 0 | 47 | 13 | 33 | 476 | 43 | 73 |
| Binary | 10111011 | 1110011 | 10100110 | 0 | 100111 | 1011 | 11011 | 100111110 | 100011 | 111011 |
Color Harmonies of #BB73A6
Complementary color
Monochromatic Colors of #BB73A6
Black with #BB73A6
Text Example
Text Example
White with #BB73A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB73A6; }
p { color: rgb(187,115,166); }
H1.HeaderClassName
{
color: #BB73A6;
}
.AnyTagClassName
{
color: #BB73A6;
}
</style>
background-color css
<style>
a { background-color: #BB73A6; }
a { background-color: rgb(187,115,166); }
div.DivClassName
{
background-color: #BB73A6;
}
.BgClassName
{
background-color: #BB73A6;
}
</style>
border-color css
<style>
span { border-color: #BB73A6; }
span { border-color: rgb(187,115,166); }
td.TdClassName
{
border-color: #BB73A6;
}
.TagClassName
{
border-color: #BB73A6;
}
</style>