Shades of Jazzberry Jam #B21C62
Tints of Jazzberry Jam #B21C62
RGB
CMYK
RGB Variations
Color information
#B21C62 (or 0xB21C62) is known color: Jazzberry Jam. HEX triplet: B2, 1C and 62. RGB value is (178,28,98). Sum of RGB (Red+Green+Blue) = 178+28+98=304 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.55% from 304); Green value is 28 (11.33% from 255 or 9.21% from 304); Blue value is 98 (38.67% from 255 or 32.24% from 304); Max value from RGB is 178 - color contains mainly: red. Hex color #B21C62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21C62 is #4DE39D. Grayscale: #505050. Windows color (decimal): -5104542 or 6429874. OLE color: 6429874.
HSL color Cylindrical-coordinate representation of color #B21C62: hue angle of 332º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B21C62 is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 28 | 98 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.30 |
| HSL | 332º | 0.73% | 0.4% | - |
| HSV(B) | 332º | 0.84% | 0.7% | - |
| XYZ | 20.98 | 11.18 | 12.61 | - |
| YUV | 80.83 | 137.7 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 28 | 98 | 0 | 0.84 | 0.45 | 0.30 | 332 | 0.73 | 0.4 |
| Hex | B2 | 1C | 62 | 0 | 54 | 2D | 1E | 14C | 49 | 28 |
| Octal | 262 | 34 | 142 | 0 | 124 | 55 | 36 | 514 | 111 | 50 |
| Binary | 10110010 | 11100 | 1100010 | 0 | 1010100 | 101101 | 11110 | 101001100 | 1001001 | 101000 |
Color Harmonies of #B21C62
Complementary color
Monochromatic Colors of #B21C62
Black with #B21C62
Text Example
Text Example
White with #B21C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21C62; }
p { color: rgb(178,28,98); }
H1.HeaderClassName
{
color: #B21C62;
}
.AnyTagClassName
{
color: #B21C62;
}
</style>
background-color css
<style>
a { background-color: #B21C62; }
a { background-color: rgb(178,28,98); }
div.DivClassName
{
background-color: #B21C62;
}
.BgClassName
{
background-color: #B21C62;
}
</style>
border-color css
<style>
span { border-color: #B21C62; }
span { border-color: rgb(178,28,98); }
td.TdClassName
{
border-color: #B21C62;
}
.TagClassName
{
border-color: #B21C62;
}
</style>