Shades of Jazzberry Jam #B10673
Tints of Jazzberry Jam #B10673
RGB
CMYK
RGB Variations
Color information
#B10673 (or 0xB10673) is known color: Jazzberry Jam. HEX triplet: B1, 06 and 73. RGB value is (177,6,115). Sum of RGB (Red+Green+Blue) = 177+6+115=298 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.40% from 298); Green value is 6 (2.73% from 255 or 2.01% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 177 - color contains mainly: red. Hex color #B10673 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10673 is #4EF98C. Grayscale: #454545. Windows color (decimal): -5175693 or 7538353. OLE color: 7538353.
HSL color Cylindrical-coordinate representation of color #B10673: hue angle of 321.75º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B10673 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 6 | 115 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.31 |
| HSL | 321.75º | 0.93% | 0.36% | - |
| HSV(B) | 321.75º | 0.97% | 0.69% | - |
| XYZ | 21.29 | 10.72 | 17.17 | - |
| YUV | 69.56 | 153.65 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 6 | 115 | 0 | 0.97 | 0.35 | 0.31 | 321.75 | 0.93 | 0.36 |
| Hex | B1 | 6 | 73 | 0 | 61 | 23 | 1F | 142 | 5D | 24 |
| Octal | 261 | 6 | 163 | 0 | 141 | 43 | 37 | 502 | 135 | 44 |
| Binary | 10110001 | 110 | 1110011 | 0 | 1100001 | 100011 | 11111 | 101000010 | 1011101 | 100100 |
Color Harmonies of #B10673
Complementary color
Monochromatic Colors of #B10673
Black with #B10673
Text Example
Text Example
White with #B10673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10673; }
p { color: rgb(177,6,115); }
H1.HeaderClassName
{
color: #B10673;
}
.AnyTagClassName
{
color: #B10673;
}
</style>
background-color css
<style>
a { background-color: #B10673; }
a { background-color: rgb(177,6,115); }
div.DivClassName
{
background-color: #B10673;
}
.BgClassName
{
background-color: #B10673;
}
</style>
border-color css
<style>
span { border-color: #B10673; }
span { border-color: rgb(177,6,115); }
td.TdClassName
{
border-color: #B10673;
}
.TagClassName
{
border-color: #B10673;
}
</style>