Shades of Jazzberry Jam #BB1D5E
Tints of Jazzberry Jam #BB1D5E
RGB
CMYK
RGB Variations
Color information
#BB1D5E (or 0xBB1D5E) is known color: Jazzberry Jam. HEX triplet: BB, 1D and 5E. RGB value is (187,29,94). Sum of RGB (Red+Green+Blue) = 187+29+94=310 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.32% from 310); Green value is 29 (11.72% from 255 or 9.35% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1D5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1D5E is #44E2A1. Grayscale: #535353. Windows color (decimal): -4514466 or 6167995. OLE color: 6167995.
HSL color Cylindrical-coordinate representation of color #BB1D5E: hue angle of 335.32º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB1D5E is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 29 | 94 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.27 |
| HSL | 335.32º | 0.73% | 0.42% | - |
| HSV(B) | 335.32º | 0.84% | 0.73% | - |
| XYZ | 22.95 | 12.25 | 11.74 | - |
| YUV | 83.65 | 133.85 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 29 | 94 | 0 | 0.84 | 0.50 | 0.27 | 335.32 | 0.73 | 0.42 |
| Hex | BB | 1D | 5E | 0 | 54 | 32 | 1B | 14F | 49 | 2A |
| Octal | 273 | 35 | 136 | 0 | 124 | 62 | 33 | 517 | 111 | 52 |
| Binary | 10111011 | 11101 | 1011110 | 0 | 1010100 | 110010 | 11011 | 101001111 | 1001001 | 101010 |
Color Harmonies of #BB1D5E
Complementary color
Monochromatic Colors of #BB1D5E
Black with #BB1D5E
Text Example
Text Example
White with #BB1D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1D5E; }
p { color: rgb(187,29,94); }
H1.HeaderClassName
{
color: #BB1D5E;
}
.AnyTagClassName
{
color: #BB1D5E;
}
</style>
background-color css
<style>
a { background-color: #BB1D5E; }
a { background-color: rgb(187,29,94); }
div.DivClassName
{
background-color: #BB1D5E;
}
.BgClassName
{
background-color: #BB1D5E;
}
</style>
border-color css
<style>
span { border-color: #BB1D5E; }
span { border-color: rgb(187,29,94); }
td.TdClassName
{
border-color: #BB1D5E;
}
.TagClassName
{
border-color: #BB1D5E;
}
</style>