Shades of Jazzberry Jam #B2076D
Tints of Jazzberry Jam #B2076D
RGB
CMYK
RGB Variations
Color information
#B2076D (or 0xB2076D) is known color: Jazzberry Jam. HEX triplet: B2, 07 and 6D. RGB value is (178,7,109). Sum of RGB (Red+Green+Blue) = 178+7+109=294 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.54% from 294); Green value is 7 (3.12% from 255 or 2.38% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 178 - color contains mainly: red. Hex color #B2076D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2076D is #4DF892. Grayscale: #454545. Windows color (decimal): -5109907 or 7145394. OLE color: 7145394.
HSL color Cylindrical-coordinate representation of color #B2076D: hue angle of 324.21º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B2076D is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 7 | 109 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.30 |
| HSL | 324.21º | 0.92% | 0.36% | - |
| HSV(B) | 324.21º | 0.96% | 0.7% | - |
| XYZ | 21.2 | 10.72 | 15.42 | - |
| YUV | 69.76 | 150.15 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 7 | 109 | 0 | 0.96 | 0.39 | 0.30 | 324.21 | 0.92 | 0.36 |
| Hex | B2 | 7 | 6D | 0 | 60 | 27 | 1E | 144 | 5C | 24 |
| Octal | 262 | 7 | 155 | 0 | 140 | 47 | 36 | 504 | 134 | 44 |
| Binary | 10110010 | 111 | 1101101 | 0 | 1100000 | 100111 | 11110 | 101000100 | 1011100 | 100100 |
Color Harmonies of #B2076D
Complementary color
Monochromatic Colors of #B2076D
Black with #B2076D
Text Example
Text Example
White with #B2076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2076D; }
p { color: rgb(178,7,109); }
H1.HeaderClassName
{
color: #B2076D;
}
.AnyTagClassName
{
color: #B2076D;
}
</style>
background-color css
<style>
a { background-color: #B2076D; }
a { background-color: rgb(178,7,109); }
div.DivClassName
{
background-color: #B2076D;
}
.BgClassName
{
background-color: #B2076D;
}
</style>
border-color css
<style>
span { border-color: #B2076D; }
span { border-color: rgb(178,7,109); }
td.TdClassName
{
border-color: #B2076D;
}
.TagClassName
{
border-color: #B2076D;
}
</style>