Shades of Jazzberry Jam #B50D64
Tints of Jazzberry Jam #B50D64
RGB
CMYK
RGB Variations
Color information
#B50D64 (or 0xB50D64) is known color: Jazzberry Jam. HEX triplet: B5, 0D and 64. RGB value is (181,13,100). Sum of RGB (Red+Green+Blue) = 181+13+100=294 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.56% from 294); Green value is 13 (5.47% from 255 or 4.42% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 181 - color contains mainly: red. Hex color #B50D64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50D64 is #4AF29B. Grayscale: #484848. Windows color (decimal): -4911772 or 6557109. OLE color: 6557109.
HSL color Cylindrical-coordinate representation of color #B50D64: hue angle of 328.93º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B50D64 is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 13 | 100 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.29 |
| HSL | 328.93º | 0.87% | 0.38% | - |
| HSV(B) | 328.93º | 0.93% | 0.71% | - |
| XYZ | 21.5 | 11.03 | 13.05 | - |
| YUV | 73.15 | 143.16 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 13 | 100 | 0 | 0.93 | 0.45 | 0.29 | 328.93 | 0.87 | 0.38 |
| Hex | B5 | D | 64 | 0 | 5D | 2D | 1D | 149 | 57 | 26 |
| Octal | 265 | 15 | 144 | 0 | 135 | 55 | 35 | 511 | 127 | 46 |
| Binary | 10110101 | 1101 | 1100100 | 0 | 1011101 | 101101 | 11101 | 101001001 | 1010111 | 100110 |
Color Harmonies of #B50D64
Complementary color
Monochromatic Colors of #B50D64
Black with #B50D64
Text Example
Text Example
White with #B50D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50D64; }
p { color: rgb(181,13,100); }
H1.HeaderClassName
{
color: #B50D64;
}
.AnyTagClassName
{
color: #B50D64;
}
</style>
background-color css
<style>
a { background-color: #B50D64; }
a { background-color: rgb(181,13,100); }
div.DivClassName
{
background-color: #B50D64;
}
.BgClassName
{
background-color: #B50D64;
}
</style>
border-color css
<style>
span { border-color: #B50D64; }
span { border-color: rgb(181,13,100); }
td.TdClassName
{
border-color: #B50D64;
}
.TagClassName
{
border-color: #B50D64;
}
</style>