Shades of Jazzberry Jam #B80170
Tints of Jazzberry Jam #B80170
RGB
CMYK
RGB Variations
Color information
#B80170 (or 0xB80170) is known color: Jazzberry Jam. HEX triplet: B8, 01 and 70. RGB value is (184,1,112). Sum of RGB (Red+Green+Blue) = 184+1+112=297 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.95% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 184 - color contains mainly: red. Hex color #B80170 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80170 is #47FE8F. Grayscale: #444444. Windows color (decimal): -4718224 or 7340472. OLE color: 7340472.
HSL color Cylindrical-coordinate representation of color #B80170: hue angle of 323.61º 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 #B80170 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 1 | 112 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.28 |
| HSL | 323.61º | 0.99% | 0.36% | - |
| HSV(B) | 323.61º | 0.99% | 0.72% | - |
| XYZ | 22.7 | 11.38 | 16.33 | - |
| YUV | 68.37 | 152.63 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 112 | 0 | 0.99 | 0.39 | 0.28 | 323.61 | 0.99 | 0.36 |
| Hex | B8 | 1 | 70 | 0 | 63 | 27 | 1C | 144 | 63 | 24 |
| Octal | 270 | 1 | 160 | 0 | 143 | 47 | 34 | 504 | 143 | 44 |
| Binary | 10111000 | 1 | 1110000 | 0 | 1100011 | 100111 | 11100 | 101000100 | 1100011 | 100100 |
Color Harmonies of #B80170
Complementary color
Monochromatic Colors of #B80170
Black with #B80170
Text Example
Text Example
White with #B80170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80170; }
p { color: rgb(184,1,112); }
H1.HeaderClassName
{
color: #B80170;
}
.AnyTagClassName
{
color: #B80170;
}
</style>
background-color css
<style>
a { background-color: #B80170; }
a { background-color: rgb(184,1,112); }
div.DivClassName
{
background-color: #B80170;
}
.BgClassName
{
background-color: #B80170;
}
</style>
border-color css
<style>
span { border-color: #B80170; }
span { border-color: rgb(184,1,112); }
td.TdClassName
{
border-color: #B80170;
}
.TagClassName
{
border-color: #B80170;
}
</style>