Shades of Jazzberry Jam #B80254
Tints of Jazzberry Jam #B80254
RGB
CMYK
RGB Variations
Color information
#B80254 (or 0xB80254) is known color: Jazzberry Jam. HEX triplet: B8, 02 and 54. RGB value is (184,2,84). Sum of RGB (Red+Green+Blue) = 184+2+84=270 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.15% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 84 (33.20% from 255 or 31.11% from 270); Max value from RGB is 184 - color contains mainly: red. Hex color #B80254 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80254 is #47FDAB. Grayscale: #414141. Windows color (decimal): -4717996 or 5505720. OLE color: 5505720.
HSL color Cylindrical-coordinate representation of color #B80254: hue angle of 332.97º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B80254 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 2 | 84 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.28 |
| HSL | 332.97º | 0.98% | 0.36% | - |
| HSV(B) | 332.97º | 0.99% | 0.72% | - |
| XYZ | 21.39 | 10.87 | 9.36 | - |
| YUV | 65.77 | 138.3 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 2 | 84 | 0 | 0.99 | 0.54 | 0.28 | 332.97 | 0.98 | 0.36 |
| Hex | B8 | 2 | 54 | 0 | 63 | 36 | 1C | 14D | 62 | 24 |
| Octal | 270 | 2 | 124 | 0 | 143 | 66 | 34 | 515 | 142 | 44 |
| Binary | 10111000 | 10 | 1010100 | 0 | 1100011 | 110110 | 11100 | 101001101 | 1100010 | 100100 |
Color Harmonies of #B80254
Complementary color
Monochromatic Colors of #B80254
Black with #B80254
Text Example
Text Example
White with #B80254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80254; }
p { color: rgb(184,2,84); }
H1.HeaderClassName
{
color: #B80254;
}
.AnyTagClassName
{
color: #B80254;
}
</style>
background-color css
<style>
a { background-color: #B80254; }
a { background-color: rgb(184,2,84); }
div.DivClassName
{
background-color: #B80254;
}
.BgClassName
{
background-color: #B80254;
}
</style>
border-color css
<style>
span { border-color: #B80254; }
span { border-color: rgb(184,2,84); }
td.TdClassName
{
border-color: #B80254;
}
.TagClassName
{
border-color: #B80254;
}
</style>