Shades of Jazzberry Jam #B5205C
Tints of Jazzberry Jam #B5205C
RGB
CMYK
RGB Variations
Color information
#B5205C (or 0xB5205C) is known color: Jazzberry Jam. HEX triplet: B5, 20 and 5C. RGB value is (181,32,92). Sum of RGB (Red+Green+Blue) = 181+32+92=305 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.34% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 181 - color contains mainly: red. Hex color #B5205C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5205C is #4ADFA3. Grayscale: #535353. Windows color (decimal): -4906916 or 6037685. OLE color: 6037685.
HSL color Cylindrical-coordinate representation of color #B5205C: hue angle of 335.84º 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 #B5205C is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 32 | 92 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.29 |
| HSL | 335.84º | 0.7% | 0.42% | - |
| HSV(B) | 335.84º | 0.82% | 0.71% | - |
| XYZ | 21.5 | 11.63 | 11.24 | - |
| YUV | 83.39 | 132.86 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 92 | 0 | 0.82 | 0.49 | 0.29 | 335.84 | 0.7 | 0.42 |
| Hex | B5 | 20 | 5C | 0 | 52 | 31 | 1D | 150 | 46 | 2A |
| Octal | 265 | 40 | 134 | 0 | 122 | 61 | 35 | 520 | 106 | 52 |
| Binary | 10110101 | 100000 | 1011100 | 0 | 1010010 | 110001 | 11101 | 101010000 | 1000110 | 101010 |
Color Harmonies of #B5205C
Complementary color
Monochromatic Colors of #B5205C
Black with #B5205C
Text Example
Text Example
White with #B5205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5205C; }
p { color: rgb(181,32,92); }
H1.HeaderClassName
{
color: #B5205C;
}
.AnyTagClassName
{
color: #B5205C;
}
</style>
background-color css
<style>
a { background-color: #B5205C; }
a { background-color: rgb(181,32,92); }
div.DivClassName
{
background-color: #B5205C;
}
.BgClassName
{
background-color: #B5205C;
}
</style>
border-color css
<style>
span { border-color: #B5205C; }
span { border-color: rgb(181,32,92); }
td.TdClassName
{
border-color: #B5205C;
}
.TagClassName
{
border-color: #B5205C;
}
</style>