Shades of Jazzberry Jam #B90171
Tints of Jazzberry Jam #B90171
RGB
CMYK
RGB Variations
Color information
#B90171 (or 0xB90171) is known color: Jazzberry Jam. HEX triplet: B9, 01 and 71. RGB value is (185,1,113). Sum of RGB (Red+Green+Blue) = 185+1+113=299 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.87% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 185 - color contains mainly: red. Hex color #B90171 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90171 is #46FE8E. Grayscale: #444444. Windows color (decimal): -4652687 or 7406009. OLE color: 7406009.
HSL color Cylindrical-coordinate representation of color #B90171: hue angle of 323.48º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B90171 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 1 | 113 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.27 |
| HSL | 323.48º | 0.99% | 0.36% | - |
| HSV(B) | 323.48º | 0.99% | 0.73% | - |
| XYZ | 23 | 11.53 | 16.64 | - |
| YUV | 68.78 | 152.96 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 113 | 0 | 0.99 | 0.39 | 0.27 | 323.48 | 0.99 | 0.36 |
| Hex | B9 | 1 | 71 | 0 | 63 | 27 | 1B | 143 | 63 | 24 |
| Octal | 271 | 1 | 161 | 0 | 143 | 47 | 33 | 503 | 143 | 44 |
| Binary | 10111001 | 1 | 1110001 | 0 | 1100011 | 100111 | 11011 | 101000011 | 1100011 | 100100 |
Color Harmonies of #B90171
Complementary color
Monochromatic Colors of #B90171
Black with #B90171
Text Example
Text Example
White with #B90171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90171; }
p { color: rgb(185,1,113); }
H1.HeaderClassName
{
color: #B90171;
}
.AnyTagClassName
{
color: #B90171;
}
</style>
background-color css
<style>
a { background-color: #B90171; }
a { background-color: rgb(185,1,113); }
div.DivClassName
{
background-color: #B90171;
}
.BgClassName
{
background-color: #B90171;
}
</style>
border-color css
<style>
span { border-color: #B90171; }
span { border-color: rgb(185,1,113); }
td.TdClassName
{
border-color: #B90171;
}
.TagClassName
{
border-color: #B90171;
}
</style>