Shades of Jazzberry Jam #B70071
Tints of Jazzberry Jam #B70071
RGB
CMYK
RGB Variations
Color information
#B70071 (or 0xB70071) is known color: Jazzberry Jam. HEX triplet: B7, 00 and 71. RGB value is (183,0,113). Sum of RGB (Red+Green+Blue) = 183+0+113=296 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.82% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 113 (44.53% from 255 or 38.18% from 296); Max value from RGB is 183 - color contains mainly: red. Hex color #B70071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70071 is #48FF8E. Grayscale: #434343. Windows color (decimal): -4784015 or 7405751. OLE color: 7405751.
HSL color Cylindrical-coordinate representation of color #B70071: hue angle of 322.95º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B70071 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 0 | 113 | - |
| CMYK | 0 | 1 | 0.38 | 0.28 |
| HSL | 322.95º | 1% | 0.36% | - |
| HSV(B) | 322.95º | 1% | 0.72% | - |
| XYZ | 22.51 | 11.26 | 16.61 | - |
| YUV | 67.6 | 153.63 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 113 | 0 | 1 | 0.38 | 0.28 | 322.95 | 1 | 0.36 |
| Hex | B7 | 0 | 71 | 0 | 64 | 26 | 1C | 143 | 64 | 24 |
| Octal | 267 | 0 | 161 | 0 | 144 | 46 | 34 | 503 | 144 | 44 |
| Binary | 10110111 | 0 | 1110001 | 0 | 1100100 | 100110 | 11100 | 101000011 | 1100100 | 100100 |
Color Harmonies of #B70071
Complementary color
Monochromatic Colors of #B70071
Black with #B70071
Text Example
Text Example
White with #B70071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70071; }
p { color: rgb(183,0,113); }
H1.HeaderClassName
{
color: #B70071;
}
.AnyTagClassName
{
color: #B70071;
}
</style>
background-color css
<style>
a { background-color: #B70071; }
a { background-color: rgb(183,0,113); }
div.DivClassName
{
background-color: #B70071;
}
.BgClassName
{
background-color: #B70071;
}
</style>
border-color css
<style>
span { border-color: #B70071; }
span { border-color: rgb(183,0,113); }
td.TdClassName
{
border-color: #B70071;
}
.TagClassName
{
border-color: #B70071;
}
</style>