Shades of Jazzberry Jam #B2176B
Tints of Jazzberry Jam #B2176B
RGB
CMYK
RGB Variations
Color information
#B2176B (or 0xB2176B) is known color: Jazzberry Jam. HEX triplet: B2, 17 and 6B. RGB value is (178,23,107). Sum of RGB (Red+Green+Blue) = 178+23+107=308 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.79% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 178 - color contains mainly: red. Hex color #B2176B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2176B is #4DE894. Grayscale: #4E4E4E. Windows color (decimal): -5105813 or 7018418. OLE color: 7018418.
HSL color Cylindrical-coordinate representation of color #B2176B: hue angle of 327.48º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B2176B is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 23 | 107 | - |
| CMYK | 0 | 0.87 | 0.40 | 0.30 |
| HSL | 327.48º | 0.77% | 0.39% | - |
| HSV(B) | 327.48º | 0.87% | 0.7% | - |
| XYZ | 21.32 | 11.14 | 14.94 | - |
| YUV | 78.92 | 143.85 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 23 | 107 | 0 | 0.87 | 0.40 | 0.30 | 327.48 | 0.77 | 0.39 |
| Hex | B2 | 17 | 6B | 0 | 57 | 28 | 1E | 147 | 4D | 27 |
| Octal | 262 | 27 | 153 | 0 | 127 | 50 | 36 | 507 | 115 | 47 |
| Binary | 10110010 | 10111 | 1101011 | 0 | 1010111 | 101000 | 11110 | 101000111 | 1001101 | 100111 |
Color Harmonies of #B2176B
Complementary color
Monochromatic Colors of #B2176B
Black with #B2176B
Text Example
Text Example
White with #B2176B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2176B; }
p { color: rgb(178,23,107); }
H1.HeaderClassName
{
color: #B2176B;
}
.AnyTagClassName
{
color: #B2176B;
}
</style>
background-color css
<style>
a { background-color: #B2176B; }
a { background-color: rgb(178,23,107); }
div.DivClassName
{
background-color: #B2176B;
}
.BgClassName
{
background-color: #B2176B;
}
</style>
border-color css
<style>
span { border-color: #B2176B; }
span { border-color: rgb(178,23,107); }
td.TdClassName
{
border-color: #B2176B;
}
.TagClassName
{
border-color: #B2176B;
}
</style>