Shades of Jazzberry Jam #B21162
Tints of Jazzberry Jam #B21162
RGB
CMYK
RGB Variations
Color information
#B21162 (or 0xB21162) is known color: Jazzberry Jam. HEX triplet: B2, 11 and 62. RGB value is (178,17,98). Sum of RGB (Red+Green+Blue) = 178+17+98=293 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.75% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 178 - color contains mainly: red. Hex color #B21162 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21162 is #4DEE9D. Grayscale: #4A4A4A. Windows color (decimal): -5107358 or 6427058. OLE color: 6427058.
HSL color Cylindrical-coordinate representation of color #B21162: hue angle of 329.81º 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 #B21162 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 17 | 98 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.30 |
| HSL | 329.81º | 0.83% | 0.38% | - |
| HSV(B) | 329.81º | 0.9% | 0.7% | - |
| XYZ | 20.77 | 10.75 | 12.54 | - |
| YUV | 74.37 | 141.34 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 17 | 98 | 0 | 0.90 | 0.45 | 0.30 | 329.81 | 0.83 | 0.38 |
| Hex | B2 | 11 | 62 | 0 | 5A | 2D | 1E | 14A | 53 | 26 |
| Octal | 262 | 21 | 142 | 0 | 132 | 55 | 36 | 512 | 123 | 46 |
| Binary | 10110010 | 10001 | 1100010 | 0 | 1011010 | 101101 | 11110 | 101001010 | 1010011 | 100110 |
Color Harmonies of #B21162
Complementary color
Monochromatic Colors of #B21162
Black with #B21162
Text Example
Text Example
White with #B21162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21162; }
p { color: rgb(178,17,98); }
H1.HeaderClassName
{
color: #B21162;
}
.AnyTagClassName
{
color: #B21162;
}
</style>
background-color css
<style>
a { background-color: #B21162; }
a { background-color: rgb(178,17,98); }
div.DivClassName
{
background-color: #B21162;
}
.BgClassName
{
background-color: #B21162;
}
</style>
border-color css
<style>
span { border-color: #B21162; }
span { border-color: rgb(178,17,98); }
td.TdClassName
{
border-color: #B21162;
}
.TagClassName
{
border-color: #B21162;
}
</style>