Shades of Jazzberry Jam #BB0C55
Tints of Jazzberry Jam #BB0C55
RGB
CMYK
RGB Variations
Color information
#BB0C55 (or 0xBB0C55) is known color: Jazzberry Jam. HEX triplet: BB, 0C and 55. RGB value is (187,12,85). Sum of RGB (Red+Green+Blue) = 187+12+85=284 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.85% from 284); Green value is 12 (5.08% from 255 or 4.23% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0C55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0C55 is #44F3AA. Grayscale: #484848. Windows color (decimal): -4518827 or 5573819. OLE color: 5573819.
HSL color Cylindrical-coordinate representation of color #BB0C55: hue angle of 334.97º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0C55 is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 12 | 85 | - |
| CMYK | 0 | 0.94 | 0.55 | 0.27 |
| HSL | 334.97º | 0.88% | 0.39% | - |
| HSV(B) | 334.97º | 0.94% | 0.73% | - |
| XYZ | 22.26 | 11.48 | 9.64 | - |
| YUV | 72.65 | 134.98 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 12 | 85 | 0 | 0.94 | 0.55 | 0.27 | 334.97 | 0.88 | 0.39 |
| Hex | BB | C | 55 | 0 | 5E | 37 | 1B | 14F | 58 | 27 |
| Octal | 273 | 14 | 125 | 0 | 136 | 67 | 33 | 517 | 130 | 47 |
| Binary | 10111011 | 1100 | 1010101 | 0 | 1011110 | 110111 | 11011 | 101001111 | 1011000 | 100111 |
Color Harmonies of #BB0C55
Complementary color
Monochromatic Colors of #BB0C55
Black with #BB0C55
Text Example
Text Example
White with #BB0C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0C55; }
p { color: rgb(187,12,85); }
H1.HeaderClassName
{
color: #BB0C55;
}
.AnyTagClassName
{
color: #BB0C55;
}
</style>
background-color css
<style>
a { background-color: #BB0C55; }
a { background-color: rgb(187,12,85); }
div.DivClassName
{
background-color: #BB0C55;
}
.BgClassName
{
background-color: #BB0C55;
}
</style>
border-color css
<style>
span { border-color: #BB0C55; }
span { border-color: rgb(187,12,85); }
td.TdClassName
{
border-color: #BB0C55;
}
.TagClassName
{
border-color: #BB0C55;
}
</style>