Shades of Jazzberry Jam #B80464
Tints of Jazzberry Jam #B80464
RGB
CMYK
RGB Variations
Color information
#B80464 (or 0xB80464) is known color: Jazzberry Jam. HEX triplet: B8, 04 and 64. RGB value is (184,4,100). Sum of RGB (Red+Green+Blue) = 184+4+100=288 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.89% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 100 (39.45% from 255 or 34.72% from 288); Max value from RGB is 184 - color contains mainly: red. Hex color #B80464 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80464 is #47FB9B. Grayscale: #444444. Windows color (decimal): -4717468 or 6554808. OLE color: 6554808.
HSL color Cylindrical-coordinate representation of color #B80464: hue angle of 328º 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 #B80464 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 4 | 100 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.28 |
| HSL | 328º | 0.96% | 0.37% | - |
| HSV(B) | 328º | 0.98% | 0.72% | - |
| XYZ | 22.11 | 11.2 | 13.05 | - |
| YUV | 68.76 | 145.63 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 4 | 100 | 0 | 0.98 | 0.46 | 0.28 | 328 | 0.96 | 0.37 |
| Hex | B8 | 4 | 64 | 0 | 62 | 2E | 1C | 148 | 60 | 25 |
| Octal | 270 | 4 | 144 | 0 | 142 | 56 | 34 | 510 | 140 | 45 |
| Binary | 10111000 | 100 | 1100100 | 0 | 1100010 | 101110 | 11100 | 101001000 | 1100000 | 100101 |
Color Harmonies of #B80464
Complementary color
Monochromatic Colors of #B80464
Black with #B80464
Text Example
Text Example
White with #B80464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80464; }
p { color: rgb(184,4,100); }
H1.HeaderClassName
{
color: #B80464;
}
.AnyTagClassName
{
color: #B80464;
}
</style>
background-color css
<style>
a { background-color: #B80464; }
a { background-color: rgb(184,4,100); }
div.DivClassName
{
background-color: #B80464;
}
.BgClassName
{
background-color: #B80464;
}
</style>
border-color css
<style>
span { border-color: #B80464; }
span { border-color: rgb(184,4,100); }
td.TdClassName
{
border-color: #B80464;
}
.TagClassName
{
border-color: #B80464;
}
</style>