Shades of Jazzberry Jam #BB0164
Tints of Jazzberry Jam #BB0164
RGB
CMYK
RGB Variations
Color information
#BB0164 (or 0xBB0164) is known color: Jazzberry Jam. HEX triplet: BB, 01 and 64. RGB value is (187,1,100). Sum of RGB (Red+Green+Blue) = 187+1+100=288 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.93% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 100 (39.45% from 255 or 34.72% from 288); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0164 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0164 is #44FE9B. Grayscale: #434343. Windows color (decimal): -4521628 or 6554043. OLE color: 6554043.
HSL color Cylindrical-coordinate representation of color #BB0164: hue angle of 328.06º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB0164 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 1 | 100 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.27 |
| HSL | 328.06º | 0.99% | 0.37% | - |
| HSV(B) | 328.06º | 0.99% | 0.73% | - |
| XYZ | 22.8 | 11.51 | 13.08 | - |
| YUV | 67.9 | 146.12 | 212.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 100 | 0 | 0.99 | 0.47 | 0.27 | 328.06 | 0.99 | 0.37 |
| Hex | BB | 1 | 64 | 0 | 63 | 2F | 1B | 148 | 63 | 25 |
| Octal | 273 | 1 | 144 | 0 | 143 | 57 | 33 | 510 | 143 | 45 |
| Binary | 10111011 | 1 | 1100100 | 0 | 1100011 | 101111 | 11011 | 101001000 | 1100011 | 100101 |
Color Harmonies of #BB0164
Complementary color
Monochromatic Colors of #BB0164
Black with #BB0164
Text Example
Text Example
White with #BB0164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0164; }
p { color: rgb(187,1,100); }
H1.HeaderClassName
{
color: #BB0164;
}
.AnyTagClassName
{
color: #BB0164;
}
</style>
background-color css
<style>
a { background-color: #BB0164; }
a { background-color: rgb(187,1,100); }
div.DivClassName
{
background-color: #BB0164;
}
.BgClassName
{
background-color: #BB0164;
}
</style>
border-color css
<style>
span { border-color: #BB0164; }
span { border-color: rgb(187,1,100); }
td.TdClassName
{
border-color: #BB0164;
}
.TagClassName
{
border-color: #BB0164;
}
</style>