Shades of Jazzberry Jam #BB045A
Tints of Jazzberry Jam #BB045A
RGB
CMYK
RGB Variations
Color information
#BB045A (or 0xBB045A) is known color: Jazzberry Jam. HEX triplet: BB, 04 and 5A. RGB value is (187,4,90). Sum of RGB (Red+Green+Blue) = 187+4+90=281 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.55% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 187 - color contains mainly: red. Hex color #BB045A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB045A is #44FBA5. Grayscale: #444444. Windows color (decimal): -4520870 or 5899451. OLE color: 5899451.
HSL color Cylindrical-coordinate representation of color #BB045A: hue angle of 331.8º 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 #BB045A is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 4 | 90 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.27 |
| HSL | 331.8º | 0.96% | 0.37% | - |
| HSV(B) | 331.8º | 0.98% | 0.73% | - |
| XYZ | 22.38 | 11.39 | 10.69 | - |
| YUV | 68.52 | 140.13 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 4 | 90 | 0 | 0.98 | 0.52 | 0.27 | 331.8 | 0.96 | 0.37 |
| Hex | BB | 4 | 5A | 0 | 62 | 34 | 1B | 14C | 60 | 25 |
| Octal | 273 | 4 | 132 | 0 | 142 | 64 | 33 | 514 | 140 | 45 |
| Binary | 10111011 | 100 | 1011010 | 0 | 1100010 | 110100 | 11011 | 101001100 | 1100000 | 100101 |
Color Harmonies of #BB045A
Complementary color
Monochromatic Colors of #BB045A
Black with #BB045A
Text Example
Text Example
White with #BB045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB045A; }
p { color: rgb(187,4,90); }
H1.HeaderClassName
{
color: #BB045A;
}
.AnyTagClassName
{
color: #BB045A;
}
</style>
background-color css
<style>
a { background-color: #BB045A; }
a { background-color: rgb(187,4,90); }
div.DivClassName
{
background-color: #BB045A;
}
.BgClassName
{
background-color: #BB045A;
}
</style>
border-color css
<style>
span { border-color: #BB045A; }
span { border-color: rgb(187,4,90); }
td.TdClassName
{
border-color: #BB045A;
}
.TagClassName
{
border-color: #BB045A;
}
</style>