Shades of Jazzberry Jam #BB1C64
Tints of Jazzberry Jam #BB1C64
RGB
CMYK
RGB Variations
Color information
#BB1C64 (or 0xBB1C64) is known color: Jazzberry Jam. HEX triplet: BB, 1C and 64. RGB value is (187,28,100). Sum of RGB (Red+Green+Blue) = 187+28+100=315 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.37% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1C64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1C64 is #44E39B. Grayscale: #535353. Windows color (decimal): -4514716 or 6560955. OLE color: 6560955.
HSL color Cylindrical-coordinate representation of color #BB1C64: hue angle of 332.83º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB1C64 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 28 | 100 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.27 |
| HSL | 332.83º | 0.74% | 0.42% | - |
| HSV(B) | 332.83º | 0.85% | 0.73% | - |
| XYZ | 23.21 | 12.32 | 13.21 | - |
| YUV | 83.75 | 137.18 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 28 | 100 | 0 | 0.85 | 0.47 | 0.27 | 332.83 | 0.74 | 0.42 |
| Hex | BB | 1C | 64 | 0 | 55 | 2F | 1B | 14D | 4A | 2A |
| Octal | 273 | 34 | 144 | 0 | 125 | 57 | 33 | 515 | 112 | 52 |
| Binary | 10111011 | 11100 | 1100100 | 0 | 1010101 | 101111 | 11011 | 101001101 | 1001010 | 101010 |
Color Harmonies of #BB1C64
Complementary color
Monochromatic Colors of #BB1C64
Black with #BB1C64
Text Example
Text Example
White with #BB1C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1C64; }
p { color: rgb(187,28,100); }
H1.HeaderClassName
{
color: #BB1C64;
}
.AnyTagClassName
{
color: #BB1C64;
}
</style>
background-color css
<style>
a { background-color: #BB1C64; }
a { background-color: rgb(187,28,100); }
div.DivClassName
{
background-color: #BB1C64;
}
.BgClassName
{
background-color: #BB1C64;
}
</style>
border-color css
<style>
span { border-color: #BB1C64; }
span { border-color: rgb(187,28,100); }
td.TdClassName
{
border-color: #BB1C64;
}
.TagClassName
{
border-color: #BB1C64;
}
</style>