Shades of Jazzberry Jam #B50165
Tints of Jazzberry Jam #B50165
RGB
CMYK
RGB Variations
Color information
#B50165 (or 0xB50165) is known color: Jazzberry Jam. HEX triplet: B5, 01 and 65. RGB value is (181,1,101). Sum of RGB (Red+Green+Blue) = 181+1+101=283 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.96% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 181 - color contains mainly: red. Hex color #B50165 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50165 is #4AFE9A. Grayscale: #424242. Windows color (decimal): -4914843 or 6619573. OLE color: 6619573.
HSL color Cylindrical-coordinate representation of color #B50165: hue angle of 326.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 #B50165 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 101 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.29 |
| HSL | 326.67º | 0.99% | 0.36% | - |
| HSV(B) | 326.67º | 0.99% | 0.71% | - |
| XYZ | 21.42 | 10.79 | 13.26 | - |
| YUV | 66.22 | 147.63 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 101 | 0 | 0.99 | 0.44 | 0.29 | 326.67 | 0.99 | 0.36 |
| Hex | B5 | 1 | 65 | 0 | 63 | 2C | 1D | 147 | 63 | 24 |
| Octal | 265 | 1 | 145 | 0 | 143 | 54 | 35 | 507 | 143 | 44 |
| Binary | 10110101 | 1 | 1100101 | 0 | 1100011 | 101100 | 11101 | 101000111 | 1100011 | 100100 |
Color Harmonies of #B50165
Complementary color
Monochromatic Colors of #B50165
Black with #B50165
Text Example
Text Example
White with #B50165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50165; }
p { color: rgb(181,1,101); }
H1.HeaderClassName
{
color: #B50165;
}
.AnyTagClassName
{
color: #B50165;
}
</style>
background-color css
<style>
a { background-color: #B50165; }
a { background-color: rgb(181,1,101); }
div.DivClassName
{
background-color: #B50165;
}
.BgClassName
{
background-color: #B50165;
}
</style>
border-color css
<style>
span { border-color: #B50165; }
span { border-color: rgb(181,1,101); }
td.TdClassName
{
border-color: #B50165;
}
.TagClassName
{
border-color: #B50165;
}
</style>