Shades of Jazzberry Jam #B80168
Tints of Jazzberry Jam #B80168
RGB
CMYK
RGB Variations
Color information
#B80168 (or 0xB80168) is known color: Jazzberry Jam. HEX triplet: B8, 01 and 68. RGB value is (184,1,104). Sum of RGB (Red+Green+Blue) = 184+1+104=289 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.67% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 184 - color contains mainly: red. Hex color #B80168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80168 is #47FE97. Grayscale: #434343. Windows color (decimal): -4718232 or 6816184. OLE color: 6816184.
HSL color Cylindrical-coordinate representation of color #B80168: hue angle of 326.23º degrees, saturation: 0.99, 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 #B80168 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 1 | 104 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.28 |
| HSL | 326.23º | 0.99% | 0.36% | - |
| HSV(B) | 326.23º | 0.99% | 0.72% | - |
| XYZ | 22.28 | 11.21 | 14.09 | - |
| YUV | 67.46 | 148.63 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 104 | 0 | 0.99 | 0.43 | 0.28 | 326.23 | 0.99 | 0.36 |
| Hex | B8 | 1 | 68 | 0 | 63 | 2B | 1C | 146 | 63 | 24 |
| Octal | 270 | 1 | 150 | 0 | 143 | 53 | 34 | 506 | 143 | 44 |
| Binary | 10111000 | 1 | 1101000 | 0 | 1100011 | 101011 | 11100 | 101000110 | 1100011 | 100100 |
Color Harmonies of #B80168
Complementary color
Monochromatic Colors of #B80168
Black with #B80168
Text Example
Text Example
White with #B80168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80168; }
p { color: rgb(184,1,104); }
H1.HeaderClassName
{
color: #B80168;
}
.AnyTagClassName
{
color: #B80168;
}
</style>
background-color css
<style>
a { background-color: #B80168; }
a { background-color: rgb(184,1,104); }
div.DivClassName
{
background-color: #B80168;
}
.BgClassName
{
background-color: #B80168;
}
</style>
border-color css
<style>
span { border-color: #B80168; }
span { border-color: rgb(184,1,104); }
td.TdClassName
{
border-color: #B80168;
}
.TagClassName
{
border-color: #B80168;
}
</style>