Shades of Jazzberry Jam #B1206B
Tints of Jazzberry Jam #B1206B
RGB
CMYK
RGB Variations
Color information
#B1206B (or 0xB1206B) is known color: Jazzberry Jam. HEX triplet: B1, 20 and 6B. RGB value is (177,32,107). Sum of RGB (Red+Green+Blue) = 177+32+107=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B1206B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1206B is #4EDF94. Grayscale: #535353. Windows color (decimal): -5169045 or 7020721. OLE color: 7020721.
HSL color Cylindrical-coordinate representation of color #B1206B: hue angle of 328.97º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B1206B is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 32 | 107 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.31 |
| HSL | 328.97º | 0.69% | 0.41% | - |
| HSV(B) | 328.97º | 0.82% | 0.69% | - |
| XYZ | 21.3 | 11.44 | 15 | - |
| YUV | 83.91 | 141.04 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 32 | 107 | 0 | 0.82 | 0.40 | 0.31 | 328.97 | 0.69 | 0.41 |
| Hex | B1 | 20 | 6B | 0 | 52 | 28 | 1F | 149 | 45 | 29 |
| Octal | 261 | 40 | 153 | 0 | 122 | 50 | 37 | 511 | 105 | 51 |
| Binary | 10110001 | 100000 | 1101011 | 0 | 1010010 | 101000 | 11111 | 101001001 | 1000101 | 101001 |
Color Harmonies of #B1206B
Complementary color
Monochromatic Colors of #B1206B
Black with #B1206B
Text Example
Text Example
White with #B1206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1206B; }
p { color: rgb(177,32,107); }
H1.HeaderClassName
{
color: #B1206B;
}
.AnyTagClassName
{
color: #B1206B;
}
</style>
background-color css
<style>
a { background-color: #B1206B; }
a { background-color: rgb(177,32,107); }
div.DivClassName
{
background-color: #B1206B;
}
.BgClassName
{
background-color: #B1206B;
}
</style>
border-color css
<style>
span { border-color: #B1206B; }
span { border-color: rgb(177,32,107); }
td.TdClassName
{
border-color: #B1206B;
}
.TagClassName
{
border-color: #B1206B;
}
</style>