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