Shades of Bouquet #BB75A1
Tints of Bouquet #BB75A1
RGB
CMYK
RGB Variations
Color information
#BB75A1 (or 0xBB75A1) is known color: Bouquet. HEX triplet: BB, 75 and A1. RGB value is (187,117,161). Sum of RGB (Red+Green+Blue) = 187+117+161=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 161 (63.28% from 255 or 34.62% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BB75A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB75A1 is #448A5E. Grayscale: #8E8E8E. Windows color (decimal): -4491871 or 10581435. OLE color: 10581435.
HSL color Cylindrical-coordinate representation of color #BB75A1: hue angle of 322.29º 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 #BB75A1 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 117 | 161 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.27 |
| HSL | 322.29º | 0.34% | 0.6% | - |
| HSV(B) | 322.29º | 0.37% | 0.73% | - |
| XYZ | 33.29 | 25.86 | 36.96 | - |
| YUV | 142.95 | 138.19 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 117 | 161 | 0 | 0.37 | 0.14 | 0.27 | 322.29 | 0.34 | 0.6 |
| Hex | BB | 75 | A1 | 0 | 25 | E | 1B | 142 | 22 | 3C |
| Octal | 273 | 165 | 241 | 0 | 45 | 16 | 33 | 502 | 42 | 74 |
| Binary | 10111011 | 1110101 | 10100001 | 0 | 100101 | 1110 | 11011 | 101000010 | 100010 | 111100 |
Color Harmonies of #BB75A1
Complementary color
Monochromatic Colors of #BB75A1
Black with #BB75A1
Text Example
Text Example
White with #BB75A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB75A1; }
p { color: rgb(187,117,161); }
H1.HeaderClassName
{
color: #BB75A1;
}
.AnyTagClassName
{
color: #BB75A1;
}
</style>
background-color css
<style>
a { background-color: #BB75A1; }
a { background-color: rgb(187,117,161); }
div.DivClassName
{
background-color: #BB75A1;
}
.BgClassName
{
background-color: #BB75A1;
}
</style>
border-color css
<style>
span { border-color: #BB75A1; }
span { border-color: rgb(187,117,161); }
td.TdClassName
{
border-color: #BB75A1;
}
.TagClassName
{
border-color: #BB75A1;
}
</style>