Shades of Jazzberry Jam #B2196C
Tints of Jazzberry Jam #B2196C
RGB
CMYK
RGB Variations
Color information
#B2196C (or 0xB2196C) is known color: Jazzberry Jam. HEX triplet: B2, 19 and 6C. RGB value is (178,25,108). Sum of RGB (Red+Green+Blue) = 178+25+108=311 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.23% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 178 - color contains mainly: red. Hex color #B2196C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2196C is #4DE693. Grayscale: #505050. Windows color (decimal): -5105300 or 7084466. OLE color: 7084466.
HSL color Cylindrical-coordinate representation of color #B2196C: hue angle of 327.45º 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 #B2196C is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 25 | 108 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.30 |
| HSL | 327.45º | 0.75% | 0.4% | - |
| HSV(B) | 327.45º | 0.86% | 0.7% | - |
| XYZ | 21.41 | 11.24 | 15.23 | - |
| YUV | 80.21 | 143.69 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 25 | 108 | 0 | 0.86 | 0.39 | 0.30 | 327.45 | 0.75 | 0.4 |
| Hex | B2 | 19 | 6C | 0 | 56 | 27 | 1E | 147 | 4B | 28 |
| Octal | 262 | 31 | 154 | 0 | 126 | 47 | 36 | 507 | 113 | 50 |
| Binary | 10110010 | 11001 | 1101100 | 0 | 1010110 | 100111 | 11110 | 101000111 | 1001011 | 101000 |
Color Harmonies of #B2196C
Complementary color
Monochromatic Colors of #B2196C
Black with #B2196C
Text Example
Text Example
White with #B2196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2196C; }
p { color: rgb(178,25,108); }
H1.HeaderClassName
{
color: #B2196C;
}
.AnyTagClassName
{
color: #B2196C;
}
</style>
background-color css
<style>
a { background-color: #B2196C; }
a { background-color: rgb(178,25,108); }
div.DivClassName
{
background-color: #B2196C;
}
.BgClassName
{
background-color: #B2196C;
}
</style>
border-color css
<style>
span { border-color: #B2196C; }
span { border-color: rgb(178,25,108); }
td.TdClassName
{
border-color: #B2196C;
}
.TagClassName
{
border-color: #B2196C;
}
</style>