Shades of Jazzberry Jam #BB0151
Tints of Jazzberry Jam #BB0151
RGB
CMYK
RGB Variations
Color information
#BB0151 (or 0xBB0151) is known color: Jazzberry Jam. HEX triplet: BB, 01 and 51. RGB value is (187,1,81). Sum of RGB (Red+Green+Blue) = 187+1+81=269 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.52% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 81 (32.03% from 255 or 30.11% from 269); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0151 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0151 is #44FEAE. Grayscale: #414141. Windows color (decimal): -4521647 or 5308859. OLE color: 5308859.
HSL color Cylindrical-coordinate representation of color #BB0151: hue angle of 334.19º degrees, saturation: 0.99, 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 #BB0151 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 1 | 81 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.27 |
| HSL | 334.19º | 0.99% | 0.37% | - |
| HSV(B) | 334.19º | 0.99% | 0.73% | - |
| XYZ | 21.99 | 11.18 | 8.78 | - |
| YUV | 65.73 | 136.62 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 81 | 0 | 0.99 | 0.57 | 0.27 | 334.19 | 0.99 | 0.37 |
| Hex | BB | 1 | 51 | 0 | 63 | 39 | 1B | 14E | 63 | 25 |
| Octal | 273 | 1 | 121 | 0 | 143 | 71 | 33 | 516 | 143 | 45 |
| Binary | 10111011 | 1 | 1010001 | 0 | 1100011 | 111001 | 11011 | 101001110 | 1100011 | 100101 |
Color Harmonies of #BB0151
Complementary color
Monochromatic Colors of #BB0151
Black with #BB0151
Text Example
Text Example
White with #BB0151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0151; }
p { color: rgb(187,1,81); }
H1.HeaderClassName
{
color: #BB0151;
}
.AnyTagClassName
{
color: #BB0151;
}
</style>
background-color css
<style>
a { background-color: #BB0151; }
a { background-color: rgb(187,1,81); }
div.DivClassName
{
background-color: #BB0151;
}
.BgClassName
{
background-color: #BB0151;
}
</style>
border-color css
<style>
span { border-color: #BB0151; }
span { border-color: rgb(187,1,81); }
td.TdClassName
{
border-color: #BB0151;
}
.TagClassName
{
border-color: #BB0151;
}
</style>