Shades of Jazzberry Jam #B50653
Tints of Jazzberry Jam #B50653
RGB
CMYK
RGB Variations
Color information
#B50653 (or 0xB50653) is known color: Jazzberry Jam. HEX triplet: B5, 06 and 53. RGB value is (181,6,83). Sum of RGB (Red+Green+Blue) = 181+6+83=270 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.04% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 83 (32.81% from 255 or 30.74% from 270); Max value from RGB is 181 - color contains mainly: red. Hex color #B50653 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50653 is #4AF9AC. Grayscale: #424242. Windows color (decimal): -4913581 or 5441205. OLE color: 5441205.
HSL color Cylindrical-coordinate representation of color #B50653: hue angle of 333.6º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B50653 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 6 | 83 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.29 |
| HSL | 333.6º | 0.94% | 0.37% | - |
| HSV(B) | 333.6º | 0.97% | 0.71% | - |
| XYZ | 20.68 | 10.58 | 9.14 | - |
| YUV | 67.1 | 136.98 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 6 | 83 | 0 | 0.97 | 0.54 | 0.29 | 333.6 | 0.94 | 0.37 |
| Hex | B5 | 6 | 53 | 0 | 61 | 36 | 1D | 14E | 5E | 25 |
| Octal | 265 | 6 | 123 | 0 | 141 | 66 | 35 | 516 | 136 | 45 |
| Binary | 10110101 | 110 | 1010011 | 0 | 1100001 | 110110 | 11101 | 101001110 | 1011110 | 100101 |
Color Harmonies of #B50653
Complementary color
Monochromatic Colors of #B50653
Black with #B50653
Text Example
Text Example
White with #B50653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50653; }
p { color: rgb(181,6,83); }
H1.HeaderClassName
{
color: #B50653;
}
.AnyTagClassName
{
color: #B50653;
}
</style>
background-color css
<style>
a { background-color: #B50653; }
a { background-color: rgb(181,6,83); }
div.DivClassName
{
background-color: #B50653;
}
.BgClassName
{
background-color: #B50653;
}
</style>
border-color css
<style>
span { border-color: #B50653; }
span { border-color: rgb(181,6,83); }
td.TdClassName
{
border-color: #B50653;
}
.TagClassName
{
border-color: #B50653;
}
</style>