Shades of Jazzberry Jam #B50964
Tints of Jazzberry Jam #B50964
RGB
CMYK
RGB Variations
Color information
#B50964 (or 0xB50964) is known color: Jazzberry Jam. HEX triplet: B5, 09 and 64. RGB value is (181,9,100). Sum of RGB (Red+Green+Blue) = 181+9+100=290 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.41% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 181 - color contains mainly: red. Hex color #B50964 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50964 is #4AF69B. Grayscale: #464646. Windows color (decimal): -4912796 or 6556085. OLE color: 6556085.
HSL color Cylindrical-coordinate representation of color #B50964: hue angle of 328.26º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B50964 is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 9 | 100 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.29 |
| HSL | 328.26º | 0.91% | 0.37% | - |
| HSV(B) | 328.26º | 0.95% | 0.71% | - |
| XYZ | 21.45 | 10.94 | 13.04 | - |
| YUV | 70.8 | 144.48 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 9 | 100 | 0 | 0.95 | 0.45 | 0.29 | 328.26 | 0.91 | 0.37 |
| Hex | B5 | 9 | 64 | 0 | 5F | 2D | 1D | 148 | 5B | 25 |
| Octal | 265 | 11 | 144 | 0 | 137 | 55 | 35 | 510 | 133 | 45 |
| Binary | 10110101 | 1001 | 1100100 | 0 | 1011111 | 101101 | 11101 | 101001000 | 1011011 | 100101 |
Color Harmonies of #B50964
Complementary color
Monochromatic Colors of #B50964
Black with #B50964
Text Example
Text Example
White with #B50964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50964; }
p { color: rgb(181,9,100); }
H1.HeaderClassName
{
color: #B50964;
}
.AnyTagClassName
{
color: #B50964;
}
</style>
background-color css
<style>
a { background-color: #B50964; }
a { background-color: rgb(181,9,100); }
div.DivClassName
{
background-color: #B50964;
}
.BgClassName
{
background-color: #B50964;
}
</style>
border-color css
<style>
span { border-color: #B50964; }
span { border-color: rgb(181,9,100); }
td.TdClassName
{
border-color: #B50964;
}
.TagClassName
{
border-color: #B50964;
}
</style>