Shades of Jazzberry Jam #B2046B
Tints of Jazzberry Jam #B2046B
RGB
CMYK
RGB Variations
Color information
#B2046B (or 0xB2046B) is known color: Jazzberry Jam. HEX triplet: B2, 04 and 6B. RGB value is (178,4,107). Sum of RGB (Red+Green+Blue) = 178+4+107=289 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.59% from 289); Green value is 4 (1.95% from 255 or 1.38% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 178 - color contains mainly: red. Hex color #B2046B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2046B is #4DFB94. Grayscale: #434343. Windows color (decimal): -5110677 or 7013554. OLE color: 7013554.
HSL color Cylindrical-coordinate representation of color #B2046B: hue angle of 324.48º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B2046B is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 4 | 107 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.30 |
| HSL | 324.48º | 0.96% | 0.36% | - |
| HSV(B) | 324.48º | 0.98% | 0.7% | - |
| XYZ | 21.06 | 10.61 | 14.85 | - |
| YUV | 67.77 | 150.15 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 4 | 107 | 0 | 0.98 | 0.40 | 0.30 | 324.48 | 0.96 | 0.36 |
| Hex | B2 | 4 | 6B | 0 | 62 | 28 | 1E | 144 | 60 | 24 |
| Octal | 262 | 4 | 153 | 0 | 142 | 50 | 36 | 504 | 140 | 44 |
| Binary | 10110010 | 100 | 1101011 | 0 | 1100010 | 101000 | 11110 | 101000100 | 1100000 | 100100 |
Color Harmonies of #B2046B
Complementary color
Monochromatic Colors of #B2046B
Black with #B2046B
Text Example
Text Example
White with #B2046B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2046B; }
p { color: rgb(178,4,107); }
H1.HeaderClassName
{
color: #B2046B;
}
.AnyTagClassName
{
color: #B2046B;
}
</style>
background-color css
<style>
a { background-color: #B2046B; }
a { background-color: rgb(178,4,107); }
div.DivClassName
{
background-color: #B2046B;
}
.BgClassName
{
background-color: #B2046B;
}
</style>
border-color css
<style>
span { border-color: #B2046B; }
span { border-color: rgb(178,4,107); }
td.TdClassName
{
border-color: #B2046B;
}
.TagClassName
{
border-color: #B2046B;
}
</style>