Shades of Hopbush #BB6D98
Tints of Hopbush #BB6D98
RGB
CMYK
RGB Variations
Color information
#BB6D98 (or 0xBB6D98) is known color: Hopbush. HEX triplet: BB, 6D and 98. RGB value is (187,109,152). Sum of RGB (Red+Green+Blue) = 187+109+152=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 109 (42.97% from 255 or 24.33% from 448); Blue value is 152 (59.77% from 255 or 33.93% from 448); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6D98 is #449267. Grayscale: #898989. Windows color (decimal): -4493928 or 9989563. OLE color: 9989563.
HSL color Cylindrical-coordinate representation of color #BB6D98: hue angle of 326.92º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB6D98 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 109 | 152 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.27 |
| HSL | 326.92º | 0.36% | 0.58% | - |
| HSV(B) | 326.92º | 0.42% | 0.73% | - |
| XYZ | 31.63 | 23.77 | 32.63 | - |
| YUV | 137.22 | 136.34 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 109 | 152 | 0 | 0.42 | 0.19 | 0.27 | 326.92 | 0.36 | 0.58 |
| Hex | BB | 6D | 98 | 0 | 2A | 13 | 1B | 147 | 24 | 3A |
| Octal | 273 | 155 | 230 | 0 | 52 | 23 | 33 | 507 | 44 | 72 |
| Binary | 10111011 | 1101101 | 10011000 | 0 | 101010 | 10011 | 11011 | 101000111 | 100100 | 111010 |
Color Harmonies of #BB6D98
Complementary color
Monochromatic Colors of #BB6D98
Black with #BB6D98
Text Example
Text Example
White with #BB6D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6D98; }
p { color: rgb(187,109,152); }
H1.HeaderClassName
{
color: #BB6D98;
}
.AnyTagClassName
{
color: #BB6D98;
}
</style>
background-color css
<style>
a { background-color: #BB6D98; }
a { background-color: rgb(187,109,152); }
div.DivClassName
{
background-color: #BB6D98;
}
.BgClassName
{
background-color: #BB6D98;
}
</style>
border-color css
<style>
span { border-color: #BB6D98; }
span { border-color: rgb(187,109,152); }
td.TdClassName
{
border-color: #BB6D98;
}
.TagClassName
{
border-color: #BB6D98;
}
</style>