Shades of Jazzberry Jam #B80061
Tints of Jazzberry Jam #B80061
RGB
CMYK
RGB Variations
Color information
#B80061 (or 0xB80061) is known color: Jazzberry Jam. HEX triplet: B8, 00 and 61. RGB value is (184,0,97). Sum of RGB (Red+Green+Blue) = 184+0+97=281 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.48% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 184 - color contains mainly: red. Hex color #B80061 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80061 is #47FF9E. Grayscale: #414141. Windows color (decimal): -4718495 or 6357176. OLE color: 6357176.
HSL color Cylindrical-coordinate representation of color #B80061: hue angle of 328.37º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B80061 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 97 | - |
| CMYK | 0 | 1 | 0.47 | 0.28 |
| HSL | 328.37º | 1% | 0.36% | - |
| HSV(B) | 328.37º | 1% | 0.72% | - |
| XYZ | 21.92 | 11.05 | 12.29 | - |
| YUV | 66.07 | 145.46 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 97 | 0 | 1 | 0.47 | 0.28 | 328.37 | 1 | 0.36 |
| Hex | B8 | 0 | 61 | 0 | 64 | 2F | 1C | 148 | 64 | 24 |
| Octal | 270 | 0 | 141 | 0 | 144 | 57 | 34 | 510 | 144 | 44 |
| Binary | 10111000 | 0 | 1100001 | 0 | 1100100 | 101111 | 11100 | 101001000 | 1100100 | 100100 |
Color Harmonies of #B80061
Complementary color
Monochromatic Colors of #B80061
Black with #B80061
Text Example
Text Example
White with #B80061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80061; }
p { color: rgb(184,0,97); }
H1.HeaderClassName
{
color: #B80061;
}
.AnyTagClassName
{
color: #B80061;
}
</style>
background-color css
<style>
a { background-color: #B80061; }
a { background-color: rgb(184,0,97); }
div.DivClassName
{
background-color: #B80061;
}
.BgClassName
{
background-color: #B80061;
}
</style>
border-color css
<style>
span { border-color: #B80061; }
span { border-color: rgb(184,0,97); }
td.TdClassName
{
border-color: #B80061;
}
.TagClassName
{
border-color: #B80061;
}
</style>