Shades of Jazzberry Jam #BB0158
Tints of Jazzberry Jam #BB0158
RGB
CMYK
RGB Variations
Color information
#BB0158 (or 0xBB0158) is known color: Jazzberry Jam. HEX triplet: BB, 01 and 58. RGB value is (187,1,88). Sum of RGB (Red+Green+Blue) = 187+1+88=276 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.75% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 88 (34.77% from 255 or 31.88% from 276); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0158 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0158 is #44FEA7. Grayscale: #424242. Windows color (decimal): -4521640 or 5767611. OLE color: 5767611.
HSL color Cylindrical-coordinate representation of color #BB0158: hue angle of 331.94º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB0158 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 1 | 88 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.27 |
| HSL | 331.94º | 0.99% | 0.37% | - |
| HSV(B) | 331.94º | 0.99% | 0.73% | - |
| XYZ | 22.27 | 11.29 | 10.24 | - |
| YUV | 66.53 | 140.12 | 213.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 88 | 0 | 0.99 | 0.53 | 0.27 | 331.94 | 0.99 | 0.37 |
| Hex | BB | 1 | 58 | 0 | 63 | 35 | 1B | 14C | 63 | 25 |
| Octal | 273 | 1 | 130 | 0 | 143 | 65 | 33 | 514 | 143 | 45 |
| Binary | 10111011 | 1 | 1011000 | 0 | 1100011 | 110101 | 11011 | 101001100 | 1100011 | 100101 |
Color Harmonies of #BB0158
Complementary color
Monochromatic Colors of #BB0158
Black with #BB0158
Text Example
Text Example
White with #BB0158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0158; }
p { color: rgb(187,1,88); }
H1.HeaderClassName
{
color: #BB0158;
}
.AnyTagClassName
{
color: #BB0158;
}
</style>
background-color css
<style>
a { background-color: #BB0158; }
a { background-color: rgb(187,1,88); }
div.DivClassName
{
background-color: #BB0158;
}
.BgClassName
{
background-color: #BB0158;
}
</style>
border-color css
<style>
span { border-color: #BB0158; }
span { border-color: rgb(187,1,88); }
td.TdClassName
{
border-color: #BB0158;
}
.TagClassName
{
border-color: #BB0158;
}
</style>