Shades of Hopbush #BB7598
Tints of Hopbush #BB7598
RGB
CMYK
RGB Variations
Color information
#BB7598 (or 0xBB7598) is known color: Hopbush. HEX triplet: BB, 75 and 98. RGB value is (187,117,152). Sum of RGB (Red+Green+Blue) = 187+117+152=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 152 (59.77% from 255 or 33.33% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7598 is #448A67. Grayscale: #8D8D8D. Windows color (decimal): -4491880 or 9991611. OLE color: 9991611.
HSL color Cylindrical-coordinate representation of color #BB7598: hue angle of 330º 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 #BB7598 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 117 | 152 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.27 |
| HSL | 330º | 0.34% | 0.6% | - |
| HSV(B) | 330º | 0.37% | 0.73% | - |
| XYZ | 32.52 | 25.55 | 32.92 | - |
| YUV | 141.92 | 133.69 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 117 | 152 | 0 | 0.37 | 0.19 | 0.27 | 330 | 0.34 | 0.6 |
| Hex | BB | 75 | 98 | 0 | 25 | 13 | 1B | 14A | 22 | 3C |
| Octal | 273 | 165 | 230 | 0 | 45 | 23 | 33 | 512 | 42 | 74 |
| Binary | 10111011 | 1110101 | 10011000 | 0 | 100101 | 10011 | 11011 | 101001010 | 100010 | 111100 |
Color Harmonies of #BB7598
Complementary color
Monochromatic Colors of #BB7598
Black with #BB7598
Text Example
Text Example
White with #BB7598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7598; }
p { color: rgb(187,117,152); }
H1.HeaderClassName
{
color: #BB7598;
}
.AnyTagClassName
{
color: #BB7598;
}
</style>
background-color css
<style>
a { background-color: #BB7598; }
a { background-color: rgb(187,117,152); }
div.DivClassName
{
background-color: #BB7598;
}
.BgClassName
{
background-color: #BB7598;
}
</style>
border-color css
<style>
span { border-color: #BB7598; }
span { border-color: rgb(187,117,152); }
td.TdClassName
{
border-color: #BB7598;
}
.TagClassName
{
border-color: #BB7598;
}
</style>