Shades of Jazzberry Jam #B50465
Tints of Jazzberry Jam #B50465
RGB
CMYK
RGB Variations
Color information
#B50465 (or 0xB50465) is known color: Jazzberry Jam. HEX triplet: B5, 04 and 65. RGB value is (181,4,101). Sum of RGB (Red+Green+Blue) = 181+4+101=286 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.29% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 181 - color contains mainly: red. Hex color #B50465 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50465 is #4AFB9A. Grayscale: #434343. Windows color (decimal): -4914075 or 6620341. OLE color: 6620341.
HSL color Cylindrical-coordinate representation of color #B50465: hue angle of 327.12º 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 #B50465 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 4 | 101 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.29 |
| HSL | 327.12º | 0.96% | 0.36% | - |
| HSV(B) | 327.12º | 0.98% | 0.71% | - |
| XYZ | 21.45 | 10.85 | 13.28 | - |
| YUV | 67.98 | 146.64 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 4 | 101 | 0 | 0.98 | 0.44 | 0.29 | 327.12 | 0.96 | 0.36 |
| Hex | B5 | 4 | 65 | 0 | 62 | 2C | 1D | 147 | 60 | 24 |
| Octal | 265 | 4 | 145 | 0 | 142 | 54 | 35 | 507 | 140 | 44 |
| Binary | 10110101 | 100 | 1100101 | 0 | 1100010 | 101100 | 11101 | 101000111 | 1100000 | 100100 |
Color Harmonies of #B50465
Complementary color
Monochromatic Colors of #B50465
Black with #B50465
Text Example
Text Example
White with #B50465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50465; }
p { color: rgb(181,4,101); }
H1.HeaderClassName
{
color: #B50465;
}
.AnyTagClassName
{
color: #B50465;
}
</style>
background-color css
<style>
a { background-color: #B50465; }
a { background-color: rgb(181,4,101); }
div.DivClassName
{
background-color: #B50465;
}
.BgClassName
{
background-color: #B50465;
}
</style>
border-color css
<style>
span { border-color: #B50465; }
span { border-color: rgb(181,4,101); }
td.TdClassName
{
border-color: #B50465;
}
.TagClassName
{
border-color: #B50465;
}
</style>