Shades of Jazzberry Jam #B80467
Tints of Jazzberry Jam #B80467
RGB
CMYK
RGB Variations
Color information
#B80467 (or 0xB80467) is known color: Jazzberry Jam. HEX triplet: B8, 04 and 67. RGB value is (184,4,103). Sum of RGB (Red+Green+Blue) = 184+4+103=291 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.23% from 291); Green value is 4 (1.95% from 255 or 1.37% from 291); Blue value is 103 (40.62% from 255 or 35.40% from 291); Max value from RGB is 184 - color contains mainly: red. Hex color #B80467 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80467 is #47FB98. Grayscale: #444444. Windows color (decimal): -4717465 or 6751416. OLE color: 6751416.
HSL color Cylindrical-coordinate representation of color #B80467: hue angle of 327º 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 #B80467 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 4 | 103 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.28 |
| HSL | 327º | 0.96% | 0.37% | - |
| HSV(B) | 327º | 0.98% | 0.72% | - |
| XYZ | 22.26 | 11.26 | 13.83 | - |
| YUV | 69.11 | 147.13 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 4 | 103 | 0 | 0.98 | 0.44 | 0.28 | 327 | 0.96 | 0.37 |
| Hex | B8 | 4 | 67 | 0 | 62 | 2C | 1C | 147 | 60 | 25 |
| Octal | 270 | 4 | 147 | 0 | 142 | 54 | 34 | 507 | 140 | 45 |
| Binary | 10111000 | 100 | 1100111 | 0 | 1100010 | 101100 | 11100 | 101000111 | 1100000 | 100101 |
Color Harmonies of #B80467
Complementary color
Monochromatic Colors of #B80467
Black with #B80467
Text Example
Text Example
White with #B80467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80467; }
p { color: rgb(184,4,103); }
H1.HeaderClassName
{
color: #B80467;
}
.AnyTagClassName
{
color: #B80467;
}
</style>
background-color css
<style>
a { background-color: #B80467; }
a { background-color: rgb(184,4,103); }
div.DivClassName
{
background-color: #B80467;
}
.BgClassName
{
background-color: #B80467;
}
</style>
border-color css
<style>
span { border-color: #B80467; }
span { border-color: rgb(184,4,103); }
td.TdClassName
{
border-color: #B80467;
}
.TagClassName
{
border-color: #B80467;
}
</style>