Shades of Jazzberry Jam #B2196D
Tints of Jazzberry Jam #B2196D
RGB
CMYK
RGB Variations
Color information
#B2196D (or 0xB2196D) is known color: Jazzberry Jam. HEX triplet: B2, 19 and 6D. RGB value is (178,25,109). Sum of RGB (Red+Green+Blue) = 178+25+109=312 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.05% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 178 - color contains mainly: red. Hex color #B2196D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2196D is #4DE692. Grayscale: #505050. Windows color (decimal): -5105299 or 7150002. OLE color: 7150002.
HSL color Cylindrical-coordinate representation of color #B2196D: hue angle of 327.06º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B2196D is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 25 | 109 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.30 |
| HSL | 327.06º | 0.75% | 0.4% | - |
| HSV(B) | 327.06º | 0.86% | 0.7% | - |
| XYZ | 21.47 | 11.26 | 15.51 | - |
| YUV | 80.32 | 144.19 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 25 | 109 | 0 | 0.86 | 0.39 | 0.30 | 327.06 | 0.75 | 0.4 |
| Hex | B2 | 19 | 6D | 0 | 56 | 27 | 1E | 147 | 4B | 28 |
| Octal | 262 | 31 | 155 | 0 | 126 | 47 | 36 | 507 | 113 | 50 |
| Binary | 10110010 | 11001 | 1101101 | 0 | 1010110 | 100111 | 11110 | 101000111 | 1001011 | 101000 |
Color Harmonies of #B2196D
Complementary color
Monochromatic Colors of #B2196D
Black with #B2196D
Text Example
Text Example
White with #B2196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2196D; }
p { color: rgb(178,25,109); }
H1.HeaderClassName
{
color: #B2196D;
}
.AnyTagClassName
{
color: #B2196D;
}
</style>
background-color css
<style>
a { background-color: #B2196D; }
a { background-color: rgb(178,25,109); }
div.DivClassName
{
background-color: #B2196D;
}
.BgClassName
{
background-color: #B2196D;
}
</style>
border-color css
<style>
span { border-color: #B2196D; }
span { border-color: rgb(178,25,109); }
td.TdClassName
{
border-color: #B2196D;
}
.TagClassName
{
border-color: #B2196D;
}
</style>