Shades of Jazzberry Jam #B2055E
Tints of Jazzberry Jam #B2055E
RGB
CMYK
RGB Variations
Color information
#B2055E (or 0xB2055E) is known color: Jazzberry Jam. HEX triplet: B2, 05 and 5E. RGB value is (178,5,94). Sum of RGB (Red+Green+Blue) = 178+5+94=277 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.26% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 178 - color contains mainly: red. Hex color #B2055E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2055E is #4DFAA1. Grayscale: #424242. Windows color (decimal): -5110434 or 6161842. OLE color: 6161842.
HSL color Cylindrical-coordinate representation of color #B2055E: hue angle of 329.13º 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 #B2055E is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 5 | 94 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.30 |
| HSL | 329.13º | 0.95% | 0.36% | - |
| HSV(B) | 329.13º | 0.97% | 0.7% | - |
| XYZ | 20.43 | 10.38 | 11.52 | - |
| YUV | 66.87 | 143.31 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 5 | 94 | 0 | 0.97 | 0.47 | 0.30 | 329.13 | 0.95 | 0.36 |
| Hex | B2 | 5 | 5E | 0 | 61 | 2F | 1E | 149 | 5F | 24 |
| Octal | 262 | 5 | 136 | 0 | 141 | 57 | 36 | 511 | 137 | 44 |
| Binary | 10110010 | 101 | 1011110 | 0 | 1100001 | 101111 | 11110 | 101001001 | 1011111 | 100100 |
Color Harmonies of #B2055E
Complementary color
Monochromatic Colors of #B2055E
Black with #B2055E
Text Example
Text Example
White with #B2055E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2055E; }
p { color: rgb(178,5,94); }
H1.HeaderClassName
{
color: #B2055E;
}
.AnyTagClassName
{
color: #B2055E;
}
</style>
background-color css
<style>
a { background-color: #B2055E; }
a { background-color: rgb(178,5,94); }
div.DivClassName
{
background-color: #B2055E;
}
.BgClassName
{
background-color: #B2055E;
}
</style>
border-color css
<style>
span { border-color: #B2055E; }
span { border-color: rgb(178,5,94); }
td.TdClassName
{
border-color: #B2055E;
}
.TagClassName
{
border-color: #B2055E;
}
</style>