Shades of Jazzberry Jam #B10162
Tints of Jazzberry Jam #B10162
RGB
CMYK
RGB Variations
Color information
#B10162 (or 0xB10162) is known color: Jazzberry Jam. HEX triplet: B1, 01 and 62. RGB value is (177,1,98). Sum of RGB (Red+Green+Blue) = 177+1+98=276 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.13% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 177 - color contains mainly: red. Hex color #B10162 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10162 is #4EFE9D. Grayscale: #404040. Windows color (decimal): -5176990 or 6422961. OLE color: 6422961.
HSL color Cylindrical-coordinate representation of color #B10162: hue angle of 326.93º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B10162 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 1 | 98 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.31 |
| HSL | 326.93º | 0.99% | 0.35% | - |
| HSV(B) | 326.93º | 0.99% | 0.69% | - |
| XYZ | 20.35 | 10.25 | 12.46 | - |
| YUV | 64.68 | 146.81 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 1 | 98 | 0 | 0.99 | 0.45 | 0.31 | 326.93 | 0.99 | 0.35 |
| Hex | B1 | 1 | 62 | 0 | 63 | 2D | 1F | 147 | 63 | 23 |
| Octal | 261 | 1 | 142 | 0 | 143 | 55 | 37 | 507 | 143 | 43 |
| Binary | 10110001 | 1 | 1100010 | 0 | 1100011 | 101101 | 11111 | 101000111 | 1100011 | 100011 |
Color Harmonies of #B10162
Complementary color
Monochromatic Colors of #B10162
Black with #B10162
Text Example
Text Example
White with #B10162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10162; }
p { color: rgb(177,1,98); }
H1.HeaderClassName
{
color: #B10162;
}
.AnyTagClassName
{
color: #B10162;
}
</style>
background-color css
<style>
a { background-color: #B10162; }
a { background-color: rgb(177,1,98); }
div.DivClassName
{
background-color: #B10162;
}
.BgClassName
{
background-color: #B10162;
}
</style>
border-color css
<style>
span { border-color: #B10162; }
span { border-color: rgb(177,1,98); }
td.TdClassName
{
border-color: #B10162;
}
.TagClassName
{
border-color: #B10162;
}
</style>