Shades of Bouquet #BB73AC
Tints of Bouquet #BB73AC
RGB
CMYK
RGB Variations
Color information
#BB73AC (or 0xBB73AC) is known color: Bouquet. HEX triplet: BB, 73 and AC. RGB value is (187,115,172). Sum of RGB (Red+Green+Blue) = 187+115+172=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 187 - color contains mainly: red. Hex color #BB73AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB73AC is #448C53. Grayscale: #8E8E8E. Windows color (decimal): -4492372 or 11301819. OLE color: 11301819.
HSL color Cylindrical-coordinate representation of color #BB73AC: hue angle of 312.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 #BB73AC is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 115 | 172 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.27 |
| HSL | 312.5º | 0.35% | 0.59% | - |
| HSV(B) | 312.5º | 0.39% | 0.73% | - |
| XYZ | 34.07 | 25.8 | 42.21 | - |
| YUV | 143.03 | 144.35 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 172 | 0 | 0.39 | 0.08 | 0.27 | 312.5 | 0.35 | 0.59 |
| Hex | BB | 73 | AC | 0 | 27 | 8 | 1B | 138 | 23 | 3B |
| Octal | 273 | 163 | 254 | 0 | 47 | 10 | 33 | 470 | 43 | 73 |
| Binary | 10111011 | 1110011 | 10101100 | 0 | 100111 | 1000 | 11011 | 100111000 | 100011 | 111011 |
Color Harmonies of #BB73AC
Complementary color
Monochromatic Colors of #BB73AC
Black with #BB73AC
Text Example
Text Example
White with #BB73AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB73AC; }
p { color: rgb(187,115,172); }
H1.HeaderClassName
{
color: #BB73AC;
}
.AnyTagClassName
{
color: #BB73AC;
}
</style>
background-color css
<style>
a { background-color: #BB73AC; }
a { background-color: rgb(187,115,172); }
div.DivClassName
{
background-color: #BB73AC;
}
.BgClassName
{
background-color: #BB73AC;
}
</style>
border-color css
<style>
span { border-color: #BB73AC; }
span { border-color: rgb(187,115,172); }
td.TdClassName
{
border-color: #BB73AC;
}
.TagClassName
{
border-color: #BB73AC;
}
</style>