Shades of Jazzberry Jam #B2006A
Tints of Jazzberry Jam #B2006A
RGB
CMYK
RGB Variations
Color information
#B2006A (or 0xB2006A) is known color: Jazzberry Jam. HEX triplet: B2, 00 and 6A. RGB value is (178,0,106). Sum of RGB (Red+Green+Blue) = 178+0+106=284 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.68% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 178 - color contains mainly: red. Hex color #B2006A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2006A is #4DFF95. Grayscale: #414141. Windows color (decimal): -5111702 or 6946994. OLE color: 6946994.
HSL color Cylindrical-coordinate representation of color #B2006A: hue angle of 324.27º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B2006A is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 0 | 106 | - |
| CMYK | 0 | 1 | 0.40 | 0.30 |
| HSL | 324.27º | 1% | 0.35% | - |
| HSV(B) | 324.27º | 1% | 0.7% | - |
| XYZ | 20.96 | 10.51 | 14.56 | - |
| YUV | 65.31 | 150.97 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 0 | 106 | 0 | 1 | 0.40 | 0.30 | 324.27 | 1 | 0.35 |
| Hex | B2 | 0 | 6A | 0 | 64 | 28 | 1E | 144 | 64 | 23 |
| Octal | 262 | 0 | 152 | 0 | 144 | 50 | 36 | 504 | 144 | 43 |
| Binary | 10110010 | 0 | 1101010 | 0 | 1100100 | 101000 | 11110 | 101000100 | 1100100 | 100011 |
Color Harmonies of #B2006A
Complementary color
Monochromatic Colors of #B2006A
Black with #B2006A
Text Example
Text Example
White with #B2006A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2006A; }
p { color: rgb(178,0,106); }
H1.HeaderClassName
{
color: #B2006A;
}
.AnyTagClassName
{
color: #B2006A;
}
</style>
background-color css
<style>
a { background-color: #B2006A; }
a { background-color: rgb(178,0,106); }
div.DivClassName
{
background-color: #B2006A;
}
.BgClassName
{
background-color: #B2006A;
}
</style>
border-color css
<style>
span { border-color: #B2006A; }
span { border-color: rgb(178,0,106); }
td.TdClassName
{
border-color: #B2006A;
}
.TagClassName
{
border-color: #B2006A;
}
</style>