Shades of Jazzberry Jam #B70467
Tints of Jazzberry Jam #B70467
RGB
CMYK
RGB Variations
Color information
#B70467 (or 0xB70467) is known color: Jazzberry Jam. HEX triplet: B7, 04 and 67. RGB value is (183,4,103). Sum of RGB (Red+Green+Blue) = 183+4+103=290 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.10% from 290); Green value is 4 (1.95% from 255 or 1.38% from 290); Blue value is 103 (40.62% from 255 or 35.52% from 290); Max value from RGB is 183 - color contains mainly: red. Hex color #B70467 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70467 is #48FB98. Grayscale: #444444. Windows color (decimal): -4783001 or 6751415. OLE color: 6751415.
HSL color Cylindrical-coordinate representation of color #B70467: hue angle of 326.82º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B70467 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 4 | 103 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.28 |
| HSL | 326.82º | 0.96% | 0.37% | - |
| HSV(B) | 326.82º | 0.98% | 0.72% | - |
| XYZ | 22.02 | 11.13 | 13.82 | - |
| YUV | 68.81 | 147.3 | 209.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 4 | 103 | 0 | 0.98 | 0.44 | 0.28 | 326.82 | 0.96 | 0.37 |
| Hex | B7 | 4 | 67 | 0 | 62 | 2C | 1C | 147 | 60 | 25 |
| Octal | 267 | 4 | 147 | 0 | 142 | 54 | 34 | 507 | 140 | 45 |
| Binary | 10110111 | 100 | 1100111 | 0 | 1100010 | 101100 | 11100 | 101000111 | 1100000 | 100101 |
Color Harmonies of #B70467
Complementary color
Monochromatic Colors of #B70467
Black with #B70467
Text Example
Text Example
White with #B70467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70467; }
p { color: rgb(183,4,103); }
H1.HeaderClassName
{
color: #B70467;
}
.AnyTagClassName
{
color: #B70467;
}
</style>
background-color css
<style>
a { background-color: #B70467; }
a { background-color: rgb(183,4,103); }
div.DivClassName
{
background-color: #B70467;
}
.BgClassName
{
background-color: #B70467;
}
</style>
border-color css
<style>
span { border-color: #B70467; }
span { border-color: rgb(183,4,103); }
td.TdClassName
{
border-color: #B70467;
}
.TagClassName
{
border-color: #B70467;
}
</style>