Shades of Jazzberry Jam #B1016A
Tints of Jazzberry Jam #B1016A
RGB
CMYK
RGB Variations
Color information
#B1016A (or 0xB1016A) is known color: Jazzberry Jam. HEX triplet: B1, 01 and 6A. RGB value is (177,1,106). Sum of RGB (Red+Green+Blue) = 177+1+106=284 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.32% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 177 - color contains mainly: red. Hex color #B1016A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1016A is #4EFE95. Grayscale: #414141. Windows color (decimal): -5176982 or 6947249. OLE color: 6947249.
HSL color Cylindrical-coordinate representation of color #B1016A: hue angle of 324.2º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B1016A is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 1 | 106 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.31 |
| HSL | 324.2º | 0.99% | 0.35% | - |
| HSV(B) | 324.2º | 0.99% | 0.69% | - |
| XYZ | 20.74 | 10.41 | 14.55 | - |
| YUV | 65.59 | 150.81 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 1 | 106 | 0 | 0.99 | 0.40 | 0.31 | 324.2 | 0.99 | 0.35 |
| Hex | B1 | 1 | 6A | 0 | 63 | 28 | 1F | 144 | 63 | 23 |
| Octal | 261 | 1 | 152 | 0 | 143 | 50 | 37 | 504 | 143 | 43 |
| Binary | 10110001 | 1 | 1101010 | 0 | 1100011 | 101000 | 11111 | 101000100 | 1100011 | 100011 |
Color Harmonies of #B1016A
Complementary color
Monochromatic Colors of #B1016A
Black with #B1016A
Text Example
Text Example
White with #B1016A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1016A; }
p { color: rgb(177,1,106); }
H1.HeaderClassName
{
color: #B1016A;
}
.AnyTagClassName
{
color: #B1016A;
}
</style>
background-color css
<style>
a { background-color: #B1016A; }
a { background-color: rgb(177,1,106); }
div.DivClassName
{
background-color: #B1016A;
}
.BgClassName
{
background-color: #B1016A;
}
</style>
border-color css
<style>
span { border-color: #B1016A; }
span { border-color: rgb(177,1,106); }
td.TdClassName
{
border-color: #B1016A;
}
.TagClassName
{
border-color: #B1016A;
}
</style>