Shades of Jazzberry Jam #B80062
Tints of Jazzberry Jam #B80062
RGB
CMYK
RGB Variations
Color information
#B80062 (or 0xB80062) is known color: Jazzberry Jam. HEX triplet: B8, 00 and 62. RGB value is (184,0,98). Sum of RGB (Red+Green+Blue) = 184+0+98=282 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.25% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 184 - color contains mainly: red. Hex color #B80062 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80062 is #47FF9D. Grayscale: #414141. Windows color (decimal): -4718494 or 6422712. OLE color: 6422712.
HSL color Cylindrical-coordinate representation of color #B80062: hue angle of 328.04º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B80062 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 98 | - |
| CMYK | 0 | 1 | 0.47 | 0.28 |
| HSL | 328.04º | 1% | 0.36% | - |
| HSV(B) | 328.04º | 1% | 0.72% | - |
| XYZ | 21.97 | 11.07 | 12.53 | - |
| YUV | 66.19 | 145.96 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 98 | 0 | 1 | 0.47 | 0.28 | 328.04 | 1 | 0.36 |
| Hex | B8 | 0 | 62 | 0 | 64 | 2F | 1C | 148 | 64 | 24 |
| Octal | 270 | 0 | 142 | 0 | 144 | 57 | 34 | 510 | 144 | 44 |
| Binary | 10111000 | 0 | 1100010 | 0 | 1100100 | 101111 | 11100 | 101001000 | 1100100 | 100100 |
Color Harmonies of #B80062
Complementary color
Monochromatic Colors of #B80062
Black with #B80062
Text Example
Text Example
White with #B80062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80062; }
p { color: rgb(184,0,98); }
H1.HeaderClassName
{
color: #B80062;
}
.AnyTagClassName
{
color: #B80062;
}
</style>
background-color css
<style>
a { background-color: #B80062; }
a { background-color: rgb(184,0,98); }
div.DivClassName
{
background-color: #B80062;
}
.BgClassName
{
background-color: #B80062;
}
</style>
border-color css
<style>
span { border-color: #B80062; }
span { border-color: rgb(184,0,98); }
td.TdClassName
{
border-color: #B80062;
}
.TagClassName
{
border-color: #B80062;
}
</style>