Shades of Jazzberry Jam #B1096C
Tints of Jazzberry Jam #B1096C
RGB
CMYK
RGB Variations
Color information
#B1096C (or 0xB1096C) is known color: Jazzberry Jam. HEX triplet: B1, 09 and 6C. RGB value is (177,9,108). Sum of RGB (Red+Green+Blue) = 177+9+108=294 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.20% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 177 - color contains mainly: red. Hex color #B1096C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1096C is #4EF693. Grayscale: #464646. Windows color (decimal): -5174932 or 7080369. OLE color: 7080369.
HSL color Cylindrical-coordinate representation of color #B1096C: hue angle of 324.64º 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 #B1096C is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 9 | 108 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.31 |
| HSL | 324.64º | 0.9% | 0.36% | - |
| HSV(B) | 324.64º | 0.95% | 0.69% | - |
| XYZ | 20.94 | 10.63 | 15.13 | - |
| YUV | 70.52 | 149.16 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 9 | 108 | 0 | 0.95 | 0.39 | 0.31 | 324.64 | 0.9 | 0.36 |
| Hex | B1 | 9 | 6C | 0 | 5F | 27 | 1F | 145 | 5A | 24 |
| Octal | 261 | 11 | 154 | 0 | 137 | 47 | 37 | 505 | 132 | 44 |
| Binary | 10110001 | 1001 | 1101100 | 0 | 1011111 | 100111 | 11111 | 101000101 | 1011010 | 100100 |
Color Harmonies of #B1096C
Complementary color
Monochromatic Colors of #B1096C
Black with #B1096C
Text Example
Text Example
White with #B1096C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1096C; }
p { color: rgb(177,9,108); }
H1.HeaderClassName
{
color: #B1096C;
}
.AnyTagClassName
{
color: #B1096C;
}
</style>
background-color css
<style>
a { background-color: #B1096C; }
a { background-color: rgb(177,9,108); }
div.DivClassName
{
background-color: #B1096C;
}
.BgClassName
{
background-color: #B1096C;
}
</style>
border-color css
<style>
span { border-color: #B1096C; }
span { border-color: rgb(177,9,108); }
td.TdClassName
{
border-color: #B1096C;
}
.TagClassName
{
border-color: #B1096C;
}
</style>