Shades of Jazzberry Jam #BB1265
Tints of Jazzberry Jam #BB1265
RGB
CMYK
RGB Variations
Color information
#BB1265 (or 0xBB1265) is known color: Jazzberry Jam. HEX triplet: BB, 12 and 65. RGB value is (187,18,101). Sum of RGB (Red+Green+Blue) = 187+18+101=306 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.11% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 101 (39.84% from 255 or 33.01% from 306); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1265 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1265 is #44ED9A. Grayscale: #4D4D4D. Windows color (decimal): -4517275 or 6623931. OLE color: 6623931.
HSL color Cylindrical-coordinate representation of color #BB1265: hue angle of 330.53º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB1265 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 18 | 101 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.27 |
| HSL | 330.53º | 0.82% | 0.4% | - |
| HSV(B) | 330.53º | 0.9% | 0.73% | - |
| XYZ | 23.06 | 11.94 | 13.4 | - |
| YUV | 77.99 | 140.99 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 18 | 101 | 0 | 0.90 | 0.46 | 0.27 | 330.53 | 0.82 | 0.4 |
| Hex | BB | 12 | 65 | 0 | 5A | 2E | 1B | 14B | 52 | 28 |
| Octal | 273 | 22 | 145 | 0 | 132 | 56 | 33 | 513 | 122 | 50 |
| Binary | 10111011 | 10010 | 1100101 | 0 | 1011010 | 101110 | 11011 | 101001011 | 1010010 | 101000 |
Color Harmonies of #BB1265
Complementary color
Monochromatic Colors of #BB1265
Black with #BB1265
Text Example
Text Example
White with #BB1265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1265; }
p { color: rgb(187,18,101); }
H1.HeaderClassName
{
color: #BB1265;
}
.AnyTagClassName
{
color: #BB1265;
}
</style>
background-color css
<style>
a { background-color: #BB1265; }
a { background-color: rgb(187,18,101); }
div.DivClassName
{
background-color: #BB1265;
}
.BgClassName
{
background-color: #BB1265;
}
</style>
border-color css
<style>
span { border-color: #BB1265; }
span { border-color: rgb(187,18,101); }
td.TdClassName
{
border-color: #BB1265;
}
.TagClassName
{
border-color: #BB1265;
}
</style>