Shades of Jazzberry Jam #B2126B
Tints of Jazzberry Jam #B2126B
RGB
CMYK
RGB Variations
Color information
#B2126B (or 0xB2126B) is known color: Jazzberry Jam. HEX triplet: B2, 12 and 6B. RGB value is (178,18,107). Sum of RGB (Red+Green+Blue) = 178+18+107=303 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.75% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 178 - color contains mainly: red. Hex color #B2126B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2126B is #4DED94. Grayscale: #4B4B4B. Windows color (decimal): -5107093 or 7017138. OLE color: 7017138.
HSL color Cylindrical-coordinate representation of color #B2126B: hue angle of 326.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2126B is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 18 | 107 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.30 |
| HSL | 326.63º | 0.82% | 0.38% | - |
| HSV(B) | 326.63º | 0.9% | 0.7% | - |
| XYZ | 21.23 | 10.96 | 14.91 | - |
| YUV | 75.99 | 145.51 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 18 | 107 | 0 | 0.90 | 0.40 | 0.30 | 326.63 | 0.82 | 0.38 |
| Hex | B2 | 12 | 6B | 0 | 5A | 28 | 1E | 147 | 52 | 26 |
| Octal | 262 | 22 | 153 | 0 | 132 | 50 | 36 | 507 | 122 | 46 |
| Binary | 10110010 | 10010 | 1101011 | 0 | 1011010 | 101000 | 11110 | 101000111 | 1010010 | 100110 |
Color Harmonies of #B2126B
Complementary color
Monochromatic Colors of #B2126B
Black with #B2126B
Text Example
Text Example
White with #B2126B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2126B; }
p { color: rgb(178,18,107); }
H1.HeaderClassName
{
color: #B2126B;
}
.AnyTagClassName
{
color: #B2126B;
}
</style>
background-color css
<style>
a { background-color: #B2126B; }
a { background-color: rgb(178,18,107); }
div.DivClassName
{
background-color: #B2126B;
}
.BgClassName
{
background-color: #B2126B;
}
</style>
border-color css
<style>
span { border-color: #B2126B; }
span { border-color: rgb(178,18,107); }
td.TdClassName
{
border-color: #B2126B;
}
.TagClassName
{
border-color: #B2126B;
}
</style>