Shades of Jazzberry Jam #B10064
Tints of Jazzberry Jam #B10064
RGB
CMYK
RGB Variations
Color information
#B10064 (or 0xB10064) is known color: Jazzberry Jam. HEX triplet: B1, 00 and 64. RGB value is (177,0,100). Sum of RGB (Red+Green+Blue) = 177+0+100=277 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.90% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 177 - color contains mainly: red. Hex color #B10064 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10064 is #4EFF9B. Grayscale: #404040. Windows color (decimal): -5177244 or 6553777. OLE color: 6553777.
HSL color Cylindrical-coordinate representation of color #B10064: hue angle of 326.1º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B10064 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 0 | 100 | - |
| CMYK | 0 | 1 | 0.44 | 0.31 |
| HSL | 326.1º | 1% | 0.35% | - |
| HSV(B) | 326.1º | 1% | 0.69% | - |
| XYZ | 20.43 | 10.27 | 12.96 | - |
| YUV | 64.32 | 148.14 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 100 | 0 | 1 | 0.44 | 0.31 | 326.1 | 1 | 0.35 |
| Hex | B1 | 0 | 64 | 0 | 64 | 2C | 1F | 146 | 64 | 23 |
| Octal | 261 | 0 | 144 | 0 | 144 | 54 | 37 | 506 | 144 | 43 |
| Binary | 10110001 | 0 | 1100100 | 0 | 1100100 | 101100 | 11111 | 101000110 | 1100100 | 100011 |
Color Harmonies of #B10064
Complementary color
Monochromatic Colors of #B10064
Black with #B10064
Text Example
Text Example
White with #B10064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10064; }
p { color: rgb(177,0,100); }
H1.HeaderClassName
{
color: #B10064;
}
.AnyTagClassName
{
color: #B10064;
}
</style>
background-color css
<style>
a { background-color: #B10064; }
a { background-color: rgb(177,0,100); }
div.DivClassName
{
background-color: #B10064;
}
.BgClassName
{
background-color: #B10064;
}
</style>
border-color css
<style>
span { border-color: #B10064; }
span { border-color: rgb(177,0,100); }
td.TdClassName
{
border-color: #B10064;
}
.TagClassName
{
border-color: #B10064;
}
</style>