Shades of Hopbush #BB7394
Tints of Hopbush #BB7394
RGB
CMYK
RGB Variations
Color information
#BB7394 (or 0xBB7394) is known color: Hopbush. HEX triplet: BB, 73 and 94. RGB value is (187,115,148). Sum of RGB (Red+Green+Blue) = 187+115+148=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 115 (45.31% from 255 or 25.56% from 450); Blue value is 148 (58.20% from 255 or 32.89% from 450); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7394 is #448C6B. Grayscale: #8C8C8C. Windows color (decimal): -4492396 or 9728955. OLE color: 9728955.
HSL color Cylindrical-coordinate representation of color #BB7394: hue angle of 332.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 #BB7394 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 115 | 148 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.27 |
| HSL | 332.5º | 0.35% | 0.59% | - |
| HSV(B) | 332.5º | 0.39% | 0.73% | - |
| XYZ | 31.97 | 24.96 | 31.15 | - |
| YUV | 140.29 | 132.35 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 148 | 0 | 0.39 | 0.21 | 0.27 | 332.5 | 0.35 | 0.59 |
| Hex | BB | 73 | 94 | 0 | 27 | 15 | 1B | 14C | 23 | 3B |
| Octal | 273 | 163 | 224 | 0 | 47 | 25 | 33 | 514 | 43 | 73 |
| Binary | 10111011 | 1110011 | 10010100 | 0 | 100111 | 10101 | 11011 | 101001100 | 100011 | 111011 |
Color Harmonies of #BB7394
Complementary color
Monochromatic Colors of #BB7394
Black with #BB7394
Text Example
Text Example
White with #BB7394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7394; }
p { color: rgb(187,115,148); }
H1.HeaderClassName
{
color: #BB7394;
}
.AnyTagClassName
{
color: #BB7394;
}
</style>
background-color css
<style>
a { background-color: #BB7394; }
a { background-color: rgb(187,115,148); }
div.DivClassName
{
background-color: #BB7394;
}
.BgClassName
{
background-color: #BB7394;
}
</style>
border-color css
<style>
span { border-color: #BB7394; }
span { border-color: rgb(187,115,148); }
td.TdClassName
{
border-color: #BB7394;
}
.TagClassName
{
border-color: #BB7394;
}
</style>