Shades of Jazzberry Jam #B50262
Tints of Jazzberry Jam #B50262
RGB
CMYK
RGB Variations
Color information
#B50262 (or 0xB50262) is known color: Jazzberry Jam. HEX triplet: B5, 02 and 62. RGB value is (181,2,98). Sum of RGB (Red+Green+Blue) = 181+2+98=281 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.41% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 181 - color contains mainly: red. Hex color #B50262 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50262 is #4AFD9D. Grayscale: #424242. Windows color (decimal): -4914590 or 6423221. OLE color: 6423221.
HSL color Cylindrical-coordinate representation of color #B50262: hue angle of 327.82º 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 #B50262 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 2 | 98 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.29 |
| HSL | 327.82º | 0.98% | 0.36% | - |
| HSV(B) | 327.82º | 0.99% | 0.71% | - |
| XYZ | 21.28 | 10.75 | 12.51 | - |
| YUV | 66.47 | 145.8 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 2 | 98 | 0 | 0.99 | 0.46 | 0.29 | 327.82 | 0.98 | 0.36 |
| Hex | B5 | 2 | 62 | 0 | 63 | 2E | 1D | 148 | 62 | 24 |
| Octal | 265 | 2 | 142 | 0 | 143 | 56 | 35 | 510 | 142 | 44 |
| Binary | 10110101 | 10 | 1100010 | 0 | 1100011 | 101110 | 11101 | 101001000 | 1100010 | 100100 |
Color Harmonies of #B50262
Complementary color
Monochromatic Colors of #B50262
Black with #B50262
Text Example
Text Example
White with #B50262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50262; }
p { color: rgb(181,2,98); }
H1.HeaderClassName
{
color: #B50262;
}
.AnyTagClassName
{
color: #B50262;
}
</style>
background-color css
<style>
a { background-color: #B50262; }
a { background-color: rgb(181,2,98); }
div.DivClassName
{
background-color: #B50262;
}
.BgClassName
{
background-color: #B50262;
}
</style>
border-color css
<style>
span { border-color: #B50262; }
span { border-color: rgb(181,2,98); }
td.TdClassName
{
border-color: #B50262;
}
.TagClassName
{
border-color: #B50262;
}
</style>