Shades of Jazzberry Jam #B5206D
Tints of Jazzberry Jam #B5206D
RGB
CMYK
RGB Variations
Color information
#B5206D (or 0xB5206D) is known color: Jazzberry Jam. HEX triplet: B5, 20 and 6D. RGB value is (181,32,109). Sum of RGB (Red+Green+Blue) = 181+32+109=322 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.21% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 181 - color contains mainly: red. Hex color #B5206D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5206D is #4ADF92. Grayscale: #555555. Windows color (decimal): -4906899 or 7151797. OLE color: 7151797.
HSL color Cylindrical-coordinate representation of color #B5206D: hue angle of 328.99º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B5206D is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 32 | 109 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.29 |
| HSL | 328.99º | 0.7% | 0.42% | - |
| HSV(B) | 328.99º | 0.82% | 0.71% | - |
| XYZ | 22.33 | 11.96 | 15.6 | - |
| YUV | 85.33 | 141.36 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 109 | 0 | 0.82 | 0.40 | 0.29 | 328.99 | 0.7 | 0.42 |
| Hex | B5 | 20 | 6D | 0 | 52 | 28 | 1D | 149 | 46 | 2A |
| Octal | 265 | 40 | 155 | 0 | 122 | 50 | 35 | 511 | 106 | 52 |
| Binary | 10110101 | 100000 | 1101101 | 0 | 1010010 | 101000 | 11101 | 101001001 | 1000110 | 101010 |
Color Harmonies of #B5206D
Complementary color
Monochromatic Colors of #B5206D
Black with #B5206D
Text Example
Text Example
White with #B5206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5206D; }
p { color: rgb(181,32,109); }
H1.HeaderClassName
{
color: #B5206D;
}
.AnyTagClassName
{
color: #B5206D;
}
</style>
background-color css
<style>
a { background-color: #B5206D; }
a { background-color: rgb(181,32,109); }
div.DivClassName
{
background-color: #B5206D;
}
.BgClassName
{
background-color: #B5206D;
}
</style>
border-color css
<style>
span { border-color: #B5206D; }
span { border-color: rgb(181,32,109); }
td.TdClassName
{
border-color: #B5206D;
}
.TagClassName
{
border-color: #B5206D;
}
</style>