Shades of Jazzberry Jam #B70B6D
Tints of Jazzberry Jam #B70B6D
RGB
CMYK
RGB Variations
Color information
#B70B6D (or 0xB70B6D) is known color: Jazzberry Jam. HEX triplet: B7, 0B and 6D. RGB value is (183,11,109). Sum of RGB (Red+Green+Blue) = 183+11+109=303 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.40% from 303); Green value is 11 (4.69% from 255 or 3.63% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 183 - color contains mainly: red. Hex color #B70B6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70B6D is #48F492. Grayscale: #494949. Windows color (decimal): -4781203 or 7146423. OLE color: 7146423.
HSL color Cylindrical-coordinate representation of color #B70B6D: hue angle of 325.81º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B70B6D is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 11 | 109 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.28 |
| HSL | 325.81º | 0.89% | 0.38% | - |
| HSV(B) | 325.81º | 0.94% | 0.72% | - |
| XYZ | 22.41 | 11.41 | 15.49 | - |
| YUV | 73.6 | 147.98 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 11 | 109 | 0 | 0.94 | 0.40 | 0.28 | 325.81 | 0.89 | 0.38 |
| Hex | B7 | B | 6D | 0 | 5E | 28 | 1C | 146 | 59 | 26 |
| Octal | 267 | 13 | 155 | 0 | 136 | 50 | 34 | 506 | 131 | 46 |
| Binary | 10110111 | 1011 | 1101101 | 0 | 1011110 | 101000 | 11100 | 101000110 | 1011001 | 100110 |
Color Harmonies of #B70B6D
Complementary color
Monochromatic Colors of #B70B6D
Black with #B70B6D
Text Example
Text Example
White with #B70B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70B6D; }
p { color: rgb(183,11,109); }
H1.HeaderClassName
{
color: #B70B6D;
}
.AnyTagClassName
{
color: #B70B6D;
}
</style>
background-color css
<style>
a { background-color: #B70B6D; }
a { background-color: rgb(183,11,109); }
div.DivClassName
{
background-color: #B70B6D;
}
.BgClassName
{
background-color: #B70B6D;
}
</style>
border-color css
<style>
span { border-color: #B70B6D; }
span { border-color: rgb(183,11,109); }
td.TdClassName
{
border-color: #B70B6D;
}
.TagClassName
{
border-color: #B70B6D;
}
</style>