Shades of Jazzberry Jam #BB1963
Tints of Jazzberry Jam #BB1963
RGB
CMYK
RGB Variations
Color information
#BB1963 (or 0xBB1963) is known color: Jazzberry Jam. HEX triplet: BB, 19 and 63. RGB value is (187,25,99). Sum of RGB (Red+Green+Blue) = 187+25+99=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1963 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1963 is #44E69C. Grayscale: #515151. Windows color (decimal): -4515485 or 6494651. OLE color: 6494651.
HSL color Cylindrical-coordinate representation of color #BB1963: hue angle of 332.59º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB1963 is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 25 | 99 | - |
| CMYK | 0 | 0.87 | 0.47 | 0.27 |
| HSL | 332.59º | 0.76% | 0.42% | - |
| HSV(B) | 332.59º | 0.87% | 0.73% | - |
| XYZ | 23.09 | 12.16 | 12.93 | - |
| YUV | 81.87 | 137.67 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 99 | 0 | 0.87 | 0.47 | 0.27 | 332.59 | 0.76 | 0.42 |
| Hex | BB | 19 | 63 | 0 | 57 | 2F | 1B | 14D | 4C | 2A |
| Octal | 273 | 31 | 143 | 0 | 127 | 57 | 33 | 515 | 114 | 52 |
| Binary | 10111011 | 11001 | 1100011 | 0 | 1010111 | 101111 | 11011 | 101001101 | 1001100 | 101010 |
Color Harmonies of #BB1963
Complementary color
Monochromatic Colors of #BB1963
Black with #BB1963
Text Example
Text Example
White with #BB1963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1963; }
p { color: rgb(187,25,99); }
H1.HeaderClassName
{
color: #BB1963;
}
.AnyTagClassName
{
color: #BB1963;
}
</style>
background-color css
<style>
a { background-color: #BB1963; }
a { background-color: rgb(187,25,99); }
div.DivClassName
{
background-color: #BB1963;
}
.BgClassName
{
background-color: #BB1963;
}
</style>
border-color css
<style>
span { border-color: #BB1963; }
span { border-color: rgb(187,25,99); }
td.TdClassName
{
border-color: #BB1963;
}
.TagClassName
{
border-color: #BB1963;
}
</style>