Shades of Jazzberry Jam #B1006D
Tints of Jazzberry Jam #B1006D
RGB
CMYK
RGB Variations
Color information
#B1006D (or 0xB1006D) is known color: Jazzberry Jam. HEX triplet: B1, 00 and 6D. RGB value is (177,0,109). Sum of RGB (Red+Green+Blue) = 177+0+109=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B1006D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1006D is #4EFF92. Grayscale: #414141. Windows color (decimal): -5177235 or 7143601. OLE color: 7143601.
HSL color Cylindrical-coordinate representation of color #B1006D: hue angle of 323.05º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B1006D is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 0 | 109 | - |
| CMYK | 0 | 1 | 0.38 | 0.31 |
| HSL | 323.05º | 1% | 0.35% | - |
| HSV(B) | 323.05º | 1% | 0.69% | - |
| XYZ | 20.89 | 10.45 | 15.38 | - |
| YUV | 65.35 | 152.64 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 109 | 0 | 1 | 0.38 | 0.31 | 323.05 | 1 | 0.35 |
| Hex | B1 | 0 | 6D | 0 | 64 | 26 | 1F | 143 | 64 | 23 |
| Octal | 261 | 0 | 155 | 0 | 144 | 46 | 37 | 503 | 144 | 43 |
| Binary | 10110001 | 0 | 1101101 | 0 | 1100100 | 100110 | 11111 | 101000011 | 1100100 | 100011 |
Color Harmonies of #B1006D
Complementary color
Monochromatic Colors of #B1006D
Black with #B1006D
Text Example
Text Example
White with #B1006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1006D; }
p { color: rgb(177,0,109); }
H1.HeaderClassName
{
color: #B1006D;
}
.AnyTagClassName
{
color: #B1006D;
}
</style>
background-color css
<style>
a { background-color: #B1006D; }
a { background-color: rgb(177,0,109); }
div.DivClassName
{
background-color: #B1006D;
}
.BgClassName
{
background-color: #B1006D;
}
</style>
border-color css
<style>
span { border-color: #B1006D; }
span { border-color: rgb(177,0,109); }
td.TdClassName
{
border-color: #B1006D;
}
.TagClassName
{
border-color: #B1006D;
}
</style>