Shades of Jazzberry Jam #B20E5C
Tints of Jazzberry Jam #B20E5C
RGB
CMYK
RGB Variations
Color information
#B20E5C (or 0xB20E5C) is known color: Jazzberry Jam. HEX triplet: B2, 0E and 5C. RGB value is (178,14,92). Sum of RGB (Red+Green+Blue) = 178+14+92=284 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.68% from 284); Green value is 14 (5.86% from 255 or 4.93% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 178 - color contains mainly: red. Hex color #B20E5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20E5C is #4DF1A3. Grayscale: #474747. Windows color (decimal): -5108132 or 6033074. OLE color: 6033074.
HSL color Cylindrical-coordinate representation of color #B20E5C: hue angle of 331.46º degrees, saturation: 0.85, 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 #B20E5C is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 14 | 92 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.30 |
| HSL | 331.46º | 0.85% | 0.38% | - |
| HSV(B) | 331.46º | 0.92% | 0.7% | - |
| XYZ | 20.45 | 10.55 | 11.08 | - |
| YUV | 71.93 | 139.33 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 14 | 92 | 0 | 0.92 | 0.48 | 0.30 | 331.46 | 0.85 | 0.38 |
| Hex | B2 | E | 5C | 0 | 5C | 30 | 1E | 14B | 55 | 26 |
| Octal | 262 | 16 | 134 | 0 | 134 | 60 | 36 | 513 | 125 | 46 |
| Binary | 10110010 | 1110 | 1011100 | 0 | 1011100 | 110000 | 11110 | 101001011 | 1010101 | 100110 |
Color Harmonies of #B20E5C
Complementary color
Monochromatic Colors of #B20E5C
Black with #B20E5C
Text Example
Text Example
White with #B20E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20E5C; }
p { color: rgb(178,14,92); }
H1.HeaderClassName
{
color: #B20E5C;
}
.AnyTagClassName
{
color: #B20E5C;
}
</style>
background-color css
<style>
a { background-color: #B20E5C; }
a { background-color: rgb(178,14,92); }
div.DivClassName
{
background-color: #B20E5C;
}
.BgClassName
{
background-color: #B20E5C;
}
</style>
border-color css
<style>
span { border-color: #B20E5C; }
span { border-color: rgb(178,14,92); }
td.TdClassName
{
border-color: #B20E5C;
}
.TagClassName
{
border-color: #B20E5C;
}
</style>