Shades of Jazzberry Jam #B5226B
Tints of Jazzberry Jam #B5226B
RGB
CMYK
RGB Variations
Color information
#B5226B (or 0xB5226B) is known color: Jazzberry Jam. HEX triplet: B5, 22 and 6B. RGB value is (181,34,107). Sum of RGB (Red+Green+Blue) = 181+34+107=322 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.21% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 181 - color contains mainly: red. Hex color #B5226B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5226B is #4ADD94. Grayscale: #565656. Windows color (decimal): -4906389 or 7021237. OLE color: 7021237.
HSL color Cylindrical-coordinate representation of color #B5226B: hue angle of 330.2º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B5226B is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 34 | 107 | - |
| CMYK | 0 | 0.81 | 0.41 | 0.29 |
| HSL | 330.2º | 0.68% | 0.42% | - |
| HSV(B) | 330.2º | 0.81% | 0.71% | - |
| XYZ | 22.28 | 12.03 | 15.06 | - |
| YUV | 86.28 | 139.7 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 34 | 107 | 0 | 0.81 | 0.41 | 0.29 | 330.2 | 0.68 | 0.42 |
| Hex | B5 | 22 | 6B | 0 | 51 | 29 | 1D | 14A | 44 | 2A |
| Octal | 265 | 42 | 153 | 0 | 121 | 51 | 35 | 512 | 104 | 52 |
| Binary | 10110101 | 100010 | 1101011 | 0 | 1010001 | 101001 | 11101 | 101001010 | 1000100 | 101010 |
Color Harmonies of #B5226B
Complementary color
Monochromatic Colors of #B5226B
Black with #B5226B
Text Example
Text Example
White with #B5226B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5226B; }
p { color: rgb(181,34,107); }
H1.HeaderClassName
{
color: #B5226B;
}
.AnyTagClassName
{
color: #B5226B;
}
</style>
background-color css
<style>
a { background-color: #B5226B; }
a { background-color: rgb(181,34,107); }
div.DivClassName
{
background-color: #B5226B;
}
.BgClassName
{
background-color: #B5226B;
}
</style>
border-color css
<style>
span { border-color: #B5226B; }
span { border-color: rgb(181,34,107); }
td.TdClassName
{
border-color: #B5226B;
}
.TagClassName
{
border-color: #B5226B;
}
</style>