Shades of Jazzberry Jam #B50058
Tints of Jazzberry Jam #B50058
RGB
CMYK
RGB Variations
Color information
#B50058 (or 0xB50058) is known color: Jazzberry Jam. HEX triplet: B5, 00 and 58. RGB value is (181,0,88). Sum of RGB (Red+Green+Blue) = 181+0+88=269 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.29% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 88 (34.77% from 255 or 32.71% from 269); Max value from RGB is 181 - color contains mainly: red. Hex color #B50058 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50058 is #4AFFA7. Grayscale: #3F3F3F. Windows color (decimal): -4915112 or 5767349. OLE color: 5767349.
HSL color Cylindrical-coordinate representation of color #B50058: hue angle of 330.83º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B50058 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 0 | 88 | - |
| CMYK | 0 | 1 | 0.51 | 0.29 |
| HSL | 330.83º | 1% | 0.35% | - |
| HSV(B) | 330.83º | 1% | 0.71% | - |
| XYZ | 20.82 | 10.53 | 10.17 | - |
| YUV | 64.15 | 141.47 | 211.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 0 | 88 | 0 | 1 | 0.51 | 0.29 | 330.83 | 1 | 0.35 |
| Hex | B5 | 0 | 58 | 0 | 64 | 33 | 1D | 14B | 64 | 23 |
| Octal | 265 | 0 | 130 | 0 | 144 | 63 | 35 | 513 | 144 | 43 |
| Binary | 10110101 | 0 | 1011000 | 0 | 1100100 | 110011 | 11101 | 101001011 | 1100100 | 100011 |
Color Harmonies of #B50058
Complementary color
Monochromatic Colors of #B50058
Black with #B50058
Text Example
Text Example
White with #B50058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50058; }
p { color: rgb(181,0,88); }
H1.HeaderClassName
{
color: #B50058;
}
.AnyTagClassName
{
color: #B50058;
}
</style>
background-color css
<style>
a { background-color: #B50058; }
a { background-color: rgb(181,0,88); }
div.DivClassName
{
background-color: #B50058;
}
.BgClassName
{
background-color: #B50058;
}
</style>
border-color css
<style>
span { border-color: #B50058; }
span { border-color: rgb(181,0,88); }
td.TdClassName
{
border-color: #B50058;
}
.TagClassName
{
border-color: #B50058;
}
</style>