Shades of Jazzberry Jam #B50F50
Tints of Jazzberry Jam #B50F50
RGB
CMYK
RGB Variations
Color information
#B50F50 (or 0xB50F50) is known color: Jazzberry Jam. HEX triplet: B5, 0F and 50. RGB value is (181,15,80). Sum of RGB (Red+Green+Blue) = 181+15+80=276 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.58% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 181 - color contains mainly: red. Hex color #B50F50 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50F50 is #4AF0AF. Grayscale: #474747. Windows color (decimal): -4911280 or 5246901. OLE color: 5246901.
HSL color Cylindrical-coordinate representation of color #B50F50: hue angle of 336.51º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B50F50 is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 15 | 80 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.29 |
| HSL | 336.51º | 0.85% | 0.38% | - |
| HSV(B) | 336.51º | 0.92% | 0.71% | - |
| XYZ | 20.67 | 10.74 | 8.57 | - |
| YUV | 72.04 | 132.5 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 15 | 80 | 0 | 0.92 | 0.56 | 0.29 | 336.51 | 0.85 | 0.38 |
| Hex | B5 | F | 50 | 0 | 5C | 38 | 1D | 151 | 55 | 26 |
| Octal | 265 | 17 | 120 | 0 | 134 | 70 | 35 | 521 | 125 | 46 |
| Binary | 10110101 | 1111 | 1010000 | 0 | 1011100 | 111000 | 11101 | 101010001 | 1010101 | 100110 |
Color Harmonies of #B50F50
Complementary color
Monochromatic Colors of #B50F50
Black with #B50F50
Text Example
Text Example
White with #B50F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50F50; }
p { color: rgb(181,15,80); }
H1.HeaderClassName
{
color: #B50F50;
}
.AnyTagClassName
{
color: #B50F50;
}
</style>
background-color css
<style>
a { background-color: #B50F50; }
a { background-color: rgb(181,15,80); }
div.DivClassName
{
background-color: #B50F50;
}
.BgClassName
{
background-color: #B50F50;
}
</style>
border-color css
<style>
span { border-color: #B50F50; }
span { border-color: rgb(181,15,80); }
td.TdClassName
{
border-color: #B50F50;
}
.TagClassName
{
border-color: #B50F50;
}
</style>