Shades of Jazzberry Jam #B70E6D
Tints of Jazzberry Jam #B70E6D
RGB
CMYK
RGB Variations
Color information
#B70E6D (or 0xB70E6D) is known color: Jazzberry Jam. HEX triplet: B7, 0E and 6D. RGB value is (183,14,109). Sum of RGB (Red+Green+Blue) = 183+14+109=306 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.80% from 306); Green value is 14 (5.86% from 255 or 4.58% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 183 - color contains mainly: red. Hex color #B70E6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70E6D is #48F192. Grayscale: #4B4B4B. Windows color (decimal): -4780435 or 7147191. OLE color: 7147191.
HSL color Cylindrical-coordinate representation of color #B70E6D: hue angle of 326.27º 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 #B70E6D is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 14 | 109 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.28 |
| HSL | 326.27º | 0.86% | 0.39% | - |
| HSV(B) | 326.27º | 0.92% | 0.72% | - |
| XYZ | 22.45 | 11.49 | 15.5 | - |
| YUV | 75.36 | 146.99 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 14 | 109 | 0 | 0.92 | 0.40 | 0.28 | 326.27 | 0.86 | 0.39 |
| Hex | B7 | E | 6D | 0 | 5C | 28 | 1C | 146 | 56 | 27 |
| Octal | 267 | 16 | 155 | 0 | 134 | 50 | 34 | 506 | 126 | 47 |
| Binary | 10110111 | 1110 | 1101101 | 0 | 1011100 | 101000 | 11100 | 101000110 | 1010110 | 100111 |
Color Harmonies of #B70E6D
Complementary color
Monochromatic Colors of #B70E6D
Black with #B70E6D
Text Example
Text Example
White with #B70E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70E6D; }
p { color: rgb(183,14,109); }
H1.HeaderClassName
{
color: #B70E6D;
}
.AnyTagClassName
{
color: #B70E6D;
}
</style>
background-color css
<style>
a { background-color: #B70E6D; }
a { background-color: rgb(183,14,109); }
div.DivClassName
{
background-color: #B70E6D;
}
.BgClassName
{
background-color: #B70E6D;
}
</style>
border-color css
<style>
span { border-color: #B70E6D; }
span { border-color: rgb(183,14,109); }
td.TdClassName
{
border-color: #B70E6D;
}
.TagClassName
{
border-color: #B70E6D;
}
</style>