Shades of Jazzberry Jam #B2096B
Tints of Jazzberry Jam #B2096B
RGB
CMYK
RGB Variations
Color information
#B2096B (or 0xB2096B) is known color: Jazzberry Jam. HEX triplet: B2, 09 and 6B. RGB value is (178,9,107). Sum of RGB (Red+Green+Blue) = 178+9+107=294 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.54% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 178 - color contains mainly: red. Hex color #B2096B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2096B is #4DF694. Grayscale: #464646. Windows color (decimal): -5109397 or 7014834. OLE color: 7014834.
HSL color Cylindrical-coordinate representation of color #B2096B: hue angle of 325.21º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B2096B is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 9 | 107 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.30 |
| HSL | 325.21º | 0.9% | 0.37% | - |
| HSV(B) | 325.21º | 0.95% | 0.7% | - |
| XYZ | 21.11 | 10.72 | 14.87 | - |
| YUV | 70.7 | 148.49 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 9 | 107 | 0 | 0.95 | 0.40 | 0.30 | 325.21 | 0.9 | 0.37 |
| Hex | B2 | 9 | 6B | 0 | 5F | 28 | 1E | 145 | 5A | 25 |
| Octal | 262 | 11 | 153 | 0 | 137 | 50 | 36 | 505 | 132 | 45 |
| Binary | 10110010 | 1001 | 1101011 | 0 | 1011111 | 101000 | 11110 | 101000101 | 1011010 | 100101 |
Color Harmonies of #B2096B
Complementary color
Monochromatic Colors of #B2096B
Black with #B2096B
Text Example
Text Example
White with #B2096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2096B; }
p { color: rgb(178,9,107); }
H1.HeaderClassName
{
color: #B2096B;
}
.AnyTagClassName
{
color: #B2096B;
}
</style>
background-color css
<style>
a { background-color: #B2096B; }
a { background-color: rgb(178,9,107); }
div.DivClassName
{
background-color: #B2096B;
}
.BgClassName
{
background-color: #B2096B;
}
</style>
border-color css
<style>
span { border-color: #B2096B; }
span { border-color: rgb(178,9,107); }
td.TdClassName
{
border-color: #B2096B;
}
.TagClassName
{
border-color: #B2096B;
}
</style>