Shades of Jazzberry Jam #B2056B
Tints of Jazzberry Jam #B2056B
RGB
CMYK
RGB Variations
Color information
#B2056B (or 0xB2056B) is known color: Jazzberry Jam. HEX triplet: B2, 05 and 6B. RGB value is (178,5,107). Sum of RGB (Red+Green+Blue) = 178+5+107=290 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.38% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 178 - color contains mainly: red. Hex color #B2056B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2056B is #4DFA94. Grayscale: #444444. Windows color (decimal): -5110421 or 7013810. OLE color: 7013810.
HSL color Cylindrical-coordinate representation of color #B2056B: hue angle of 324.62º 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 #B2056B is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 5 | 107 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.30 |
| HSL | 324.62º | 0.95% | 0.36% | - |
| HSV(B) | 324.62º | 0.97% | 0.7% | - |
| XYZ | 21.07 | 10.64 | 14.85 | - |
| YUV | 68.36 | 149.81 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 5 | 107 | 0 | 0.97 | 0.40 | 0.30 | 324.62 | 0.95 | 0.36 |
| Hex | B2 | 5 | 6B | 0 | 61 | 28 | 1E | 145 | 5F | 24 |
| Octal | 262 | 5 | 153 | 0 | 141 | 50 | 36 | 505 | 137 | 44 |
| Binary | 10110010 | 101 | 1101011 | 0 | 1100001 | 101000 | 11110 | 101000101 | 1011111 | 100100 |
Color Harmonies of #B2056B
Complementary color
Monochromatic Colors of #B2056B
Black with #B2056B
Text Example
Text Example
White with #B2056B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2056B; }
p { color: rgb(178,5,107); }
H1.HeaderClassName
{
color: #B2056B;
}
.AnyTagClassName
{
color: #B2056B;
}
</style>
background-color css
<style>
a { background-color: #B2056B; }
a { background-color: rgb(178,5,107); }
div.DivClassName
{
background-color: #B2056B;
}
.BgClassName
{
background-color: #B2056B;
}
</style>
border-color css
<style>
span { border-color: #B2056B; }
span { border-color: rgb(178,5,107); }
td.TdClassName
{
border-color: #B2056B;
}
.TagClassName
{
border-color: #B2056B;
}
</style>