Shades of Jazzberry Jam #B80571
Tints of Jazzberry Jam #B80571
RGB
CMYK
RGB Variations
Color information
#B80571 (or 0xB80571) is known color: Jazzberry Jam. HEX triplet: B8, 05 and 71. RGB value is (184,5,113). Sum of RGB (Red+Green+Blue) = 184+5+113=302 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.93% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 184 - color contains mainly: red. Hex color #B80571 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80571 is #47FA8E. Grayscale: #464646. Windows color (decimal): -4717199 or 7407032. OLE color: 7407032.
HSL color Cylindrical-coordinate representation of color #B80571: hue angle of 323.8º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B80571 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 5 | 113 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.28 |
| HSL | 323.8º | 0.95% | 0.37% | - |
| HSV(B) | 323.8º | 0.97% | 0.72% | - |
| XYZ | 22.8 | 11.49 | 16.64 | - |
| YUV | 70.83 | 151.8 | 208.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 113 | 0 | 0.97 | 0.39 | 0.28 | 323.8 | 0.95 | 0.37 |
| Hex | B8 | 5 | 71 | 0 | 61 | 27 | 1C | 144 | 5F | 25 |
| Octal | 270 | 5 | 161 | 0 | 141 | 47 | 34 | 504 | 137 | 45 |
| Binary | 10111000 | 101 | 1110001 | 0 | 1100001 | 100111 | 11100 | 101000100 | 1011111 | 100101 |
Color Harmonies of #B80571
Complementary color
Monochromatic Colors of #B80571
Black with #B80571
Text Example
Text Example
White with #B80571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80571; }
p { color: rgb(184,5,113); }
H1.HeaderClassName
{
color: #B80571;
}
.AnyTagClassName
{
color: #B80571;
}
</style>
background-color css
<style>
a { background-color: #B80571; }
a { background-color: rgb(184,5,113); }
div.DivClassName
{
background-color: #B80571;
}
.BgClassName
{
background-color: #B80571;
}
</style>
border-color css
<style>
span { border-color: #B80571; }
span { border-color: rgb(184,5,113); }
td.TdClassName
{
border-color: #B80571;
}
.TagClassName
{
border-color: #B80571;
}
</style>