Shades of Jazzberry Jam #B50047
Tints of Jazzberry Jam #B50047
RGB
CMYK
RGB Variations
Color information
#B50047 (or 0xB50047) is known color: Jazzberry Jam. HEX triplet: B5, 00 and 47. RGB value is (181,0,71). Sum of RGB (Red+Green+Blue) = 181+0+71=252 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.83% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 71 (28.12% from 255 or 28.17% from 252); Max value from RGB is 181 - color contains mainly: red. Hex color #B50047 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50047 is #4AFFB8. Grayscale: #3E3E3E. Windows color (decimal): -4915129 or 4653237. OLE color: 4653237.
HSL color Cylindrical-coordinate representation of color #B50047: hue angle of 336.46º 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 #B50047 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 0 | 71 | - |
| CMYK | 0 | 1 | 0.61 | 0.29 |
| HSL | 336.46º | 1% | 0.35% | - |
| HSV(B) | 336.46º | 1% | 0.71% | - |
| XYZ | 20.19 | 10.28 | 6.88 | - |
| YUV | 62.21 | 132.97 | 212.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 0 | 71 | 0 | 1 | 0.61 | 0.29 | 336.46 | 1 | 0.35 |
| Hex | B5 | 0 | 47 | 0 | 64 | 3D | 1D | 150 | 64 | 23 |
| Octal | 265 | 0 | 107 | 0 | 144 | 75 | 35 | 520 | 144 | 43 |
| Binary | 10110101 | 0 | 1000111 | 0 | 1100100 | 111101 | 11101 | 101010000 | 1100100 | 100011 |
Color Harmonies of #B50047
Complementary color
Monochromatic Colors of #B50047
Black with #B50047
Text Example
Text Example
White with #B50047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50047; }
p { color: rgb(181,0,71); }
H1.HeaderClassName
{
color: #B50047;
}
.AnyTagClassName
{
color: #B50047;
}
</style>
background-color css
<style>
a { background-color: #B50047; }
a { background-color: rgb(181,0,71); }
div.DivClassName
{
background-color: #B50047;
}
.BgClassName
{
background-color: #B50047;
}
</style>
border-color css
<style>
span { border-color: #B50047; }
span { border-color: rgb(181,0,71); }
td.TdClassName
{
border-color: #B50047;
}
.TagClassName
{
border-color: #B50047;
}
</style>