Shades of Jazzberry Jam #BB2164
Tints of Jazzberry Jam #BB2164
RGB
CMYK
RGB Variations
Color information
#BB2164 (or 0xBB2164) is known color: Jazzberry Jam. HEX triplet: BB, 21 and 64. RGB value is (187,33,100). Sum of RGB (Red+Green+Blue) = 187+33+100=320 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.44% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2164 is #44DE9B. Grayscale: #565656. Windows color (decimal): -4513436 or 6562235. OLE color: 6562235.
HSL color Cylindrical-coordinate representation of color #BB2164: hue angle of 333.9º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB2164 is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 33 | 100 | - |
| CMYK | 0 | 0.82 | 0.47 | 0.27 |
| HSL | 333.9º | 0.7% | 0.43% | - |
| HSV(B) | 333.9º | 0.82% | 0.73% | - |
| XYZ | 23.34 | 12.57 | 13.25 | - |
| YUV | 86.68 | 135.52 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 33 | 100 | 0 | 0.82 | 0.47 | 0.27 | 333.9 | 0.7 | 0.43 |
| Hex | BB | 21 | 64 | 0 | 52 | 2F | 1B | 14E | 46 | 2B |
| Octal | 273 | 41 | 144 | 0 | 122 | 57 | 33 | 516 | 106 | 53 |
| Binary | 10111011 | 100001 | 1100100 | 0 | 1010010 | 101111 | 11011 | 101001110 | 1000110 | 101011 |
Color Harmonies of #BB2164
Complementary color
Monochromatic Colors of #BB2164
Black with #BB2164
Text Example
Text Example
White with #BB2164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2164; }
p { color: rgb(187,33,100); }
H1.HeaderClassName
{
color: #BB2164;
}
.AnyTagClassName
{
color: #BB2164;
}
</style>
background-color css
<style>
a { background-color: #BB2164; }
a { background-color: rgb(187,33,100); }
div.DivClassName
{
background-color: #BB2164;
}
.BgClassName
{
background-color: #BB2164;
}
</style>
border-color css
<style>
span { border-color: #BB2164; }
span { border-color: rgb(187,33,100); }
td.TdClassName
{
border-color: #BB2164;
}
.TagClassName
{
border-color: #BB2164;
}
</style>