Shades of Jazzberry Jam #B50158
Tints of Jazzberry Jam #B50158
RGB
CMYK
RGB Variations
Color information
#B50158 (or 0xB50158) is known color: Jazzberry Jam. HEX triplet: B5, 01 and 58. RGB value is (181,1,88). Sum of RGB (Red+Green+Blue) = 181+1+88=270 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.04% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 88 (34.77% from 255 or 32.59% from 270); Max value from RGB is 181 - color contains mainly: red. Hex color #B50158 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50158 is #4AFEA7. Grayscale: #404040. Windows color (decimal): -4914856 or 5767605. OLE color: 5767605.
HSL color Cylindrical-coordinate representation of color #B50158: hue angle of 331º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B50158 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 88 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.29 |
| HSL | 331º | 0.99% | 0.36% | - |
| HSV(B) | 331º | 0.99% | 0.71% | - |
| XYZ | 20.83 | 10.55 | 10.17 | - |
| YUV | 64.74 | 141.13 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 88 | 0 | 0.99 | 0.51 | 0.29 | 331 | 0.99 | 0.36 |
| Hex | B5 | 1 | 58 | 0 | 63 | 33 | 1D | 14B | 63 | 24 |
| Octal | 265 | 1 | 130 | 0 | 143 | 63 | 35 | 513 | 143 | 44 |
| Binary | 10110101 | 1 | 1011000 | 0 | 1100011 | 110011 | 11101 | 101001011 | 1100011 | 100100 |
Color Harmonies of #B50158
Complementary color
Monochromatic Colors of #B50158
Black with #B50158
Text Example
Text Example
White with #B50158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50158; }
p { color: rgb(181,1,88); }
H1.HeaderClassName
{
color: #B50158;
}
.AnyTagClassName
{
color: #B50158;
}
</style>
background-color css
<style>
a { background-color: #B50158; }
a { background-color: rgb(181,1,88); }
div.DivClassName
{
background-color: #B50158;
}
.BgClassName
{
background-color: #B50158;
}
</style>
border-color css
<style>
span { border-color: #B50158; }
span { border-color: rgb(181,1,88); }
td.TdClassName
{
border-color: #B50158;
}
.TagClassName
{
border-color: #B50158;
}
</style>