Shades of Jazzberry Jam #B20565
Tints of Jazzberry Jam #B20565
RGB
CMYK
RGB Variations
Color information
#B20565 (or 0xB20565) is known color: Jazzberry Jam. HEX triplet: B2, 05 and 65. RGB value is (178,5,101). Sum of RGB (Red+Green+Blue) = 178+5+101=284 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.68% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 178 - color contains mainly: red. Hex color #B20565 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20565 is #4DFA9A. Grayscale: #434343. Windows color (decimal): -5110427 or 6620594. OLE color: 6620594.
HSL color Cylindrical-coordinate representation of color #B20565: hue angle of 326.71º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B20565 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 5 | 101 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.30 |
| HSL | 326.71º | 0.95% | 0.36% | - |
| HSV(B) | 326.71º | 0.97% | 0.7% | - |
| XYZ | 20.76 | 10.51 | 13.25 | - |
| YUV | 67.67 | 146.81 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 5 | 101 | 0 | 0.97 | 0.43 | 0.30 | 326.71 | 0.95 | 0.36 |
| Hex | B2 | 5 | 65 | 0 | 61 | 2B | 1E | 147 | 5F | 24 |
| Octal | 262 | 5 | 145 | 0 | 141 | 53 | 36 | 507 | 137 | 44 |
| Binary | 10110010 | 101 | 1100101 | 0 | 1100001 | 101011 | 11110 | 101000111 | 1011111 | 100100 |
Color Harmonies of #B20565
Complementary color
Monochromatic Colors of #B20565
Black with #B20565
Text Example
Text Example
White with #B20565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20565; }
p { color: rgb(178,5,101); }
H1.HeaderClassName
{
color: #B20565;
}
.AnyTagClassName
{
color: #B20565;
}
</style>
background-color css
<style>
a { background-color: #B20565; }
a { background-color: rgb(178,5,101); }
div.DivClassName
{
background-color: #B20565;
}
.BgClassName
{
background-color: #B20565;
}
</style>
border-color css
<style>
span { border-color: #B20565; }
span { border-color: rgb(178,5,101); }
td.TdClassName
{
border-color: #B20565;
}
.TagClassName
{
border-color: #B20565;
}
</style>