Shades of Jazzberry Jam #B0226B
Tints of Jazzberry Jam #B0226B
RGB
CMYK
RGB Variations
Color information
#B0226B (or 0xB0226B) is known color: Jazzberry Jam. HEX triplet: B0, 22 and 6B. RGB value is (176,34,107). Sum of RGB (Red+Green+Blue) = 176+34+107=317 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.52% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 176 - color contains mainly: red. Hex color #B0226B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0226B is #4FDD94. Grayscale: #545454. Windows color (decimal): -5234069 or 7021232. OLE color: 7021232.
HSL color Cylindrical-coordinate representation of color #B0226B: hue angle of 329.15º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B0226B is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 34 | 107 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.31 |
| HSL | 329.15º | 0.68% | 0.41% | - |
| HSV(B) | 329.15º | 0.81% | 0.69% | - |
| XYZ | 21.13 | 11.44 | 15 | - |
| YUV | 84.78 | 140.54 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 34 | 107 | 0 | 0.81 | 0.39 | 0.31 | 329.15 | 0.68 | 0.41 |
| Hex | B0 | 22 | 6B | 0 | 51 | 27 | 1F | 149 | 44 | 29 |
| Octal | 260 | 42 | 153 | 0 | 121 | 47 | 37 | 511 | 104 | 51 |
| Binary | 10110000 | 100010 | 1101011 | 0 | 1010001 | 100111 | 11111 | 101001001 | 1000100 | 101001 |
Color Harmonies of #B0226B
Complementary color
Monochromatic Colors of #B0226B
Black with #B0226B
Text Example
Text Example
White with #B0226B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0226B; }
p { color: rgb(176,34,107); }
H1.HeaderClassName
{
color: #B0226B;
}
.AnyTagClassName
{
color: #B0226B;
}
</style>
background-color css
<style>
a { background-color: #B0226B; }
a { background-color: rgb(176,34,107); }
div.DivClassName
{
background-color: #B0226B;
}
.BgClassName
{
background-color: #B0226B;
}
</style>
border-color css
<style>
span { border-color: #B0226B; }
span { border-color: rgb(176,34,107); }
td.TdClassName
{
border-color: #B0226B;
}
.TagClassName
{
border-color: #B0226B;
}
</style>