Shades of Bouquet #BB78A1
Tints of Bouquet #BB78A1
RGB
CMYK
RGB Variations
Color information
#BB78A1 (or 0xBB78A1) is known color: Bouquet. HEX triplet: BB, 78 and A1. RGB value is (187,120,161). Sum of RGB (Red+Green+Blue) = 187+120+161=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 120 (47.27% from 255 or 25.64% from 468); Blue value is 161 (63.28% from 255 or 34.40% from 468); Max value from RGB is 187 - color contains mainly: red. Hex color #BB78A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB78A1 is #44875E. Grayscale: #909090. Windows color (decimal): -4491103 or 10582203. OLE color: 10582203.
HSL color Cylindrical-coordinate representation of color #BB78A1: hue angle of 323.28º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB78A1 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 120 | 161 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.27 |
| HSL | 323.28º | 0.33% | 0.6% | - |
| HSV(B) | 323.28º | 0.36% | 0.73% | - |
| XYZ | 33.64 | 26.57 | 37.07 | - |
| YUV | 144.71 | 137.2 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 120 | 161 | 0 | 0.36 | 0.14 | 0.27 | 323.28 | 0.33 | 0.6 |
| Hex | BB | 78 | A1 | 0 | 24 | E | 1B | 143 | 21 | 3C |
| Octal | 273 | 170 | 241 | 0 | 44 | 16 | 33 | 503 | 41 | 74 |
| Binary | 10111011 | 1111000 | 10100001 | 0 | 100100 | 1110 | 11011 | 101000011 | 100001 | 111100 |
Color Harmonies of #BB78A1
Complementary color
Monochromatic Colors of #BB78A1
Black with #BB78A1
Text Example
Text Example
White with #BB78A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB78A1; }
p { color: rgb(187,120,161); }
H1.HeaderClassName
{
color: #BB78A1;
}
.AnyTagClassName
{
color: #BB78A1;
}
</style>
background-color css
<style>
a { background-color: #BB78A1; }
a { background-color: rgb(187,120,161); }
div.DivClassName
{
background-color: #BB78A1;
}
.BgClassName
{
background-color: #BB78A1;
}
</style>
border-color css
<style>
span { border-color: #BB78A1; }
span { border-color: rgb(187,120,161); }
td.TdClassName
{
border-color: #BB78A1;
}
.TagClassName
{
border-color: #BB78A1;
}
</style>