Shades of Jazzberry Jam #B1096B
Tints of Jazzberry Jam #B1096B
RGB
CMYK
RGB Variations
Color information
#B1096B (or 0xB1096B) is known color: Jazzberry Jam. HEX triplet: B1, 09 and 6B. RGB value is (177,9,107). Sum of RGB (Red+Green+Blue) = 177+9+107=293 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.41% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 177 - color contains mainly: red. Hex color #B1096B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1096B is #4EF694. Grayscale: #464646. Windows color (decimal): -5174933 or 7014833. OLE color: 7014833.
HSL color Cylindrical-coordinate representation of color #B1096B: hue angle of 325º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B1096B is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 9 | 107 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.31 |
| HSL | 325º | 0.9% | 0.36% | - |
| HSV(B) | 325º | 0.95% | 0.69% | - |
| XYZ | 20.88 | 10.6 | 14.86 | - |
| YUV | 70.4 | 148.66 | 204.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 9 | 107 | 0 | 0.95 | 0.40 | 0.31 | 325 | 0.9 | 0.36 |
| Hex | B1 | 9 | 6B | 0 | 5F | 28 | 1F | 145 | 5A | 24 |
| Octal | 261 | 11 | 153 | 0 | 137 | 50 | 37 | 505 | 132 | 44 |
| Binary | 10110001 | 1001 | 1101011 | 0 | 1011111 | 101000 | 11111 | 101000101 | 1011010 | 100100 |
Color Harmonies of #B1096B
Complementary color
Monochromatic Colors of #B1096B
Black with #B1096B
Text Example
Text Example
White with #B1096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1096B; }
p { color: rgb(177,9,107); }
H1.HeaderClassName
{
color: #B1096B;
}
.AnyTagClassName
{
color: #B1096B;
}
</style>
background-color css
<style>
a { background-color: #B1096B; }
a { background-color: rgb(177,9,107); }
div.DivClassName
{
background-color: #B1096B;
}
.BgClassName
{
background-color: #B1096B;
}
</style>
border-color css
<style>
span { border-color: #B1096B; }
span { border-color: rgb(177,9,107); }
td.TdClassName
{
border-color: #B1096B;
}
.TagClassName
{
border-color: #B1096B;
}
</style>