Shades of Jazzberry Jam #B0106D
Tints of Jazzberry Jam #B0106D
RGB
CMYK
RGB Variations
Color information
#B0106D (or 0xB0106D) is known color: Jazzberry Jam. HEX triplet: B0, 10 and 6D. RGB value is (176,16,109). Sum of RGB (Red+Green+Blue) = 176+16+109=301 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.47% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 176 - color contains mainly: red. Hex color #B0106D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0106D is #4FEF92. Grayscale: #4A4A4A. Windows color (decimal): -5238675 or 7147696. OLE color: 7147696.
HSL color Cylindrical-coordinate representation of color #B0106D: hue angle of 325.12º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B0106D is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 16 | 109 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.31 |
| HSL | 325.13º | 0.83% | 0.38% | - |
| HSV(B) | 325.13º | 0.91% | 0.69% | - |
| XYZ | 20.85 | 10.7 | 15.44 | - |
| YUV | 74.44 | 147.51 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 16 | 109 | 0 | 0.91 | 0.38 | 0.31 | 325.13 | 0.83 | 0.38 |
| Hex | B0 | 10 | 6D | 0 | 5B | 26 | 1F | 145 | 53 | 26 |
| Octal | 260 | 20 | 155 | 0 | 133 | 46 | 37 | 505 | 123 | 46 |
| Binary | 10110000 | 10000 | 1101101 | 0 | 1011011 | 100110 | 11111 | 101000101 | 1010011 | 100110 |
Color Harmonies of #B0106D
Complementary color
Monochromatic Colors of #B0106D
Black with #B0106D
Text Example
Text Example
White with #B0106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0106D; }
p { color: rgb(176,16,109); }
H1.HeaderClassName
{
color: #B0106D;
}
.AnyTagClassName
{
color: #B0106D;
}
</style>
background-color css
<style>
a { background-color: #B0106D; }
a { background-color: rgb(176,16,109); }
div.DivClassName
{
background-color: #B0106D;
}
.BgClassName
{
background-color: #B0106D;
}
</style>
border-color css
<style>
span { border-color: #B0106D; }
span { border-color: rgb(176,16,109); }
td.TdClassName
{
border-color: #B0106D;
}
.TagClassName
{
border-color: #B0106D;
}
</style>