Shades of Jazzberry Jam #BB1158
Tints of Jazzberry Jam #BB1158
RGB
CMYK
RGB Variations
Color information
#BB1158 (or 0xBB1158) is known color: Jazzberry Jam. HEX triplet: BB, 11 and 58. RGB value is (187,17,88). Sum of RGB (Red+Green+Blue) = 187+17+88=292 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.04% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 88 (34.77% from 255 or 30.14% from 292); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1158 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1158 is #44EEA7. Grayscale: #4B4B4B. Windows color (decimal): -4517544 or 5771707. OLE color: 5771707.
HSL color Cylindrical-coordinate representation of color #BB1158: hue angle of 334.94º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB1158 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 17 | 88 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.27 |
| HSL | 334.94º | 0.83% | 0.4% | - |
| HSV(B) | 334.94º | 0.91% | 0.73% | - |
| XYZ | 22.46 | 11.67 | 10.3 | - |
| YUV | 75.92 | 134.82 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 17 | 88 | 0 | 0.91 | 0.53 | 0.27 | 334.94 | 0.83 | 0.4 |
| Hex | BB | 11 | 58 | 0 | 5B | 35 | 1B | 14F | 53 | 28 |
| Octal | 273 | 21 | 130 | 0 | 133 | 65 | 33 | 517 | 123 | 50 |
| Binary | 10111011 | 10001 | 1011000 | 0 | 1011011 | 110101 | 11011 | 101001111 | 1010011 | 101000 |
Color Harmonies of #BB1158
Complementary color
Monochromatic Colors of #BB1158
Black with #BB1158
Text Example
Text Example
White with #BB1158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1158; }
p { color: rgb(187,17,88); }
H1.HeaderClassName
{
color: #BB1158;
}
.AnyTagClassName
{
color: #BB1158;
}
</style>
background-color css
<style>
a { background-color: #BB1158; }
a { background-color: rgb(187,17,88); }
div.DivClassName
{
background-color: #BB1158;
}
.BgClassName
{
background-color: #BB1158;
}
</style>
border-color css
<style>
span { border-color: #BB1158; }
span { border-color: rgb(187,17,88); }
td.TdClassName
{
border-color: #BB1158;
}
.TagClassName
{
border-color: #BB1158;
}
</style>