Shades of Jazzberry Jam #B50147
Tints of Jazzberry Jam #B50147
RGB
CMYK
RGB Variations
Color information
#B50147 (or 0xB50147) is known color: Jazzberry Jam. HEX triplet: B5, 01 and 47. RGB value is (181,1,71). Sum of RGB (Red+Green+Blue) = 181+1+71=253 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.54% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 71 (28.12% from 255 or 28.06% from 253); Max value from RGB is 181 - color contains mainly: red. Hex color #B50147 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50147 is #4AFEB8. Grayscale: #3E3E3E. Windows color (decimal): -4914873 or 4653493. OLE color: 4653493.
HSL color Cylindrical-coordinate representation of color #B50147: hue angle of 336.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 #B50147 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 71 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.29 |
| HSL | 336.67º | 0.99% | 0.36% | - |
| HSV(B) | 336.67º | 0.99% | 0.71% | - |
| XYZ | 20.2 | 10.3 | 6.88 | - |
| YUV | 62.8 | 132.63 | 212.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 71 | 0 | 0.99 | 0.61 | 0.29 | 336.67 | 0.99 | 0.36 |
| Hex | B5 | 1 | 47 | 0 | 63 | 3D | 1D | 151 | 63 | 24 |
| Octal | 265 | 1 | 107 | 0 | 143 | 75 | 35 | 521 | 143 | 44 |
| Binary | 10110101 | 1 | 1000111 | 0 | 1100011 | 111101 | 11101 | 101010001 | 1100011 | 100100 |
Color Harmonies of #B50147
Complementary color
Monochromatic Colors of #B50147
Black with #B50147
Text Example
Text Example
White with #B50147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50147; }
p { color: rgb(181,1,71); }
H1.HeaderClassName
{
color: #B50147;
}
.AnyTagClassName
{
color: #B50147;
}
</style>
background-color css
<style>
a { background-color: #B50147; }
a { background-color: rgb(181,1,71); }
div.DivClassName
{
background-color: #B50147;
}
.BgClassName
{
background-color: #B50147;
}
</style>
border-color css
<style>
span { border-color: #B50147; }
span { border-color: rgb(181,1,71); }
td.TdClassName
{
border-color: #B50147;
}
.TagClassName
{
border-color: #B50147;
}
</style>