Shades of Jazzberry Jam #B20C57
Tints of Jazzberry Jam #B20C57
RGB
CMYK
RGB Variations
Color information
#B20C57 (or 0xB20C57) is known color: Jazzberry Jam. HEX triplet: B2, 0C and 57. RGB value is (178,12,87). Sum of RGB (Red+Green+Blue) = 178+12+87=277 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.26% from 277); Green value is 12 (5.08% from 255 or 4.33% from 277); Blue value is 87 (34.38% from 255 or 31.41% from 277); Max value from RGB is 178 - color contains mainly: red. Hex color #B20C57 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20C57 is #4DF3A8. Grayscale: #464646. Windows color (decimal): -5108649 or 5704882. OLE color: 5704882.
HSL color Cylindrical-coordinate representation of color #B20C57: hue angle of 332.89º 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 #B20C57 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 12 | 87 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.30 |
| HSL | 332.89º | 0.87% | 0.37% | - |
| HSV(B) | 332.89º | 0.93% | 0.7% | - |
| XYZ | 20.21 | 10.42 | 9.96 | - |
| YUV | 70.18 | 137.5 | 204.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 12 | 87 | 0 | 0.93 | 0.51 | 0.30 | 332.89 | 0.87 | 0.37 |
| Hex | B2 | C | 57 | 0 | 5D | 33 | 1E | 14D | 57 | 25 |
| Octal | 262 | 14 | 127 | 0 | 135 | 63 | 36 | 515 | 127 | 45 |
| Binary | 10110010 | 1100 | 1010111 | 0 | 1011101 | 110011 | 11110 | 101001101 | 1010111 | 100101 |
Color Harmonies of #B20C57
Complementary color
Monochromatic Colors of #B20C57
Black with #B20C57
Text Example
Text Example
White with #B20C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20C57; }
p { color: rgb(178,12,87); }
H1.HeaderClassName
{
color: #B20C57;
}
.AnyTagClassName
{
color: #B20C57;
}
</style>
background-color css
<style>
a { background-color: #B20C57; }
a { background-color: rgb(178,12,87); }
div.DivClassName
{
background-color: #B20C57;
}
.BgClassName
{
background-color: #B20C57;
}
</style>
border-color css
<style>
span { border-color: #B20C57; }
span { border-color: rgb(178,12,87); }
td.TdClassName
{
border-color: #B20C57;
}
.TagClassName
{
border-color: #B20C57;
}
</style>