Shades of Jazzberry Jam #BB0F65
Tints of Jazzberry Jam #BB0F65
RGB
CMYK
RGB Variations
Color information
#BB0F65 (or 0xBB0F65) is known color: Jazzberry Jam. HEX triplet: BB, 0F and 65. RGB value is (187,15,101). Sum of RGB (Red+Green+Blue) = 187+15+101=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 15 (6.25% from 255 or 4.95% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0F65 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0F65 is #44F09A. Grayscale: #4C4C4C. Windows color (decimal): -4518043 or 6623163. OLE color: 6623163.
HSL color Cylindrical-coordinate representation of color #BB0F65: hue angle of 330º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB0F65 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 15 | 101 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.27 |
| HSL | 330º | 0.85% | 0.4% | - |
| HSV(B) | 330º | 0.92% | 0.73% | - |
| XYZ | 23.01 | 11.85 | 13.39 | - |
| YUV | 76.23 | 141.98 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 15 | 101 | 0 | 0.92 | 0.46 | 0.27 | 330 | 0.85 | 0.4 |
| Hex | BB | F | 65 | 0 | 5C | 2E | 1B | 14A | 55 | 28 |
| Octal | 273 | 17 | 145 | 0 | 134 | 56 | 33 | 512 | 125 | 50 |
| Binary | 10111011 | 1111 | 1100101 | 0 | 1011100 | 101110 | 11011 | 101001010 | 1010101 | 101000 |
Color Harmonies of #BB0F65
Complementary color
Monochromatic Colors of #BB0F65
Black with #BB0F65
Text Example
Text Example
White with #BB0F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0F65; }
p { color: rgb(187,15,101); }
H1.HeaderClassName
{
color: #BB0F65;
}
.AnyTagClassName
{
color: #BB0F65;
}
</style>
background-color css
<style>
a { background-color: #BB0F65; }
a { background-color: rgb(187,15,101); }
div.DivClassName
{
background-color: #BB0F65;
}
.BgClassName
{
background-color: #BB0F65;
}
</style>
border-color css
<style>
span { border-color: #BB0F65; }
span { border-color: rgb(187,15,101); }
td.TdClassName
{
border-color: #BB0F65;
}
.TagClassName
{
border-color: #BB0F65;
}
</style>