Shades of Jazzberry Jam #BB0155
Tints of Jazzberry Jam #BB0155
RGB
CMYK
RGB Variations
Color information
#BB0155 (or 0xBB0155) is known color: Jazzberry Jam. HEX triplet: BB, 01 and 55. RGB value is (187,1,85). Sum of RGB (Red+Green+Blue) = 187+1+85=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0155 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0155 is #44FEAA. Grayscale: #424242. Windows color (decimal): -4521643 or 5571003. OLE color: 5571003.
HSL color Cylindrical-coordinate representation of color #BB0155: hue angle of 332.9º 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 #BB0155 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 1 | 85 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.27 |
| HSL | 332.9º | 0.99% | 0.37% | - |
| HSV(B) | 332.9º | 0.99% | 0.73% | - |
| XYZ | 22.14 | 11.24 | 9.6 | - |
| YUV | 66.19 | 138.62 | 214.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 85 | 0 | 0.99 | 0.55 | 0.27 | 332.9 | 0.99 | 0.37 |
| Hex | BB | 1 | 55 | 0 | 63 | 37 | 1B | 14D | 63 | 25 |
| Octal | 273 | 1 | 125 | 0 | 143 | 67 | 33 | 515 | 143 | 45 |
| Binary | 10111011 | 1 | 1010101 | 0 | 1100011 | 110111 | 11011 | 101001101 | 1100011 | 100101 |
Color Harmonies of #BB0155
Complementary color
Monochromatic Colors of #BB0155
Black with #BB0155
Text Example
Text Example
White with #BB0155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0155; }
p { color: rgb(187,1,85); }
H1.HeaderClassName
{
color: #BB0155;
}
.AnyTagClassName
{
color: #BB0155;
}
</style>
background-color css
<style>
a { background-color: #BB0155; }
a { background-color: rgb(187,1,85); }
div.DivClassName
{
background-color: #BB0155;
}
.BgClassName
{
background-color: #BB0155;
}
</style>
border-color css
<style>
span { border-color: #BB0155; }
span { border-color: rgb(187,1,85); }
td.TdClassName
{
border-color: #BB0155;
}
.TagClassName
{
border-color: #BB0155;
}
</style>