Shades of Jazzberry Jam #B70E6B
Tints of Jazzberry Jam #B70E6B
RGB
CMYK
RGB Variations
Color information
#B70E6B (or 0xB70E6B) is known color: Jazzberry Jam. HEX triplet: B7, 0E and 6B. RGB value is (183,14,107). Sum of RGB (Red+Green+Blue) = 183+14+107=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 14 (5.86% from 255 or 4.61% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B70E6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70E6B is #48F194. Grayscale: #4A4A4A. Windows color (decimal): -4780437 or 7016119. OLE color: 7016119.
HSL color Cylindrical-coordinate representation of color #B70E6B: hue angle of 326.98º 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 #B70E6B is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 14 | 107 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.28 |
| HSL | 326.98º | 0.86% | 0.39% | - |
| HSV(B) | 326.98º | 0.92% | 0.72% | - |
| XYZ | 22.34 | 11.44 | 14.94 | - |
| YUV | 75.13 | 145.99 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 14 | 107 | 0 | 0.92 | 0.42 | 0.28 | 326.98 | 0.86 | 0.39 |
| Hex | B7 | E | 6B | 0 | 5C | 2A | 1C | 147 | 56 | 27 |
| Octal | 267 | 16 | 153 | 0 | 134 | 52 | 34 | 507 | 126 | 47 |
| Binary | 10110111 | 1110 | 1101011 | 0 | 1011100 | 101010 | 11100 | 101000111 | 1010110 | 100111 |
Color Harmonies of #B70E6B
Complementary color
Monochromatic Colors of #B70E6B
Black with #B70E6B
Text Example
Text Example
White with #B70E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70E6B; }
p { color: rgb(183,14,107); }
H1.HeaderClassName
{
color: #B70E6B;
}
.AnyTagClassName
{
color: #B70E6B;
}
</style>
background-color css
<style>
a { background-color: #B70E6B; }
a { background-color: rgb(183,14,107); }
div.DivClassName
{
background-color: #B70E6B;
}
.BgClassName
{
background-color: #B70E6B;
}
</style>
border-color css
<style>
span { border-color: #B70E6B; }
span { border-color: rgb(183,14,107); }
td.TdClassName
{
border-color: #B70E6B;
}
.TagClassName
{
border-color: #B70E6B;
}
</style>