Shades of Jazzberry Jam #B2055D
Tints of Jazzberry Jam #B2055D
RGB
CMYK
RGB Variations
Color information
#B2055D (or 0xB2055D) is known color: Jazzberry Jam. HEX triplet: B2, 05 and 5D. RGB value is (178,5,93). Sum of RGB (Red+Green+Blue) = 178+5+93=276 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.49% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 178 - color contains mainly: red. Hex color #B2055D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2055D is #4DFAA2. Grayscale: #424242. Windows color (decimal): -5110435 or 6096306. OLE color: 6096306.
HSL color Cylindrical-coordinate representation of color #B2055D: hue angle of 329.48º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B2055D is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 5 | 93 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.30 |
| HSL | 329.48º | 0.95% | 0.36% | - |
| HSV(B) | 329.48º | 0.97% | 0.7% | - |
| XYZ | 20.39 | 10.36 | 11.28 | - |
| YUV | 66.76 | 142.81 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 5 | 93 | 0 | 0.97 | 0.48 | 0.30 | 329.48 | 0.95 | 0.36 |
| Hex | B2 | 5 | 5D | 0 | 61 | 30 | 1E | 149 | 5F | 24 |
| Octal | 262 | 5 | 135 | 0 | 141 | 60 | 36 | 511 | 137 | 44 |
| Binary | 10110010 | 101 | 1011101 | 0 | 1100001 | 110000 | 11110 | 101001001 | 1011111 | 100100 |
Color Harmonies of #B2055D
Complementary color
Monochromatic Colors of #B2055D
Black with #B2055D
Text Example
Text Example
White with #B2055D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2055D; }
p { color: rgb(178,5,93); }
H1.HeaderClassName
{
color: #B2055D;
}
.AnyTagClassName
{
color: #B2055D;
}
</style>
background-color css
<style>
a { background-color: #B2055D; }
a { background-color: rgb(178,5,93); }
div.DivClassName
{
background-color: #B2055D;
}
.BgClassName
{
background-color: #B2055D;
}
</style>
border-color css
<style>
span { border-color: #B2055D; }
span { border-color: rgb(178,5,93); }
td.TdClassName
{
border-color: #B2055D;
}
.TagClassName
{
border-color: #B2055D;
}
</style>