Shades of Jazzberry Jam #B2096F
Tints of Jazzberry Jam #B2096F
RGB
CMYK
RGB Variations
Color information
#B2096F (or 0xB2096F) is known color: Jazzberry Jam. HEX triplet: B2, 09 and 6F. RGB value is (178,9,111). Sum of RGB (Red+Green+Blue) = 178+9+111=298 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.73% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 178 - color contains mainly: red. Hex color #B2096F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2096F is #4DF690. Grayscale: #464646. Windows color (decimal): -5109393 or 7276978. OLE color: 7276978.
HSL color Cylindrical-coordinate representation of color #B2096F: hue angle of 323.79º 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 #B2096F is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 9 | 111 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.30 |
| HSL | 323.79º | 0.9% | 0.37% | - |
| HSV(B) | 323.79º | 0.95% | 0.7% | - |
| XYZ | 21.33 | 10.81 | 16 | - |
| YUV | 71.16 | 150.49 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 9 | 111 | 0 | 0.95 | 0.38 | 0.30 | 323.79 | 0.9 | 0.37 |
| Hex | B2 | 9 | 6F | 0 | 5F | 26 | 1E | 144 | 5A | 25 |
| Octal | 262 | 11 | 157 | 0 | 137 | 46 | 36 | 504 | 132 | 45 |
| Binary | 10110010 | 1001 | 1101111 | 0 | 1011111 | 100110 | 11110 | 101000100 | 1011010 | 100101 |
Color Harmonies of #B2096F
Complementary color
Monochromatic Colors of #B2096F
Black with #B2096F
Text Example
Text Example
White with #B2096F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2096F; }
p { color: rgb(178,9,111); }
H1.HeaderClassName
{
color: #B2096F;
}
.AnyTagClassName
{
color: #B2096F;
}
</style>
background-color css
<style>
a { background-color: #B2096F; }
a { background-color: rgb(178,9,111); }
div.DivClassName
{
background-color: #B2096F;
}
.BgClassName
{
background-color: #B2096F;
}
</style>
border-color css
<style>
span { border-color: #B2096F; }
span { border-color: rgb(178,9,111); }
td.TdClassName
{
border-color: #B2096F;
}
.TagClassName
{
border-color: #B2096F;
}
</style>