Shades of Jazzberry Jam #B70155
Tints of Jazzberry Jam #B70155
RGB
CMYK
RGB Variations
Color information
#B70155 (or 0xB70155) is known color: Jazzberry Jam. HEX triplet: B7, 01 and 55. RGB value is (183,1,85). Sum of RGB (Red+Green+Blue) = 183+1+85=269 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.03% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 183 - color contains mainly: red. Hex color #B70155 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70155 is #48FEAA. Grayscale: #404040. Windows color (decimal): -4783787 or 5570999. OLE color: 5570999.
HSL color Cylindrical-coordinate representation of color #B70155: hue angle of 332.31º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B70155 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 85 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.28 |
| HSL | 332.31º | 0.99% | 0.36% | - |
| HSV(B) | 332.31º | 0.99% | 0.72% | - |
| XYZ | 21.18 | 10.74 | 9.55 | - |
| YUV | 64.99 | 139.3 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 85 | 0 | 0.99 | 0.54 | 0.28 | 332.31 | 0.99 | 0.36 |
| Hex | B7 | 1 | 55 | 0 | 63 | 36 | 1C | 14C | 63 | 24 |
| Octal | 267 | 1 | 125 | 0 | 143 | 66 | 34 | 514 | 143 | 44 |
| Binary | 10110111 | 1 | 1010101 | 0 | 1100011 | 110110 | 11100 | 101001100 | 1100011 | 100100 |
Color Harmonies of #B70155
Complementary color
Monochromatic Colors of #B70155
Black with #B70155
Text Example
Text Example
White with #B70155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70155; }
p { color: rgb(183,1,85); }
H1.HeaderClassName
{
color: #B70155;
}
.AnyTagClassName
{
color: #B70155;
}
</style>
background-color css
<style>
a { background-color: #B70155; }
a { background-color: rgb(183,1,85); }
div.DivClassName
{
background-color: #B70155;
}
.BgClassName
{
background-color: #B70155;
}
</style>
border-color css
<style>
span { border-color: #B70155; }
span { border-color: rgb(183,1,85); }
td.TdClassName
{
border-color: #B70155;
}
.TagClassName
{
border-color: #B70155;
}
</style>