Shades of Jazzberry Jam #B1136E
Tints of Jazzberry Jam #B1136E
RGB
CMYK
RGB Variations
Color information
#B1136E (or 0xB1136E) is known color: Jazzberry Jam. HEX triplet: B1, 13 and 6E. RGB value is (177,19,110). Sum of RGB (Red+Green+Blue) = 177+19+110=306 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.84% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 177 - color contains mainly: red. Hex color #B1136E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1136E is #4EEC91. Grayscale: #4C4C4C. Windows color (decimal): -5172370 or 7214001. OLE color: 7214001.
HSL color Cylindrical-coordinate representation of color #B1136E: hue angle of 325.44º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B1136E is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 19 | 110 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.31 |
| HSL | 325.44º | 0.81% | 0.38% | - |
| HSV(B) | 325.44º | 0.89% | 0.69% | - |
| XYZ | 21.18 | 10.94 | 15.75 | - |
| YUV | 76.62 | 146.85 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 19 | 110 | 0 | 0.89 | 0.38 | 0.31 | 325.44 | 0.81 | 0.38 |
| Hex | B1 | 13 | 6E | 0 | 59 | 26 | 1F | 145 | 51 | 26 |
| Octal | 261 | 23 | 156 | 0 | 131 | 46 | 37 | 505 | 121 | 46 |
| Binary | 10110001 | 10011 | 1101110 | 0 | 1011001 | 100110 | 11111 | 101000101 | 1010001 | 100110 |
Color Harmonies of #B1136E
Complementary color
Monochromatic Colors of #B1136E
Black with #B1136E
Text Example
Text Example
White with #B1136E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1136E; }
p { color: rgb(177,19,110); }
H1.HeaderClassName
{
color: #B1136E;
}
.AnyTagClassName
{
color: #B1136E;
}
</style>
background-color css
<style>
a { background-color: #B1136E; }
a { background-color: rgb(177,19,110); }
div.DivClassName
{
background-color: #B1136E;
}
.BgClassName
{
background-color: #B1136E;
}
</style>
border-color css
<style>
span { border-color: #B1136E; }
span { border-color: rgb(177,19,110); }
td.TdClassName
{
border-color: #B1136E;
}
.TagClassName
{
border-color: #B1136E;
}
</style>