Shades of Jazzberry Jam #B70565
Tints of Jazzberry Jam #B70565
RGB
CMYK
RGB Variations
Color information
#B70565 (or 0xB70565) is known color: Jazzberry Jam. HEX triplet: B7, 05 and 65. RGB value is (183,5,101). Sum of RGB (Red+Green+Blue) = 183+5+101=289 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.32% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 183 - color contains mainly: red. Hex color #B70565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70565 is #48FA9A. Grayscale: #444444. Windows color (decimal): -4782747 or 6620599. OLE color: 6620599.
HSL color Cylindrical-coordinate representation of color #B70565: hue angle of 327.64º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B70565 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 5 | 101 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.28 |
| HSL | 327.64º | 0.95% | 0.37% | - |
| HSV(B) | 327.64º | 0.97% | 0.72% | - |
| XYZ | 21.93 | 11.12 | 13.3 | - |
| YUV | 69.17 | 145.97 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 5 | 101 | 0 | 0.97 | 0.45 | 0.28 | 327.64 | 0.95 | 0.37 |
| Hex | B7 | 5 | 65 | 0 | 61 | 2D | 1C | 148 | 5F | 25 |
| Octal | 267 | 5 | 145 | 0 | 141 | 55 | 34 | 510 | 137 | 45 |
| Binary | 10110111 | 101 | 1100101 | 0 | 1100001 | 101101 | 11100 | 101001000 | 1011111 | 100101 |
Color Harmonies of #B70565
Complementary color
Monochromatic Colors of #B70565
Black with #B70565
Text Example
Text Example
White with #B70565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70565; }
p { color: rgb(183,5,101); }
H1.HeaderClassName
{
color: #B70565;
}
.AnyTagClassName
{
color: #B70565;
}
</style>
background-color css
<style>
a { background-color: #B70565; }
a { background-color: rgb(183,5,101); }
div.DivClassName
{
background-color: #B70565;
}
.BgClassName
{
background-color: #B70565;
}
</style>
border-color css
<style>
span { border-color: #B70565; }
span { border-color: rgb(183,5,101); }
td.TdClassName
{
border-color: #B70565;
}
.TagClassName
{
border-color: #B70565;
}
</style>