Shades of Jazzberry Jam #BB0455
Tints of Jazzberry Jam #BB0455
RGB
CMYK
RGB Variations
Color information
#BB0455 (or 0xBB0455) is known color: Jazzberry Jam. HEX triplet: BB, 04 and 55. RGB value is (187,4,85). Sum of RGB (Red+Green+Blue) = 187+4+85=276 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.75% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0455 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0455 is #44FBAA. Grayscale: #434343. Windows color (decimal): -4520875 or 5571771. OLE color: 5571771.
HSL color Cylindrical-coordinate representation of color #BB0455: hue angle of 333.44º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB0455 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 4 | 85 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.27 |
| HSL | 333.44º | 0.96% | 0.37% | - |
| HSV(B) | 333.44º | 0.98% | 0.73% | - |
| XYZ | 22.18 | 11.31 | 9.61 | - |
| YUV | 67.95 | 137.63 | 212.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 4 | 85 | 0 | 0.98 | 0.55 | 0.27 | 333.44 | 0.96 | 0.37 |
| Hex | BB | 4 | 55 | 0 | 62 | 37 | 1B | 14D | 60 | 25 |
| Octal | 273 | 4 | 125 | 0 | 142 | 67 | 33 | 515 | 140 | 45 |
| Binary | 10111011 | 100 | 1010101 | 0 | 1100010 | 110111 | 11011 | 101001101 | 1100000 | 100101 |
Color Harmonies of #BB0455
Complementary color
Monochromatic Colors of #BB0455
Black with #BB0455
Text Example
Text Example
White with #BB0455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0455; }
p { color: rgb(187,4,85); }
H1.HeaderClassName
{
color: #BB0455;
}
.AnyTagClassName
{
color: #BB0455;
}
</style>
background-color css
<style>
a { background-color: #BB0455; }
a { background-color: rgb(187,4,85); }
div.DivClassName
{
background-color: #BB0455;
}
.BgClassName
{
background-color: #BB0455;
}
</style>
border-color css
<style>
span { border-color: #BB0455; }
span { border-color: rgb(187,4,85); }
td.TdClassName
{
border-color: #BB0455;
}
.TagClassName
{
border-color: #BB0455;
}
</style>