Shades of Jazzberry Jam #B20E57
Tints of Jazzberry Jam #B20E57
RGB
CMYK
RGB Variations
Color information
#B20E57 (or 0xB20E57) is known color: Jazzberry Jam. HEX triplet: B2, 0E and 57. RGB value is (178,14,87). Sum of RGB (Red+Green+Blue) = 178+14+87=279 (36% of max value = 765). Red value is 178 (69.92% from 255 or 63.80% from 279); Green value is 14 (5.86% from 255 or 5.02% from 279); Blue value is 87 (34.38% from 255 or 31.18% from 279); Max value from RGB is 178 - color contains mainly: red. Hex color #B20E57 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20E57 is #4DF1A8. Grayscale: #474747. Windows color (decimal): -5108137 or 5705394. OLE color: 5705394.
HSL color Cylindrical-coordinate representation of color #B20E57: hue angle of 333.29º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B20E57 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 14 | 87 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.30 |
| HSL | 333.29º | 0.85% | 0.38% | - |
| HSV(B) | 333.29º | 0.92% | 0.7% | - |
| XYZ | 20.24 | 10.47 | 9.97 | - |
| YUV | 71.36 | 136.83 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 14 | 87 | 0 | 0.92 | 0.51 | 0.30 | 333.29 | 0.85 | 0.38 |
| Hex | B2 | E | 57 | 0 | 5C | 33 | 1E | 14D | 55 | 26 |
| Octal | 262 | 16 | 127 | 0 | 134 | 63 | 36 | 515 | 125 | 46 |
| Binary | 10110010 | 1110 | 1010111 | 0 | 1011100 | 110011 | 11110 | 101001101 | 1010101 | 100110 |
Color Harmonies of #B20E57
Complementary color
Monochromatic Colors of #B20E57
Black with #B20E57
Text Example
Text Example
White with #B20E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20E57; }
p { color: rgb(178,14,87); }
H1.HeaderClassName
{
color: #B20E57;
}
.AnyTagClassName
{
color: #B20E57;
}
</style>
background-color css
<style>
a { background-color: #B20E57; }
a { background-color: rgb(178,14,87); }
div.DivClassName
{
background-color: #B20E57;
}
.BgClassName
{
background-color: #B20E57;
}
</style>
border-color css
<style>
span { border-color: #B20E57; }
span { border-color: rgb(178,14,87); }
td.TdClassName
{
border-color: #B20E57;
}
.TagClassName
{
border-color: #B20E57;
}
</style>