Shades of Jazzberry Jam #B71B6B
Tints of Jazzberry Jam #B71B6B
RGB
CMYK
RGB Variations
Color information
#B71B6B (or 0xB71B6B) is known color: Jazzberry Jam. HEX triplet: B7, 1B and 6B. RGB value is (183,27,107). Sum of RGB (Red+Green+Blue) = 183+27+107=317 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.73% from 317); Green value is 27 (10.94% from 255 or 8.52% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 183 - color contains mainly: red. Hex color #B71B6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71B6B is #48E494. Grayscale: #525252. Windows color (decimal): -4777109 or 7019447. OLE color: 7019447.
HSL color Cylindrical-coordinate representation of color #B71B6B: hue angle of 329.23º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B71B6B is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 27 | 107 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.28 |
| HSL | 329.23º | 0.74% | 0.41% | - |
| HSV(B) | 329.23º | 0.85% | 0.72% | - |
| XYZ | 22.57 | 11.91 | 15.02 | - |
| YUV | 82.76 | 141.68 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 27 | 107 | 0 | 0.85 | 0.42 | 0.28 | 329.23 | 0.74 | 0.41 |
| Hex | B7 | 1B | 6B | 0 | 55 | 2A | 1C | 149 | 4A | 29 |
| Octal | 267 | 33 | 153 | 0 | 125 | 52 | 34 | 511 | 112 | 51 |
| Binary | 10110111 | 11011 | 1101011 | 0 | 1010101 | 101010 | 11100 | 101001001 | 1001010 | 101001 |
Color Harmonies of #B71B6B
Complementary color
Monochromatic Colors of #B71B6B
Black with #B71B6B
Text Example
Text Example
White with #B71B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71B6B; }
p { color: rgb(183,27,107); }
H1.HeaderClassName
{
color: #B71B6B;
}
.AnyTagClassName
{
color: #B71B6B;
}
</style>
background-color css
<style>
a { background-color: #B71B6B; }
a { background-color: rgb(183,27,107); }
div.DivClassName
{
background-color: #B71B6B;
}
.BgClassName
{
background-color: #B71B6B;
}
</style>
border-color css
<style>
span { border-color: #B71B6B; }
span { border-color: rgb(183,27,107); }
td.TdClassName
{
border-color: #B71B6B;
}
.TagClassName
{
border-color: #B71B6B;
}
</style>