Shades of Jazzberry Jam #BB0465
Tints of Jazzberry Jam #BB0465
RGB
CMYK
RGB Variations
Color information
#BB0465 (or 0xBB0465) is known color: Jazzberry Jam. HEX triplet: BB, 04 and 65. RGB value is (187,4,101). Sum of RGB (Red+Green+Blue) = 187+4+101=292 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.04% from 292); Green value is 4 (1.95% from 255 or 1.37% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0465 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0465 is #44FB9A. Grayscale: #454545. Windows color (decimal): -4520859 or 6620347. OLE color: 6620347.
HSL color Cylindrical-coordinate representation of color #BB0465: hue angle of 328.2º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB0465 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 4 | 101 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.27 |
| HSL | 328.2º | 0.96% | 0.37% | - |
| HSV(B) | 328.2º | 0.98% | 0.73% | - |
| XYZ | 22.89 | 11.59 | 13.34 | - |
| YUV | 69.78 | 145.63 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 4 | 101 | 0 | 0.98 | 0.46 | 0.27 | 328.2 | 0.96 | 0.37 |
| Hex | BB | 4 | 65 | 0 | 62 | 2E | 1B | 148 | 60 | 25 |
| Octal | 273 | 4 | 145 | 0 | 142 | 56 | 33 | 510 | 140 | 45 |
| Binary | 10111011 | 100 | 1100101 | 0 | 1100010 | 101110 | 11011 | 101001000 | 1100000 | 100101 |
Color Harmonies of #BB0465
Complementary color
Monochromatic Colors of #BB0465
Black with #BB0465
Text Example
Text Example
White with #BB0465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0465; }
p { color: rgb(187,4,101); }
H1.HeaderClassName
{
color: #BB0465;
}
.AnyTagClassName
{
color: #BB0465;
}
</style>
background-color css
<style>
a { background-color: #BB0465; }
a { background-color: rgb(187,4,101); }
div.DivClassName
{
background-color: #BB0465;
}
.BgClassName
{
background-color: #BB0465;
}
</style>
border-color css
<style>
span { border-color: #BB0465; }
span { border-color: rgb(187,4,101); }
td.TdClassName
{
border-color: #BB0465;
}
.TagClassName
{
border-color: #BB0465;
}
</style>