Shades of Jazzberry Jam #B70871
Tints of Jazzberry Jam #B70871
RGB
CMYK
RGB Variations
Color information
#B70871 (or 0xB70871) is known color: Jazzberry Jam. HEX triplet: B7, 08 and 71. RGB value is (183,8,113). Sum of RGB (Red+Green+Blue) = 183+8+113=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B70871 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70871 is #48F78E. Grayscale: #484848. Windows color (decimal): -4781967 or 7407799. OLE color: 7407799.
HSL color Cylindrical-coordinate representation of color #B70871: hue angle of 324º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B70871 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 8 | 113 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.28 |
| HSL | 324º | 0.92% | 0.37% | - |
| HSV(B) | 324º | 0.96% | 0.72% | - |
| XYZ | 22.6 | 11.43 | 16.64 | - |
| YUV | 72.3 | 150.98 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 8 | 113 | 0 | 0.96 | 0.38 | 0.28 | 324 | 0.92 | 0.37 |
| Hex | B7 | 8 | 71 | 0 | 60 | 26 | 1C | 144 | 5C | 25 |
| Octal | 267 | 10 | 161 | 0 | 140 | 46 | 34 | 504 | 134 | 45 |
| Binary | 10110111 | 1000 | 1110001 | 0 | 1100000 | 100110 | 11100 | 101000100 | 1011100 | 100101 |
Color Harmonies of #B70871
Complementary color
Monochromatic Colors of #B70871
Black with #B70871
Text Example
Text Example
White with #B70871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70871; }
p { color: rgb(183,8,113); }
H1.HeaderClassName
{
color: #B70871;
}
.AnyTagClassName
{
color: #B70871;
}
</style>
background-color css
<style>
a { background-color: #B70871; }
a { background-color: rgb(183,8,113); }
div.DivClassName
{
background-color: #B70871;
}
.BgClassName
{
background-color: #B70871;
}
</style>
border-color css
<style>
span { border-color: #B70871; }
span { border-color: rgb(183,8,113); }
td.TdClassName
{
border-color: #B70871;
}
.TagClassName
{
border-color: #B70871;
}
</style>