Shades of Jazzberry Jam #B80458
Tints of Jazzberry Jam #B80458
RGB
CMYK
RGB Variations
Color information
#B80458 (or 0xB80458) is known color: Jazzberry Jam. HEX triplet: B8, 04 and 58. RGB value is (184,4,88). Sum of RGB (Red+Green+Blue) = 184+4+88=276 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.67% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 88 (34.77% from 255 or 31.88% from 276); Max value from RGB is 184 - color contains mainly: red. Hex color #B80458 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80458 is #47FBA7. Grayscale: #434343. Windows color (decimal): -4717480 or 5768376. OLE color: 5768376.
HSL color Cylindrical-coordinate representation of color #B80458: hue angle of 332º 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 #B80458 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 4 | 88 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.28 |
| HSL | 332º | 0.96% | 0.37% | - |
| HSV(B) | 332º | 0.98% | 0.72% | - |
| XYZ | 21.57 | 10.98 | 10.22 | - |
| YUV | 67.4 | 139.63 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 4 | 88 | 0 | 0.98 | 0.52 | 0.28 | 332 | 0.96 | 0.37 |
| Hex | B8 | 4 | 58 | 0 | 62 | 34 | 1C | 14C | 60 | 25 |
| Octal | 270 | 4 | 130 | 0 | 142 | 64 | 34 | 514 | 140 | 45 |
| Binary | 10111000 | 100 | 1011000 | 0 | 1100010 | 110100 | 11100 | 101001100 | 1100000 | 100101 |
Color Harmonies of #B80458
Complementary color
Monochromatic Colors of #B80458
Black with #B80458
Text Example
Text Example
White with #B80458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80458; }
p { color: rgb(184,4,88); }
H1.HeaderClassName
{
color: #B80458;
}
.AnyTagClassName
{
color: #B80458;
}
</style>
background-color css
<style>
a { background-color: #B80458; }
a { background-color: rgb(184,4,88); }
div.DivClassName
{
background-color: #B80458;
}
.BgClassName
{
background-color: #B80458;
}
</style>
border-color css
<style>
span { border-color: #B80458; }
span { border-color: rgb(184,4,88); }
td.TdClassName
{
border-color: #B80458;
}
.TagClassName
{
border-color: #B80458;
}
</style>