Shades of Jazzberry Jam #BB0269
Tints of Jazzberry Jam #BB0269
RGB
CMYK
RGB Variations
Color information
#BB0269 (or 0xBB0269) is known color: Jazzberry Jam. HEX triplet: BB, 02 and 69. RGB value is (187,2,105). Sum of RGB (Red+Green+Blue) = 187+2+105=294 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.61% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 105 (41.41% from 255 or 35.71% from 294); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0269 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0269 is #44FD96. Grayscale: #444444. Windows color (decimal): -4521367 or 6881979. OLE color: 6881979.
HSL color Cylindrical-coordinate representation of color #BB0269: hue angle of 326.59º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB0269 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 2 | 105 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.27 |
| HSL | 326.59º | 0.98% | 0.37% | - |
| HSV(B) | 326.59º | 0.99% | 0.73% | - |
| XYZ | 23.07 | 11.63 | 14.39 | - |
| YUV | 69.06 | 148.29 | 212.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 2 | 105 | 0 | 0.99 | 0.44 | 0.27 | 326.59 | 0.98 | 0.37 |
| Hex | BB | 2 | 69 | 0 | 63 | 2C | 1B | 147 | 62 | 25 |
| Octal | 273 | 2 | 151 | 0 | 143 | 54 | 33 | 507 | 142 | 45 |
| Binary | 10111011 | 10 | 1101001 | 0 | 1100011 | 101100 | 11011 | 101000111 | 1100010 | 100101 |
Color Harmonies of #BB0269
Complementary color
Monochromatic Colors of #BB0269
Black with #BB0269
Text Example
Text Example
White with #BB0269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0269; }
p { color: rgb(187,2,105); }
H1.HeaderClassName
{
color: #BB0269;
}
.AnyTagClassName
{
color: #BB0269;
}
</style>
background-color css
<style>
a { background-color: #BB0269; }
a { background-color: rgb(187,2,105); }
div.DivClassName
{
background-color: #BB0269;
}
.BgClassName
{
background-color: #BB0269;
}
</style>
border-color css
<style>
span { border-color: #BB0269; }
span { border-color: rgb(187,2,105); }
td.TdClassName
{
border-color: #BB0269;
}
.TagClassName
{
border-color: #BB0269;
}
</style>