Shades of Jazzberry Jam #BB045B
Tints of Jazzberry Jam #BB045B
RGB
CMYK
RGB Variations
Color information
#BB045B (or 0xBB045B) is known color: Jazzberry Jam. HEX triplet: BB, 04 and 5B. RGB value is (187,4,91). Sum of RGB (Red+Green+Blue) = 187+4+91=282 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.31% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 187 - color contains mainly: red. Hex color #BB045B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB045B is #44FBA4. Grayscale: #444444. Windows color (decimal): -4520869 or 5964987. OLE color: 5964987.
HSL color Cylindrical-coordinate representation of color #BB045B: hue angle of 331.48º 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 #BB045B is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 4 | 91 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.27 |
| HSL | 331.48º | 0.96% | 0.37% | - |
| HSV(B) | 331.48º | 0.98% | 0.73% | - |
| XYZ | 22.43 | 11.41 | 10.92 | - |
| YUV | 68.64 | 140.63 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 4 | 91 | 0 | 0.98 | 0.51 | 0.27 | 331.48 | 0.96 | 0.37 |
| Hex | BB | 4 | 5B | 0 | 62 | 33 | 1B | 14B | 60 | 25 |
| Octal | 273 | 4 | 133 | 0 | 142 | 63 | 33 | 513 | 140 | 45 |
| Binary | 10111011 | 100 | 1011011 | 0 | 1100010 | 110011 | 11011 | 101001011 | 1100000 | 100101 |
Color Harmonies of #BB045B
Complementary color
Monochromatic Colors of #BB045B
Black with #BB045B
Text Example
Text Example
White with #BB045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB045B; }
p { color: rgb(187,4,91); }
H1.HeaderClassName
{
color: #BB045B;
}
.AnyTagClassName
{
color: #BB045B;
}
</style>
background-color css
<style>
a { background-color: #BB045B; }
a { background-color: rgb(187,4,91); }
div.DivClassName
{
background-color: #BB045B;
}
.BgClassName
{
background-color: #BB045B;
}
</style>
border-color css
<style>
span { border-color: #BB045B; }
span { border-color: rgb(187,4,91); }
td.TdClassName
{
border-color: #BB045B;
}
.TagClassName
{
border-color: #BB045B;
}
</style>