Shades of Jazzberry Jam #B2175D
Tints of Jazzberry Jam #B2175D
RGB
CMYK
RGB Variations
Color information
#B2175D (or 0xB2175D) is known color: Jazzberry Jam. HEX triplet: B2, 17 and 5D. RGB value is (178,23,93). Sum of RGB (Red+Green+Blue) = 178+23+93=294 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.54% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 178 - color contains mainly: red. Hex color #B2175D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2175D is #4DE8A2. Grayscale: #4D4D4D. Windows color (decimal): -5105827 or 6100914. OLE color: 6100914.
HSL color Cylindrical-coordinate representation of color #B2175D: hue angle of 332.9º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B2175D is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 23 | 93 | - |
| CMYK | 0 | 0.87 | 0.48 | 0.30 |
| HSL | 332.9º | 0.77% | 0.39% | - |
| HSV(B) | 332.9º | 0.87% | 0.7% | - |
| XYZ | 20.64 | 10.87 | 11.37 | - |
| YUV | 77.33 | 136.85 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 23 | 93 | 0 | 0.87 | 0.48 | 0.30 | 332.9 | 0.77 | 0.39 |
| Hex | B2 | 17 | 5D | 0 | 57 | 30 | 1E | 14D | 4D | 27 |
| Octal | 262 | 27 | 135 | 0 | 127 | 60 | 36 | 515 | 115 | 47 |
| Binary | 10110010 | 10111 | 1011101 | 0 | 1010111 | 110000 | 11110 | 101001101 | 1001101 | 100111 |
Color Harmonies of #B2175D
Complementary color
Monochromatic Colors of #B2175D
Black with #B2175D
Text Example
Text Example
White with #B2175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2175D; }
p { color: rgb(178,23,93); }
H1.HeaderClassName
{
color: #B2175D;
}
.AnyTagClassName
{
color: #B2175D;
}
</style>
background-color css
<style>
a { background-color: #B2175D; }
a { background-color: rgb(178,23,93); }
div.DivClassName
{
background-color: #B2175D;
}
.BgClassName
{
background-color: #B2175D;
}
</style>
border-color css
<style>
span { border-color: #B2175D; }
span { border-color: rgb(178,23,93); }
td.TdClassName
{
border-color: #B2175D;
}
.TagClassName
{
border-color: #B2175D;
}
</style>