Shades of Jazzberry Jam #B0106F
Tints of Jazzberry Jam #B0106F
RGB
CMYK
RGB Variations
Color information
#B0106F (or 0xB0106F) is known color: Jazzberry Jam. HEX triplet: B0, 10 and 6F. RGB value is (176,16,111). Sum of RGB (Red+Green+Blue) = 176+16+111=303 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.09% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 176 - color contains mainly: red. Hex color #B0106F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0106F is #4FEF90. Grayscale: #4A4A4A. Windows color (decimal): -5238673 or 7278768. OLE color: 7278768.
HSL color Cylindrical-coordinate representation of color #B0106F: hue angle of 324.38º 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 #B0106F is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 16 | 111 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.31 |
| HSL | 324.38º | 0.83% | 0.38% | - |
| HSV(B) | 324.38º | 0.91% | 0.69% | - |
| XYZ | 20.96 | 10.75 | 16.01 | - |
| YUV | 74.67 | 148.51 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 16 | 111 | 0 | 0.91 | 0.37 | 0.31 | 324.38 | 0.83 | 0.38 |
| Hex | B0 | 10 | 6F | 0 | 5B | 25 | 1F | 144 | 53 | 26 |
| Octal | 260 | 20 | 157 | 0 | 133 | 45 | 37 | 504 | 123 | 46 |
| Binary | 10110000 | 10000 | 1101111 | 0 | 1011011 | 100101 | 11111 | 101000100 | 1010011 | 100110 |
Color Harmonies of #B0106F
Complementary color
Monochromatic Colors of #B0106F
Black with #B0106F
Text Example
Text Example
White with #B0106F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0106F; }
p { color: rgb(176,16,111); }
H1.HeaderClassName
{
color: #B0106F;
}
.AnyTagClassName
{
color: #B0106F;
}
</style>
background-color css
<style>
a { background-color: #B0106F; }
a { background-color: rgb(176,16,111); }
div.DivClassName
{
background-color: #B0106F;
}
.BgClassName
{
background-color: #B0106F;
}
</style>
border-color css
<style>
span { border-color: #B0106F; }
span { border-color: rgb(176,16,111); }
td.TdClassName
{
border-color: #B0106F;
}
.TagClassName
{
border-color: #B0106F;
}
</style>