Shades of Jazzberry Jam #B21D6E
Tints of Jazzberry Jam #B21D6E
RGB
CMYK
RGB Variations
Color information
#B21D6E (or 0xB21D6E) is known color: Jazzberry Jam. HEX triplet: B2, 1D and 6E. RGB value is (178,29,110). Sum of RGB (Red+Green+Blue) = 178+29+110=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 29 (11.72% from 255 or 9.15% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B21D6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21D6E is #4DE291. Grayscale: #525252. Windows color (decimal): -5104274 or 7216562. OLE color: 7216562.
HSL color Cylindrical-coordinate representation of color #B21D6E: hue angle of 327.38º 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 #B21D6E is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 29 | 110 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.30 |
| HSL | 327.38º | 0.72% | 0.41% | - |
| HSV(B) | 327.38º | 0.84% | 0.7% | - |
| XYZ | 21.61 | 11.47 | 15.83 | - |
| YUV | 82.79 | 143.36 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 29 | 110 | 0 | 0.84 | 0.38 | 0.30 | 327.38 | 0.72 | 0.41 |
| Hex | B2 | 1D | 6E | 0 | 54 | 26 | 1E | 147 | 48 | 29 |
| Octal | 262 | 35 | 156 | 0 | 124 | 46 | 36 | 507 | 110 | 51 |
| Binary | 10110010 | 11101 | 1101110 | 0 | 1010100 | 100110 | 11110 | 101000111 | 1001000 | 101001 |
Color Harmonies of #B21D6E
Complementary color
Monochromatic Colors of #B21D6E
Black with #B21D6E
Text Example
Text Example
White with #B21D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21D6E; }
p { color: rgb(178,29,110); }
H1.HeaderClassName
{
color: #B21D6E;
}
.AnyTagClassName
{
color: #B21D6E;
}
</style>
background-color css
<style>
a { background-color: #B21D6E; }
a { background-color: rgb(178,29,110); }
div.DivClassName
{
background-color: #B21D6E;
}
.BgClassName
{
background-color: #B21D6E;
}
</style>
border-color css
<style>
span { border-color: #B21D6E; }
span { border-color: rgb(178,29,110); }
td.TdClassName
{
border-color: #B21D6E;
}
.TagClassName
{
border-color: #B21D6E;
}
</style>