Shades of Bouquet #BB75AA
Tints of Bouquet #BB75AA
RGB
CMYK
RGB Variations
Color information
#BB75AA (or 0xBB75AA) is known color: Bouquet. HEX triplet: BB, 75 and AA. RGB value is (187,117,170). Sum of RGB (Red+Green+Blue) = 187+117+170=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 187 - color contains mainly: red. Hex color #BB75AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB75AA is #448A55. Grayscale: #8F8F8F. Windows color (decimal): -4491862 or 11171259. OLE color: 11171259.
HSL color Cylindrical-coordinate representation of color #BB75AA: hue angle of 314.57º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB75AA is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 117 | 170 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.27 |
| HSL | 314.57º | 0.34% | 0.6% | - |
| HSV(B) | 314.57º | 0.37% | 0.73% | - |
| XYZ | 34.11 | 26.19 | 41.29 | - |
| YUV | 143.97 | 142.69 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 117 | 170 | 0 | 0.37 | 0.09 | 0.27 | 314.57 | 0.34 | 0.6 |
| Hex | BB | 75 | AA | 0 | 25 | 9 | 1B | 13B | 22 | 3C |
| Octal | 273 | 165 | 252 | 0 | 45 | 11 | 33 | 473 | 42 | 74 |
| Binary | 10111011 | 1110101 | 10101010 | 0 | 100101 | 1001 | 11011 | 100111011 | 100010 | 111100 |
Color Harmonies of #BB75AA
Complementary color
Monochromatic Colors of #BB75AA
Black with #BB75AA
Text Example
Text Example
White with #BB75AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB75AA; }
p { color: rgb(187,117,170); }
H1.HeaderClassName
{
color: #BB75AA;
}
.AnyTagClassName
{
color: #BB75AA;
}
</style>
background-color css
<style>
a { background-color: #BB75AA; }
a { background-color: rgb(187,117,170); }
div.DivClassName
{
background-color: #BB75AA;
}
.BgClassName
{
background-color: #BB75AA;
}
</style>
border-color css
<style>
span { border-color: #BB75AA; }
span { border-color: rgb(187,117,170); }
td.TdClassName
{
border-color: #BB75AA;
}
.TagClassName
{
border-color: #BB75AA;
}
</style>