Shades of Jazzberry Jam #B20F5E
Tints of Jazzberry Jam #B20F5E
RGB
CMYK
RGB Variations
Color information
#B20F5E (or 0xB20F5E) is known color: Jazzberry Jam. HEX triplet: B2, 0F and 5E. RGB value is (178,15,94). Sum of RGB (Red+Green+Blue) = 178+15+94=287 (38% of max value = 765). Red value is 178 (69.92% from 255 or 62.02% from 287); Green value is 15 (6.25% from 255 or 5.23% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 178 - color contains mainly: red. Hex color #B20F5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20F5E is #4DF0A1. Grayscale: #484848. Windows color (decimal): -5107874 or 6164402. OLE color: 6164402.
HSL color Cylindrical-coordinate representation of color #B20F5E: hue angle of 330.92º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B20F5E is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 15 | 94 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.30 |
| HSL | 330.92º | 0.84% | 0.38% | - |
| HSV(B) | 330.92º | 0.92% | 0.7% | - |
| XYZ | 20.55 | 10.61 | 11.56 | - |
| YUV | 72.74 | 140 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 15 | 94 | 0 | 0.92 | 0.47 | 0.30 | 330.92 | 0.84 | 0.38 |
| Hex | B2 | F | 5E | 0 | 5C | 2F | 1E | 14B | 54 | 26 |
| Octal | 262 | 17 | 136 | 0 | 134 | 57 | 36 | 513 | 124 | 46 |
| Binary | 10110010 | 1111 | 1011110 | 0 | 1011100 | 101111 | 11110 | 101001011 | 1010100 | 100110 |
Color Harmonies of #B20F5E
Complementary color
Monochromatic Colors of #B20F5E
Black with #B20F5E
Text Example
Text Example
White with #B20F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20F5E; }
p { color: rgb(178,15,94); }
H1.HeaderClassName
{
color: #B20F5E;
}
.AnyTagClassName
{
color: #B20F5E;
}
</style>
background-color css
<style>
a { background-color: #B20F5E; }
a { background-color: rgb(178,15,94); }
div.DivClassName
{
background-color: #B20F5E;
}
.BgClassName
{
background-color: #B20F5E;
}
</style>
border-color css
<style>
span { border-color: #B20F5E; }
span { border-color: rgb(178,15,94); }
td.TdClassName
{
border-color: #B20F5E;
}
.TagClassName
{
border-color: #B20F5E;
}
</style>