Shades of Jazzberry Jam #B21D6D
Tints of Jazzberry Jam #B21D6D
RGB
CMYK
RGB Variations
Color information
#B21D6D (or 0xB21D6D) is known color: Jazzberry Jam. HEX triplet: B2, 1D and 6D. RGB value is (178,29,109). Sum of RGB (Red+Green+Blue) = 178+29+109=316 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.33% from 316); Green value is 29 (11.72% from 255 or 9.18% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 178 - color contains mainly: red. Hex color #B21D6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21D6D is #4DE292. Grayscale: #525252. Windows color (decimal): -5104275 or 7151026. OLE color: 7151026.
HSL color Cylindrical-coordinate representation of color #B21D6D: hue angle of 327.79º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B21D6D is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 29 | 109 | - |
| CMYK | 0 | 0.84 | 0.39 | 0.30 |
| HSL | 327.79º | 0.72% | 0.41% | - |
| HSV(B) | 327.79º | 0.84% | 0.7% | - |
| XYZ | 21.56 | 11.45 | 15.54 | - |
| YUV | 82.67 | 142.86 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 29 | 109 | 0 | 0.84 | 0.39 | 0.30 | 327.79 | 0.72 | 0.41 |
| Hex | B2 | 1D | 6D | 0 | 54 | 27 | 1E | 148 | 48 | 29 |
| Octal | 262 | 35 | 155 | 0 | 124 | 47 | 36 | 510 | 110 | 51 |
| Binary | 10110010 | 11101 | 1101101 | 0 | 1010100 | 100111 | 11110 | 101001000 | 1001000 | 101001 |
Color Harmonies of #B21D6D
Complementary color
Monochromatic Colors of #B21D6D
Black with #B21D6D
Text Example
Text Example
White with #B21D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21D6D; }
p { color: rgb(178,29,109); }
H1.HeaderClassName
{
color: #B21D6D;
}
.AnyTagClassName
{
color: #B21D6D;
}
</style>
background-color css
<style>
a { background-color: #B21D6D; }
a { background-color: rgb(178,29,109); }
div.DivClassName
{
background-color: #B21D6D;
}
.BgClassName
{
background-color: #B21D6D;
}
</style>
border-color css
<style>
span { border-color: #B21D6D; }
span { border-color: rgb(178,29,109); }
td.TdClassName
{
border-color: #B21D6D;
}
.TagClassName
{
border-color: #B21D6D;
}
</style>