Shades of Jazzberry Jam #B2075D
Tints of Jazzberry Jam #B2075D
RGB
CMYK
RGB Variations
Color information
#B2075D (or 0xB2075D) is known color: Jazzberry Jam. HEX triplet: B2, 07 and 5D. RGB value is (178,7,93). Sum of RGB (Red+Green+Blue) = 178+7+93=278 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.03% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 178 - color contains mainly: red. Hex color #B2075D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2075D is #4DF8A2. Grayscale: #434343. Windows color (decimal): -5109923 or 6096818. OLE color: 6096818.
HSL color Cylindrical-coordinate representation of color #B2075D: hue angle of 329.82º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B2075D is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 7 | 93 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.30 |
| HSL | 329.82º | 0.92% | 0.36% | - |
| HSV(B) | 329.82º | 0.96% | 0.7% | - |
| XYZ | 20.41 | 10.41 | 11.29 | - |
| YUV | 67.93 | 142.15 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 7 | 93 | 0 | 0.96 | 0.48 | 0.30 | 329.82 | 0.92 | 0.36 |
| Hex | B2 | 7 | 5D | 0 | 60 | 30 | 1E | 14A | 5C | 24 |
| Octal | 262 | 7 | 135 | 0 | 140 | 60 | 36 | 512 | 134 | 44 |
| Binary | 10110010 | 111 | 1011101 | 0 | 1100000 | 110000 | 11110 | 101001010 | 1011100 | 100100 |
Color Harmonies of #B2075D
Complementary color
Monochromatic Colors of #B2075D
Black with #B2075D
Text Example
Text Example
White with #B2075D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2075D; }
p { color: rgb(178,7,93); }
H1.HeaderClassName
{
color: #B2075D;
}
.AnyTagClassName
{
color: #B2075D;
}
</style>
background-color css
<style>
a { background-color: #B2075D; }
a { background-color: rgb(178,7,93); }
div.DivClassName
{
background-color: #B2075D;
}
.BgClassName
{
background-color: #B2075D;
}
</style>
border-color css
<style>
span { border-color: #B2075D; }
span { border-color: rgb(178,7,93); }
td.TdClassName
{
border-color: #B2075D;
}
.TagClassName
{
border-color: #B2075D;
}
</style>