Shades of Jazzberry Jam #B50468
Tints of Jazzberry Jam #B50468
RGB
CMYK
RGB Variations
Color information
#B50468 (or 0xB50468) is known color: Jazzberry Jam. HEX triplet: B5, 04 and 68. RGB value is (181,4,104). Sum of RGB (Red+Green+Blue) = 181+4+104=289 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.63% from 289); Green value is 4 (1.95% from 255 or 1.38% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 181 - color contains mainly: red. Hex color #B50468 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50468 is #4AFB97. Grayscale: #444444. Windows color (decimal): -4914072 or 6816949. OLE color: 6816949.
HSL color Cylindrical-coordinate representation of color #B50468: hue angle of 326.1º degrees, saturation: 0.96, 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 #B50468 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 4 | 104 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.29 |
| HSL | 326.1º | 0.96% | 0.36% | - |
| HSV(B) | 326.1º | 0.98% | 0.71% | - |
| XYZ | 21.6 | 10.91 | 14.06 | - |
| YUV | 68.32 | 148.14 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 4 | 104 | 0 | 0.98 | 0.43 | 0.29 | 326.1 | 0.96 | 0.36 |
| Hex | B5 | 4 | 68 | 0 | 62 | 2B | 1D | 146 | 60 | 24 |
| Octal | 265 | 4 | 150 | 0 | 142 | 53 | 35 | 506 | 140 | 44 |
| Binary | 10110101 | 100 | 1101000 | 0 | 1100010 | 101011 | 11101 | 101000110 | 1100000 | 100100 |
Color Harmonies of #B50468
Complementary color
Monochromatic Colors of #B50468
Black with #B50468
Text Example
Text Example
White with #B50468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50468; }
p { color: rgb(181,4,104); }
H1.HeaderClassName
{
color: #B50468;
}
.AnyTagClassName
{
color: #B50468;
}
</style>
background-color css
<style>
a { background-color: #B50468; }
a { background-color: rgb(181,4,104); }
div.DivClassName
{
background-color: #B50468;
}
.BgClassName
{
background-color: #B50468;
}
</style>
border-color css
<style>
span { border-color: #B50468; }
span { border-color: rgb(181,4,104); }
td.TdClassName
{
border-color: #B50468;
}
.TagClassName
{
border-color: #B50468;
}
</style>