Shades of Jazzberry Jam #B80472
Tints of Jazzberry Jam #B80472
RGB
CMYK
RGB Variations
Color information
#B80472 (or 0xB80472) is known color: Jazzberry Jam. HEX triplet: B8, 04 and 72. RGB value is (184,4,114). Sum of RGB (Red+Green+Blue) = 184+4+114=302 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.93% from 302); Green value is 4 (1.95% from 255 or 1.32% from 302); Blue value is 114 (44.92% from 255 or 37.75% from 302); Max value from RGB is 184 - color contains mainly: red. Hex color #B80472 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80472 is #47FB8D. Grayscale: #464646. Windows color (decimal): -4717454 or 7472312. OLE color: 7472312.
HSL color Cylindrical-coordinate representation of color #B80472: hue angle of 323.33º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B80472 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 4 | 114 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.28 |
| HSL | 323.33º | 0.96% | 0.37% | - |
| HSV(B) | 323.33º | 0.98% | 0.72% | - |
| XYZ | 22.85 | 11.49 | 16.93 | - |
| YUV | 70.36 | 152.63 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 4 | 114 | 0 | 0.98 | 0.38 | 0.28 | 323.33 | 0.96 | 0.37 |
| Hex | B8 | 4 | 72 | 0 | 62 | 26 | 1C | 143 | 60 | 25 |
| Octal | 270 | 4 | 162 | 0 | 142 | 46 | 34 | 503 | 140 | 45 |
| Binary | 10111000 | 100 | 1110010 | 0 | 1100010 | 100110 | 11100 | 101000011 | 1100000 | 100101 |
Color Harmonies of #B80472
Complementary color
Monochromatic Colors of #B80472
Black with #B80472
Text Example
Text Example
White with #B80472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80472; }
p { color: rgb(184,4,114); }
H1.HeaderClassName
{
color: #B80472;
}
.AnyTagClassName
{
color: #B80472;
}
</style>
background-color css
<style>
a { background-color: #B80472; }
a { background-color: rgb(184,4,114); }
div.DivClassName
{
background-color: #B80472;
}
.BgClassName
{
background-color: #B80472;
}
</style>
border-color css
<style>
span { border-color: #B80472; }
span { border-color: rgb(184,4,114); }
td.TdClassName
{
border-color: #B80472;
}
.TagClassName
{
border-color: #B80472;
}
</style>