Shades of Jazzberry Jam #B70558
Tints of Jazzberry Jam #B70558
RGB
CMYK
RGB Variations
Color information
#B70558 (or 0xB70558) is known color: Jazzberry Jam. HEX triplet: B7, 05 and 58. RGB value is (183,5,88). Sum of RGB (Red+Green+Blue) = 183+5+88=276 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.30% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 88 (34.77% from 255 or 31.88% from 276); Max value from RGB is 183 - color contains mainly: red. Hex color #B70558 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70558 is #48FAA7. Grayscale: #434343. Windows color (decimal): -4782760 or 5768631. OLE color: 5768631.
HSL color Cylindrical-coordinate representation of color #B70558: hue angle of 332.02º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B70558 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 5 | 88 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.28 |
| HSL | 332.02º | 0.95% | 0.37% | - |
| HSV(B) | 332.02º | 0.97% | 0.72% | - |
| XYZ | 21.34 | 10.88 | 10.21 | - |
| YUV | 67.68 | 139.47 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 5 | 88 | 0 | 0.97 | 0.52 | 0.28 | 332.02 | 0.95 | 0.37 |
| Hex | B7 | 5 | 58 | 0 | 61 | 34 | 1C | 14C | 5F | 25 |
| Octal | 267 | 5 | 130 | 0 | 141 | 64 | 34 | 514 | 137 | 45 |
| Binary | 10110111 | 101 | 1011000 | 0 | 1100001 | 110100 | 11100 | 101001100 | 1011111 | 100101 |
Color Harmonies of #B70558
Complementary color
Monochromatic Colors of #B70558
Black with #B70558
Text Example
Text Example
White with #B70558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70558; }
p { color: rgb(183,5,88); }
H1.HeaderClassName
{
color: #B70558;
}
.AnyTagClassName
{
color: #B70558;
}
</style>
background-color css
<style>
a { background-color: #B70558; }
a { background-color: rgb(183,5,88); }
div.DivClassName
{
background-color: #B70558;
}
.BgClassName
{
background-color: #B70558;
}
</style>
border-color css
<style>
span { border-color: #B70558; }
span { border-color: rgb(183,5,88); }
td.TdClassName
{
border-color: #B70558;
}
.TagClassName
{
border-color: #B70558;
}
</style>