Shades of Jazzberry Jam #B70E57
Tints of Jazzberry Jam #B70E57
RGB
CMYK
RGB Variations
Color information
#B70E57 (or 0xB70E57) is known color: Jazzberry Jam. HEX triplet: B7, 0E and 57. RGB value is (183,14,87). Sum of RGB (Red+Green+Blue) = 183+14+87=284 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.44% from 284); Green value is 14 (5.86% from 255 or 4.93% from 284); Blue value is 87 (34.38% from 255 or 30.63% from 284); Max value from RGB is 183 - color contains mainly: red. Hex color #B70E57 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70E57 is #48F1A8. Grayscale: #484848. Windows color (decimal): -4780457 or 5705399. OLE color: 5705399.
HSL color Cylindrical-coordinate representation of color #B70E57: hue angle of 334.08º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B70E57 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 14 | 87 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.28 |
| HSL | 334.08º | 0.86% | 0.39% | - |
| HSV(B) | 334.08º | 0.92% | 0.72% | - |
| XYZ | 21.41 | 11.07 | 10.03 | - |
| YUV | 72.85 | 135.99 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 14 | 87 | 0 | 0.92 | 0.52 | 0.28 | 334.08 | 0.86 | 0.39 |
| Hex | B7 | E | 57 | 0 | 5C | 34 | 1C | 14E | 56 | 27 |
| Octal | 267 | 16 | 127 | 0 | 134 | 64 | 34 | 516 | 126 | 47 |
| Binary | 10110111 | 1110 | 1010111 | 0 | 1011100 | 110100 | 11100 | 101001110 | 1010110 | 100111 |
Color Harmonies of #B70E57
Complementary color
Monochromatic Colors of #B70E57
Black with #B70E57
Text Example
Text Example
White with #B70E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70E57; }
p { color: rgb(183,14,87); }
H1.HeaderClassName
{
color: #B70E57;
}
.AnyTagClassName
{
color: #B70E57;
}
</style>
background-color css
<style>
a { background-color: #B70E57; }
a { background-color: rgb(183,14,87); }
div.DivClassName
{
background-color: #B70E57;
}
.BgClassName
{
background-color: #B70E57;
}
</style>
border-color css
<style>
span { border-color: #B70E57; }
span { border-color: rgb(183,14,87); }
td.TdClassName
{
border-color: #B70E57;
}
.TagClassName
{
border-color: #B70E57;
}
</style>