Shades of Bouquet #BB70A1
Tints of Bouquet #BB70A1
RGB
CMYK
RGB Variations
Color information
#BB70A1 (or 0xBB70A1) is known color: Bouquet. HEX triplet: BB, 70 and A1. RGB value is (187,112,161). Sum of RGB (Red+Green+Blue) = 187+112+161=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 112 (44.14% from 255 or 24.35% from 460); Blue value is 161 (63.28% from 255 or 35% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BB70A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB70A1 is #448F5E. Grayscale: #8B8B8B. Windows color (decimal): -4493151 or 10580155. OLE color: 10580155.
HSL color Cylindrical-coordinate representation of color #BB70A1: hue angle of 320.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB70A1 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 112 | 161 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.27 |
| HSL | 320.8º | 0.36% | 0.59% | - |
| HSV(B) | 320.8º | 0.4% | 0.73% | - |
| XYZ | 32.72 | 24.73 | 36.77 | - |
| YUV | 140.01 | 139.85 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 112 | 161 | 0 | 0.40 | 0.14 | 0.27 | 320.8 | 0.36 | 0.59 |
| Hex | BB | 70 | A1 | 0 | 28 | E | 1B | 141 | 24 | 3B |
| Octal | 273 | 160 | 241 | 0 | 50 | 16 | 33 | 501 | 44 | 73 |
| Binary | 10111011 | 1110000 | 10100001 | 0 | 101000 | 1110 | 11011 | 101000001 | 100100 | 111011 |
Color Harmonies of #BB70A1
Complementary color
Monochromatic Colors of #BB70A1
Black with #BB70A1
Text Example
Text Example
White with #BB70A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB70A1; }
p { color: rgb(187,112,161); }
H1.HeaderClassName
{
color: #BB70A1;
}
.AnyTagClassName
{
color: #BB70A1;
}
</style>
background-color css
<style>
a { background-color: #BB70A1; }
a { background-color: rgb(187,112,161); }
div.DivClassName
{
background-color: #BB70A1;
}
.BgClassName
{
background-color: #BB70A1;
}
</style>
border-color css
<style>
span { border-color: #BB70A1; }
span { border-color: rgb(187,112,161); }
td.TdClassName
{
border-color: #BB70A1;
}
.TagClassName
{
border-color: #BB70A1;
}
</style>