Shades of Jazzberry Jam #B5205D
Tints of Jazzberry Jam #B5205D
RGB
CMYK
RGB Variations
Color information
#B5205D (or 0xB5205D) is known color: Jazzberry Jam. HEX triplet: B5, 20 and 5D. RGB value is (181,32,93). Sum of RGB (Red+Green+Blue) = 181+32+93=306 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.15% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 181 - color contains mainly: red. Hex color #B5205D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5205D is #4ADFA2. Grayscale: #535353. Windows color (decimal): -4906915 or 6103221. OLE color: 6103221.
HSL color Cylindrical-coordinate representation of color #B5205D: hue angle of 335.44º 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 #B5205D is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 32 | 93 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.29 |
| HSL | 335.44º | 0.7% | 0.42% | - |
| HSV(B) | 335.44º | 0.82% | 0.71% | - |
| XYZ | 21.55 | 11.65 | 11.47 | - |
| YUV | 83.51 | 133.36 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 93 | 0 | 0.82 | 0.49 | 0.29 | 335.44 | 0.7 | 0.42 |
| Hex | B5 | 20 | 5D | 0 | 52 | 31 | 1D | 14F | 46 | 2A |
| Octal | 265 | 40 | 135 | 0 | 122 | 61 | 35 | 517 | 106 | 52 |
| Binary | 10110101 | 100000 | 1011101 | 0 | 1010010 | 110001 | 11101 | 101001111 | 1000110 | 101010 |
Color Harmonies of #B5205D
Complementary color
Monochromatic Colors of #B5205D
Black with #B5205D
Text Example
Text Example
White with #B5205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5205D; }
p { color: rgb(181,32,93); }
H1.HeaderClassName
{
color: #B5205D;
}
.AnyTagClassName
{
color: #B5205D;
}
</style>
background-color css
<style>
a { background-color: #B5205D; }
a { background-color: rgb(181,32,93); }
div.DivClassName
{
background-color: #B5205D;
}
.BgClassName
{
background-color: #B5205D;
}
</style>
border-color css
<style>
span { border-color: #B5205D; }
span { border-color: rgb(181,32,93); }
td.TdClassName
{
border-color: #B5205D;
}
.TagClassName
{
border-color: #B5205D;
}
</style>