Shades of Jazzberry Jam #B2145C
Tints of Jazzberry Jam #B2145C
RGB
CMYK
RGB Variations
Color information
#B2145C (or 0xB2145C) is known color: Jazzberry Jam. HEX triplet: B2, 14 and 5C. RGB value is (178,20,92). Sum of RGB (Red+Green+Blue) = 178+20+92=290 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.38% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 178 - color contains mainly: red. Hex color #B2145C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2145C is #4DEBA3. Grayscale: #4B4B4B. Windows color (decimal): -5106596 or 6034610. OLE color: 6034610.
HSL color Cylindrical-coordinate representation of color #B2145C: hue angle of 332.66º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B2145C is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 20 | 92 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.30 |
| HSL | 332.66º | 0.8% | 0.39% | - |
| HSV(B) | 332.66º | 0.89% | 0.7% | - |
| XYZ | 20.54 | 10.74 | 11.12 | - |
| YUV | 75.45 | 137.35 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 20 | 92 | 0 | 0.89 | 0.48 | 0.30 | 332.66 | 0.8 | 0.39 |
| Hex | B2 | 14 | 5C | 0 | 59 | 30 | 1E | 14D | 50 | 27 |
| Octal | 262 | 24 | 134 | 0 | 131 | 60 | 36 | 515 | 120 | 47 |
| Binary | 10110010 | 10100 | 1011100 | 0 | 1011001 | 110000 | 11110 | 101001101 | 1010000 | 100111 |
Color Harmonies of #B2145C
Complementary color
Monochromatic Colors of #B2145C
Black with #B2145C
Text Example
Text Example
White with #B2145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2145C; }
p { color: rgb(178,20,92); }
H1.HeaderClassName
{
color: #B2145C;
}
.AnyTagClassName
{
color: #B2145C;
}
</style>
background-color css
<style>
a { background-color: #B2145C; }
a { background-color: rgb(178,20,92); }
div.DivClassName
{
background-color: #B2145C;
}
.BgClassName
{
background-color: #B2145C;
}
</style>
border-color css
<style>
span { border-color: #B2145C; }
span { border-color: rgb(178,20,92); }
td.TdClassName
{
border-color: #B2145C;
}
.TagClassName
{
border-color: #B2145C;
}
</style>