Shades of Jazzberry Jam #B10472
Tints of Jazzberry Jam #B10472
RGB
CMYK
RGB Variations
Color information
#B10472 (or 0xB10472) is known color: Jazzberry Jam. HEX triplet: B1, 04 and 72. RGB value is (177,4,114). Sum of RGB (Red+Green+Blue) = 177+4+114=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 4 (1.95% from 255 or 1.36% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B10472 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10472 is #4EFB8D. Grayscale: #444444. Windows color (decimal): -5176206 or 7472305. OLE color: 7472305.
HSL color Cylindrical-coordinate representation of color #B10472: hue angle of 321.85º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B10472 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 4 | 114 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.31 |
| HSL | 321.85º | 0.96% | 0.35% | - |
| HSV(B) | 321.85º | 0.98% | 0.69% | - |
| XYZ | 21.21 | 10.65 | 16.86 | - |
| YUV | 68.27 | 153.81 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 4 | 114 | 0 | 0.98 | 0.36 | 0.31 | 321.85 | 0.96 | 0.35 |
| Hex | B1 | 4 | 72 | 0 | 62 | 24 | 1F | 142 | 60 | 23 |
| Octal | 261 | 4 | 162 | 0 | 142 | 44 | 37 | 502 | 140 | 43 |
| Binary | 10110001 | 100 | 1110010 | 0 | 1100010 | 100100 | 11111 | 101000010 | 1100000 | 100011 |
Color Harmonies of #B10472
Complementary color
Monochromatic Colors of #B10472
Black with #B10472
Text Example
Text Example
White with #B10472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10472; }
p { color: rgb(177,4,114); }
H1.HeaderClassName
{
color: #B10472;
}
.AnyTagClassName
{
color: #B10472;
}
</style>
background-color css
<style>
a { background-color: #B10472; }
a { background-color: rgb(177,4,114); }
div.DivClassName
{
background-color: #B10472;
}
.BgClassName
{
background-color: #B10472;
}
</style>
border-color css
<style>
span { border-color: #B10472; }
span { border-color: rgb(177,4,114); }
td.TdClassName
{
border-color: #B10472;
}
.TagClassName
{
border-color: #B10472;
}
</style>