Shades of Jazzberry Jam #B20C4F
Tints of Jazzberry Jam #B20C4F
RGB
CMYK
RGB Variations
Color information
#B20C4F (or 0xB20C4F) is known color: Jazzberry Jam. HEX triplet: B2, 0C and 4F. RGB value is (178,12,79). Sum of RGB (Red+Green+Blue) = 178+12+79=269 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.17% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 79 (31.25% from 255 or 29.37% from 269); Max value from RGB is 178 - color contains mainly: red. Hex color #B20C4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20C4F is #4DF3B0. Grayscale: #454545. Windows color (decimal): -5108657 or 5180594. OLE color: 5180594.
HSL color Cylindrical-coordinate representation of color #B20C4F: hue angle of 335.78º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20C4F is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 12 | 79 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.30 |
| HSL | 335.78º | 0.87% | 0.37% | - |
| HSV(B) | 335.78º | 0.93% | 0.7% | - |
| XYZ | 19.9 | 10.29 | 8.33 | - |
| YUV | 69.27 | 133.5 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 12 | 79 | 0 | 0.93 | 0.56 | 0.30 | 335.78 | 0.87 | 0.37 |
| Hex | B2 | C | 4F | 0 | 5D | 38 | 1E | 150 | 57 | 25 |
| Octal | 262 | 14 | 117 | 0 | 135 | 70 | 36 | 520 | 127 | 45 |
| Binary | 10110010 | 1100 | 1001111 | 0 | 1011101 | 111000 | 11110 | 101010000 | 1010111 | 100101 |
Color Harmonies of #B20C4F
Complementary color
Monochromatic Colors of #B20C4F
Black with #B20C4F
Text Example
Text Example
White with #B20C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20C4F; }
p { color: rgb(178,12,79); }
H1.HeaderClassName
{
color: #B20C4F;
}
.AnyTagClassName
{
color: #B20C4F;
}
</style>
background-color css
<style>
a { background-color: #B20C4F; }
a { background-color: rgb(178,12,79); }
div.DivClassName
{
background-color: #B20C4F;
}
.BgClassName
{
background-color: #B20C4F;
}
</style>
border-color css
<style>
span { border-color: #B20C4F; }
span { border-color: rgb(178,12,79); }
td.TdClassName
{
border-color: #B20C4F;
}
.TagClassName
{
border-color: #B20C4F;
}
</style>