Shades of Jazzberry Jam #B1006B
Tints of Jazzberry Jam #B1006B
RGB
CMYK
RGB Variations
Color information
#B1006B (or 0xB1006B) is known color: Jazzberry Jam. HEX triplet: B1, 00 and 6B. RGB value is (177,0,107). Sum of RGB (Red+Green+Blue) = 177+0+107=284 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.32% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 177 - color contains mainly: red. Hex color #B1006B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1006B is #4EFF94. Grayscale: #404040. Windows color (decimal): -5177237 or 7012529. OLE color: 7012529.
HSL color Cylindrical-coordinate representation of color #B1006B: hue angle of 323.73º 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 #B1006B is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 0 | 107 | - |
| CMYK | 0 | 1 | 0.40 | 0.31 |
| HSL | 323.73º | 1% | 0.35% | - |
| HSV(B) | 323.73º | 1% | 0.69% | - |
| XYZ | 20.79 | 10.41 | 14.82 | - |
| YUV | 65.12 | 151.64 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 107 | 0 | 1 | 0.40 | 0.31 | 323.73 | 1 | 0.35 |
| Hex | B1 | 0 | 6B | 0 | 64 | 28 | 1F | 144 | 64 | 23 |
| Octal | 261 | 0 | 153 | 0 | 144 | 50 | 37 | 504 | 144 | 43 |
| Binary | 10110001 | 0 | 1101011 | 0 | 1100100 | 101000 | 11111 | 101000100 | 1100100 | 100011 |
Color Harmonies of #B1006B
Complementary color
Monochromatic Colors of #B1006B
Black with #B1006B
Text Example
Text Example
White with #B1006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1006B; }
p { color: rgb(177,0,107); }
H1.HeaderClassName
{
color: #B1006B;
}
.AnyTagClassName
{
color: #B1006B;
}
</style>
background-color css
<style>
a { background-color: #B1006B; }
a { background-color: rgb(177,0,107); }
div.DivClassName
{
background-color: #B1006B;
}
.BgClassName
{
background-color: #B1006B;
}
</style>
border-color css
<style>
span { border-color: #B1006B; }
span { border-color: rgb(177,0,107); }
td.TdClassName
{
border-color: #B1006B;
}
.TagClassName
{
border-color: #B1006B;
}
</style>