Shades of Jazzberry Jam #B20071
Tints of Jazzberry Jam #B20071
RGB
CMYK
RGB Variations
Color information
#B20071 (or 0xB20071) is known color: Jazzberry Jam. HEX triplet: B2, 00 and 71. RGB value is (178,0,113). Sum of RGB (Red+Green+Blue) = 178+0+113=291 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.17% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 178 - color contains mainly: red. Hex color #B20071 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20071 is #4DFF8E. Grayscale: #414141. Windows color (decimal): -5111695 or 7405746. OLE color: 7405746.
HSL color Cylindrical-coordinate representation of color #B20071: hue angle of 321.91º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B20071 is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 0 | 113 | - |
| CMYK | 0 | 1 | 0.37 | 0.30 |
| HSL | 321.91º | 1% | 0.35% | - |
| HSV(B) | 321.91º | 1% | 0.7% | - |
| XYZ | 21.34 | 10.66 | 16.56 | - |
| YUV | 66.1 | 154.47 | 207.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 0 | 113 | 0 | 1 | 0.37 | 0.30 | 321.91 | 1 | 0.35 |
| Hex | B2 | 0 | 71 | 0 | 64 | 25 | 1E | 142 | 64 | 23 |
| Octal | 262 | 0 | 161 | 0 | 144 | 45 | 36 | 502 | 144 | 43 |
| Binary | 10110010 | 0 | 1110001 | 0 | 1100100 | 100101 | 11110 | 101000010 | 1100100 | 100011 |
Color Harmonies of #B20071
Complementary color
Monochromatic Colors of #B20071
Black with #B20071
Text Example
Text Example
White with #B20071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20071; }
p { color: rgb(178,0,113); }
H1.HeaderClassName
{
color: #B20071;
}
.AnyTagClassName
{
color: #B20071;
}
</style>
background-color css
<style>
a { background-color: #B20071; }
a { background-color: rgb(178,0,113); }
div.DivClassName
{
background-color: #B20071;
}
.BgClassName
{
background-color: #B20071;
}
</style>
border-color css
<style>
span { border-color: #B20071; }
span { border-color: rgb(178,0,113); }
td.TdClassName
{
border-color: #B20071;
}
.TagClassName
{
border-color: #B20071;
}
</style>