Shades of Jazzberry Jam #BB044E
Tints of Jazzberry Jam #BB044E
RGB
CMYK
RGB Variations
Color information
#BB044E (or 0xBB044E) is known color: Jazzberry Jam. HEX triplet: BB, 04 and 4E. RGB value is (187,4,78). Sum of RGB (Red+Green+Blue) = 187+4+78=269 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.52% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 78 (30.86% from 255 or 29.00% from 269); Max value from RGB is 187 - color contains mainly: red. Hex color #BB044E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB044E is #44FBB1. Grayscale: #434343. Windows color (decimal): -4520882 or 5113019. OLE color: 5113019.
HSL color Cylindrical-coordinate representation of color #BB044E: hue angle of 335.74º 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 #BB044E is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 4 | 78 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.27 |
| HSL | 335.74º | 0.96% | 0.37% | - |
| HSV(B) | 335.74º | 0.98% | 0.73% | - |
| XYZ | 21.91 | 11.2 | 8.21 | - |
| YUV | 67.15 | 134.13 | 213.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 4 | 78 | 0 | 0.98 | 0.58 | 0.27 | 335.74 | 0.96 | 0.37 |
| Hex | BB | 4 | 4E | 0 | 62 | 3A | 1B | 150 | 60 | 25 |
| Octal | 273 | 4 | 116 | 0 | 142 | 72 | 33 | 520 | 140 | 45 |
| Binary | 10111011 | 100 | 1001110 | 0 | 1100010 | 111010 | 11011 | 101010000 | 1100000 | 100101 |
Color Harmonies of #BB044E
Complementary color
Monochromatic Colors of #BB044E
Black with #BB044E
Text Example
Text Example
White with #BB044E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB044E; }
p { color: rgb(187,4,78); }
H1.HeaderClassName
{
color: #BB044E;
}
.AnyTagClassName
{
color: #BB044E;
}
</style>
background-color css
<style>
a { background-color: #BB044E; }
a { background-color: rgb(187,4,78); }
div.DivClassName
{
background-color: #BB044E;
}
.BgClassName
{
background-color: #BB044E;
}
</style>
border-color css
<style>
span { border-color: #BB044E; }
span { border-color: rgb(187,4,78); }
td.TdClassName
{
border-color: #BB044E;
}
.TagClassName
{
border-color: #BB044E;
}
</style>