Shades of Jazzberry Jam #B10158
Tints of Jazzberry Jam #B10158
RGB
CMYK
RGB Variations
Color information
#B10158 (or 0xB10158) is known color: Jazzberry Jam. HEX triplet: B1, 01 and 58. RGB value is (177,1,88). Sum of RGB (Red+Green+Blue) = 177+1+88=266 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.54% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 177 - color contains mainly: red. Hex color #B10158 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10158 is #4EFEA7. Grayscale: #3F3F3F. Windows color (decimal): -5177000 or 5767601. OLE color: 5767601.
HSL color Cylindrical-coordinate representation of color #B10158: hue angle of 330.34º 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 #B10158 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 1 | 88 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.31 |
| HSL | 330.34º | 0.99% | 0.35% | - |
| HSV(B) | 330.34º | 0.99% | 0.69% | - |
| XYZ | 19.9 | 10.07 | 10.13 | - |
| YUV | 63.54 | 141.81 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 1 | 88 | 0 | 0.99 | 0.50 | 0.31 | 330.34 | 0.99 | 0.35 |
| Hex | B1 | 1 | 58 | 0 | 63 | 32 | 1F | 14A | 63 | 23 |
| Octal | 261 | 1 | 130 | 0 | 143 | 62 | 37 | 512 | 143 | 43 |
| Binary | 10110001 | 1 | 1011000 | 0 | 1100011 | 110010 | 11111 | 101001010 | 1100011 | 100011 |
Color Harmonies of #B10158
Complementary color
Monochromatic Colors of #B10158
Black with #B10158
Text Example
Text Example
White with #B10158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10158; }
p { color: rgb(177,1,88); }
H1.HeaderClassName
{
color: #B10158;
}
.AnyTagClassName
{
color: #B10158;
}
</style>
background-color css
<style>
a { background-color: #B10158; }
a { background-color: rgb(177,1,88); }
div.DivClassName
{
background-color: #B10158;
}
.BgClassName
{
background-color: #B10158;
}
</style>
border-color css
<style>
span { border-color: #B10158; }
span { border-color: rgb(177,1,88); }
td.TdClassName
{
border-color: #B10158;
}
.TagClassName
{
border-color: #B10158;
}
</style>