Shades of Jazzberry Jam #B50458
Tints of Jazzberry Jam #B50458
RGB
CMYK
RGB Variations
Color information
#B50458 (or 0xB50458) is known color: Jazzberry Jam. HEX triplet: B5, 04 and 58. RGB value is (181,4,88). Sum of RGB (Red+Green+Blue) = 181+4+88=273 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.30% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 181 - color contains mainly: red. Hex color #B50458 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50458 is #4AFBA7. Grayscale: #424242. Windows color (decimal): -4914088 or 5768373. OLE color: 5768373.
HSL color Cylindrical-coordinate representation of color #B50458: hue angle of 331.53º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B50458 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 4 | 88 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.29 |
| HSL | 331.53º | 0.96% | 0.36% | - |
| HSV(B) | 331.53º | 0.98% | 0.71% | - |
| XYZ | 20.86 | 10.62 | 10.18 | - |
| YUV | 66.5 | 140.14 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 4 | 88 | 0 | 0.98 | 0.51 | 0.29 | 331.53 | 0.96 | 0.36 |
| Hex | B5 | 4 | 58 | 0 | 62 | 33 | 1D | 14C | 60 | 24 |
| Octal | 265 | 4 | 130 | 0 | 142 | 63 | 35 | 514 | 140 | 44 |
| Binary | 10110101 | 100 | 1011000 | 0 | 1100010 | 110011 | 11101 | 101001100 | 1100000 | 100100 |
Color Harmonies of #B50458
Complementary color
Monochromatic Colors of #B50458
Black with #B50458
Text Example
Text Example
White with #B50458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50458; }
p { color: rgb(181,4,88); }
H1.HeaderClassName
{
color: #B50458;
}
.AnyTagClassName
{
color: #B50458;
}
</style>
background-color css
<style>
a { background-color: #B50458; }
a { background-color: rgb(181,4,88); }
div.DivClassName
{
background-color: #B50458;
}
.BgClassName
{
background-color: #B50458;
}
</style>
border-color css
<style>
span { border-color: #B50458; }
span { border-color: rgb(181,4,88); }
td.TdClassName
{
border-color: #B50458;
}
.TagClassName
{
border-color: #B50458;
}
</style>