Shades of Jazzberry Jam #B50065
Tints of Jazzberry Jam #B50065
RGB
CMYK
RGB Variations
Color information
#B50065 (or 0xB50065) is known color: Jazzberry Jam. HEX triplet: B5, 00 and 65. RGB value is (181,0,101). Sum of RGB (Red+Green+Blue) = 181+0+101=282 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.18% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 181 - color contains mainly: red. Hex color #B50065 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50065 is #4AFF9A. Grayscale: #414141. Windows color (decimal): -4915099 or 6619317. OLE color: 6619317.
HSL color Cylindrical-coordinate representation of color #B50065: hue angle of 326.52º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B50065 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 0 | 101 | - |
| CMYK | 0 | 1 | 0.44 | 0.29 |
| HSL | 326.52º | 1% | 0.35% | - |
| HSV(B) | 326.52º | 1% | 0.71% | - |
| XYZ | 21.41 | 10.76 | 13.26 | - |
| YUV | 65.63 | 147.97 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 0 | 101 | 0 | 1 | 0.44 | 0.29 | 326.52 | 1 | 0.35 |
| Hex | B5 | 0 | 65 | 0 | 64 | 2C | 1D | 147 | 64 | 23 |
| Octal | 265 | 0 | 145 | 0 | 144 | 54 | 35 | 507 | 144 | 43 |
| Binary | 10110101 | 0 | 1100101 | 0 | 1100100 | 101100 | 11101 | 101000111 | 1100100 | 100011 |
Color Harmonies of #B50065
Complementary color
Monochromatic Colors of #B50065
Black with #B50065
Text Example
Text Example
White with #B50065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50065; }
p { color: rgb(181,0,101); }
H1.HeaderClassName
{
color: #B50065;
}
.AnyTagClassName
{
color: #B50065;
}
</style>
background-color css
<style>
a { background-color: #B50065; }
a { background-color: rgb(181,0,101); }
div.DivClassName
{
background-color: #B50065;
}
.BgClassName
{
background-color: #B50065;
}
</style>
border-color css
<style>
span { border-color: #B50065; }
span { border-color: rgb(181,0,101); }
td.TdClassName
{
border-color: #B50065;
}
.TagClassName
{
border-color: #B50065;
}
</style>