Shades of Jazzberry Jam #B50363
Tints of Jazzberry Jam #B50363
RGB
CMYK
RGB Variations
Color information
#B50363 (or 0xB50363) is known color: Jazzberry Jam. HEX triplet: B5, 03 and 63. RGB value is (181,3,99). Sum of RGB (Red+Green+Blue) = 181+3+99=283 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.96% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 181 - color contains mainly: red. Hex color #B50363 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50363 is #4AFC9C. Grayscale: #424242. Windows color (decimal): -4914333 or 6489013. OLE color: 6489013.
HSL color Cylindrical-coordinate representation of color #B50363: hue angle of 327.64º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B50363 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 3 | 99 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.29 |
| HSL | 327.64º | 0.97% | 0.36% | - |
| HSV(B) | 327.64º | 0.98% | 0.71% | - |
| XYZ | 21.34 | 10.79 | 12.76 | - |
| YUV | 67.17 | 145.97 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 3 | 99 | 0 | 0.98 | 0.45 | 0.29 | 327.64 | 0.97 | 0.36 |
| Hex | B5 | 3 | 63 | 0 | 62 | 2D | 1D | 148 | 61 | 24 |
| Octal | 265 | 3 | 143 | 0 | 142 | 55 | 35 | 510 | 141 | 44 |
| Binary | 10110101 | 11 | 1100011 | 0 | 1100010 | 101101 | 11101 | 101001000 | 1100001 | 100100 |
Color Harmonies of #B50363
Complementary color
Monochromatic Colors of #B50363
Black with #B50363
Text Example
Text Example
White with #B50363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50363; }
p { color: rgb(181,3,99); }
H1.HeaderClassName
{
color: #B50363;
}
.AnyTagClassName
{
color: #B50363;
}
</style>
background-color css
<style>
a { background-color: #B50363; }
a { background-color: rgb(181,3,99); }
div.DivClassName
{
background-color: #B50363;
}
.BgClassName
{
background-color: #B50363;
}
</style>
border-color css
<style>
span { border-color: #B50363; }
span { border-color: rgb(181,3,99); }
td.TdClassName
{
border-color: #B50363;
}
.TagClassName
{
border-color: #B50363;
}
</style>