Shades of Jazzberry Jam #B2246B
Tints of Jazzberry Jam #B2246B
RGB
CMYK
RGB Variations
Color information
#B2246B (or 0xB2246B) is known color: Jazzberry Jam. HEX triplet: B2, 24 and 6B. RGB value is (178,36,107). Sum of RGB (Red+Green+Blue) = 178+36+107=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B2246B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2246B is #4DDB94. Grayscale: #565656. Windows color (decimal): -5102485 or 7021746. OLE color: 7021746.
HSL color Cylindrical-coordinate representation of color #B2246B: hue angle of 330º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2246B is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 36 | 107 | - |
| CMYK | 0 | 0.80 | 0.40 | 0.30 |
| HSL | 330º | 0.66% | 0.42% | - |
| HSV(B) | 330º | 0.8% | 0.7% | - |
| XYZ | 21.64 | 11.79 | 15.04 | - |
| YUV | 86.55 | 139.54 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 36 | 107 | 0 | 0.80 | 0.40 | 0.30 | 330 | 0.66 | 0.42 |
| Hex | B2 | 24 | 6B | 0 | 50 | 28 | 1E | 14A | 42 | 2A |
| Octal | 262 | 44 | 153 | 0 | 120 | 50 | 36 | 512 | 102 | 52 |
| Binary | 10110010 | 100100 | 1101011 | 0 | 1010000 | 101000 | 11110 | 101001010 | 1000010 | 101010 |
Color Harmonies of #B2246B
Complementary color
Monochromatic Colors of #B2246B
Black with #B2246B
Text Example
Text Example
White with #B2246B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2246B; }
p { color: rgb(178,36,107); }
H1.HeaderClassName
{
color: #B2246B;
}
.AnyTagClassName
{
color: #B2246B;
}
</style>
background-color css
<style>
a { background-color: #B2246B; }
a { background-color: rgb(178,36,107); }
div.DivClassName
{
background-color: #B2246B;
}
.BgClassName
{
background-color: #B2246B;
}
</style>
border-color css
<style>
span { border-color: #B2246B; }
span { border-color: rgb(178,36,107); }
td.TdClassName
{
border-color: #B2246B;
}
.TagClassName
{
border-color: #B2246B;
}
</style>