Shades of Jazzberry Jam #B50665
Tints of Jazzberry Jam #B50665
RGB
CMYK
RGB Variations
Color information
#B50665 (or 0xB50665) is known color: Jazzberry Jam. HEX triplet: B5, 06 and 65. RGB value is (181,6,101). Sum of RGB (Red+Green+Blue) = 181+6+101=288 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.85% from 288); Green value is 6 (2.73% from 255 or 2.08% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 181 - color contains mainly: red. Hex color #B50665 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50665 is #4AF99A. Grayscale: #444444. Windows color (decimal): -4913563 or 6620853. OLE color: 6620853.
HSL color Cylindrical-coordinate representation of color #B50665: hue angle of 327.43º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B50665 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 6 | 101 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.29 |
| HSL | 327.43º | 0.94% | 0.37% | - |
| HSV(B) | 327.43º | 0.97% | 0.71% | - |
| XYZ | 21.47 | 10.89 | 13.28 | - |
| YUV | 69.16 | 145.98 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 6 | 101 | 0 | 0.97 | 0.44 | 0.29 | 327.43 | 0.94 | 0.37 |
| Hex | B5 | 6 | 65 | 0 | 61 | 2C | 1D | 147 | 5E | 25 |
| Octal | 265 | 6 | 145 | 0 | 141 | 54 | 35 | 507 | 136 | 45 |
| Binary | 10110101 | 110 | 1100101 | 0 | 1100001 | 101100 | 11101 | 101000111 | 1011110 | 100101 |
Color Harmonies of #B50665
Complementary color
Monochromatic Colors of #B50665
Black with #B50665
Text Example
Text Example
White with #B50665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50665; }
p { color: rgb(181,6,101); }
H1.HeaderClassName
{
color: #B50665;
}
.AnyTagClassName
{
color: #B50665;
}
</style>
background-color css
<style>
a { background-color: #B50665; }
a { background-color: rgb(181,6,101); }
div.DivClassName
{
background-color: #B50665;
}
.BgClassName
{
background-color: #B50665;
}
</style>
border-color css
<style>
span { border-color: #B50665; }
span { border-color: rgb(181,6,101); }
td.TdClassName
{
border-color: #B50665;
}
.TagClassName
{
border-color: #B50665;
}
</style>