Shades of Jazzberry Jam #B50254
Tints of Jazzberry Jam #B50254
RGB
CMYK
RGB Variations
Color information
#B50254 (or 0xB50254) is known color: Jazzberry Jam. HEX triplet: B5, 02 and 54. RGB value is (181,2,84). Sum of RGB (Red+Green+Blue) = 181+2+84=267 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.79% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 84 (33.20% from 255 or 31.46% from 267); Max value from RGB is 181 - color contains mainly: red. Hex color #B50254 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50254 is #4AFDAB. Grayscale: #404040. Windows color (decimal): -4914604 or 5505717. OLE color: 5505717.
HSL color Cylindrical-coordinate representation of color #B50254: hue angle of 332.51º degrees, saturation: 0.98, 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 #B50254 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 2 | 84 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.29 |
| HSL | 332.51º | 0.98% | 0.36% | - |
| HSV(B) | 332.51º | 0.99% | 0.71% | - |
| XYZ | 20.68 | 10.51 | 9.33 | - |
| YUV | 64.87 | 138.8 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 2 | 84 | 0 | 0.99 | 0.54 | 0.29 | 332.51 | 0.98 | 0.36 |
| Hex | B5 | 2 | 54 | 0 | 63 | 36 | 1D | 14D | 62 | 24 |
| Octal | 265 | 2 | 124 | 0 | 143 | 66 | 35 | 515 | 142 | 44 |
| Binary | 10110101 | 10 | 1010100 | 0 | 1100011 | 110110 | 11101 | 101001101 | 1100010 | 100100 |
Color Harmonies of #B50254
Complementary color
Monochromatic Colors of #B50254
Black with #B50254
Text Example
Text Example
White with #B50254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50254; }
p { color: rgb(181,2,84); }
H1.HeaderClassName
{
color: #B50254;
}
.AnyTagClassName
{
color: #B50254;
}
</style>
background-color css
<style>
a { background-color: #B50254; }
a { background-color: rgb(181,2,84); }
div.DivClassName
{
background-color: #B50254;
}
.BgClassName
{
background-color: #B50254;
}
</style>
border-color css
<style>
span { border-color: #B50254; }
span { border-color: rgb(181,2,84); }
td.TdClassName
{
border-color: #B50254;
}
.TagClassName
{
border-color: #B50254;
}
</style>