Shades of Jazzberry Jam #B2115B
Tints of Jazzberry Jam #B2115B
RGB
CMYK
RGB Variations
Color information
#B2115B (or 0xB2115B) is known color: Jazzberry Jam. HEX triplet: B2, 11 and 5B. RGB value is (178,17,91). Sum of RGB (Red+Green+Blue) = 178+17+91=286 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.24% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 178 - color contains mainly: red. Hex color #B2115B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2115B is #4DEEA4. Grayscale: #494949. Windows color (decimal): -5107365 or 5968306. OLE color: 5968306.
HSL color Cylindrical-coordinate representation of color #B2115B: hue angle of 332.42º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2115B is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 17 | 91 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.30 |
| HSL | 332.42º | 0.83% | 0.38% | - |
| HSV(B) | 332.42º | 0.9% | 0.7% | - |
| XYZ | 20.45 | 10.62 | 10.87 | - |
| YUV | 73.58 | 137.84 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 17 | 91 | 0 | 0.90 | 0.49 | 0.30 | 332.42 | 0.83 | 0.38 |
| Hex | B2 | 11 | 5B | 0 | 5A | 31 | 1E | 14C | 53 | 26 |
| Octal | 262 | 21 | 133 | 0 | 132 | 61 | 36 | 514 | 123 | 46 |
| Binary | 10110010 | 10001 | 1011011 | 0 | 1011010 | 110001 | 11110 | 101001100 | 1010011 | 100110 |
Color Harmonies of #B2115B
Complementary color
Monochromatic Colors of #B2115B
Black with #B2115B
Text Example
Text Example
White with #B2115B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2115B; }
p { color: rgb(178,17,91); }
H1.HeaderClassName
{
color: #B2115B;
}
.AnyTagClassName
{
color: #B2115B;
}
</style>
background-color css
<style>
a { background-color: #B2115B; }
a { background-color: rgb(178,17,91); }
div.DivClassName
{
background-color: #B2115B;
}
.BgClassName
{
background-color: #B2115B;
}
</style>
border-color css
<style>
span { border-color: #B2115B; }
span { border-color: rgb(178,17,91); }
td.TdClassName
{
border-color: #B2115B;
}
.TagClassName
{
border-color: #B2115B;
}
</style>