Shades of Jazzberry Jam #BB0469
Tints of Jazzberry Jam #BB0469
RGB
CMYK
RGB Variations
Color information
#BB0469 (or 0xBB0469) is known color: Jazzberry Jam. HEX triplet: BB, 04 and 69. RGB value is (187,4,105). Sum of RGB (Red+Green+Blue) = 187+4+105=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 4 (1.95% from 255 or 1.35% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0469 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0469 is #44FB96. Grayscale: #464646. Windows color (decimal): -4520855 or 6882491. OLE color: 6882491.
HSL color Cylindrical-coordinate representation of color #BB0469: hue angle of 326.89º 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 #BB0469 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 4 | 105 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.27 |
| HSL | 326.89º | 0.96% | 0.37% | - |
| HSV(B) | 326.89º | 0.98% | 0.73% | - |
| XYZ | 23.09 | 11.67 | 14.4 | - |
| YUV | 70.23 | 147.63 | 211.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 4 | 105 | 0 | 0.98 | 0.44 | 0.27 | 326.89 | 0.96 | 0.37 |
| Hex | BB | 4 | 69 | 0 | 62 | 2C | 1B | 147 | 60 | 25 |
| Octal | 273 | 4 | 151 | 0 | 142 | 54 | 33 | 507 | 140 | 45 |
| Binary | 10111011 | 100 | 1101001 | 0 | 1100010 | 101100 | 11011 | 101000111 | 1100000 | 100101 |
Color Harmonies of #BB0469
Complementary color
Monochromatic Colors of #BB0469
Black with #BB0469
Text Example
Text Example
White with #BB0469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0469; }
p { color: rgb(187,4,105); }
H1.HeaderClassName
{
color: #BB0469;
}
.AnyTagClassName
{
color: #BB0469;
}
</style>
background-color css
<style>
a { background-color: #BB0469; }
a { background-color: rgb(187,4,105); }
div.DivClassName
{
background-color: #BB0469;
}
.BgClassName
{
background-color: #BB0469;
}
</style>
border-color css
<style>
span { border-color: #BB0469; }
span { border-color: rgb(187,4,105); }
td.TdClassName
{
border-color: #BB0469;
}
.TagClassName
{
border-color: #BB0469;
}
</style>