Shades of Jazzberry Jam #BB1563
Tints of Jazzberry Jam #BB1563
RGB
CMYK
RGB Variations
Color information
#BB1563 (or 0xBB1563) is known color: Jazzberry Jam. HEX triplet: BB, 15 and 63. RGB value is (187,21,99). Sum of RGB (Red+Green+Blue) = 187+21+99=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1563 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1563 is #44EA9C. Grayscale: #4F4F4F. Windows color (decimal): -4516509 or 6493627. OLE color: 6493627.
HSL color Cylindrical-coordinate representation of color #BB1563: hue angle of 331.81º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB1563 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 21 | 99 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.27 |
| HSL | 331.81º | 0.8% | 0.41% | - |
| HSV(B) | 331.81º | 0.89% | 0.73% | - |
| XYZ | 23.01 | 12 | 12.91 | - |
| YUV | 79.53 | 139 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 21 | 99 | 0 | 0.89 | 0.47 | 0.27 | 331.81 | 0.8 | 0.41 |
| Hex | BB | 15 | 63 | 0 | 59 | 2F | 1B | 14C | 50 | 29 |
| Octal | 273 | 25 | 143 | 0 | 131 | 57 | 33 | 514 | 120 | 51 |
| Binary | 10111011 | 10101 | 1100011 | 0 | 1011001 | 101111 | 11011 | 101001100 | 1010000 | 101001 |
Color Harmonies of #BB1563
Complementary color
Monochromatic Colors of #BB1563
Black with #BB1563
Text Example
Text Example
White with #BB1563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1563; }
p { color: rgb(187,21,99); }
H1.HeaderClassName
{
color: #BB1563;
}
.AnyTagClassName
{
color: #BB1563;
}
</style>
background-color css
<style>
a { background-color: #BB1563; }
a { background-color: rgb(187,21,99); }
div.DivClassName
{
background-color: #BB1563;
}
.BgClassName
{
background-color: #BB1563;
}
</style>
border-color css
<style>
span { border-color: #BB1563; }
span { border-color: rgb(187,21,99); }
td.TdClassName
{
border-color: #BB1563;
}
.TagClassName
{
border-color: #BB1563;
}
</style>