Shades of Jazzberry Jam #B80172
Tints of Jazzberry Jam #B80172
RGB
CMYK
RGB Variations
Color information
#B80172 (or 0xB80172) is known color: Jazzberry Jam. HEX triplet: B8, 01 and 72. RGB value is (184,1,114). Sum of RGB (Red+Green+Blue) = 184+1+114=299 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.54% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 184 - color contains mainly: red. Hex color #B80172 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80172 is #47FE8D. Grayscale: #444444. Windows color (decimal): -4718222 or 7471544. OLE color: 7471544.
HSL color Cylindrical-coordinate representation of color #B80172: hue angle of 322.95º 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 #B80172 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 1 | 114 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.28 |
| HSL | 322.95º | 0.99% | 0.36% | - |
| HSV(B) | 322.95º | 0.99% | 0.72% | - |
| XYZ | 22.82 | 11.43 | 16.92 | - |
| YUV | 68.6 | 153.63 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 114 | 0 | 0.99 | 0.38 | 0.28 | 322.95 | 0.99 | 0.36 |
| Hex | B8 | 1 | 72 | 0 | 63 | 26 | 1C | 143 | 63 | 24 |
| Octal | 270 | 1 | 162 | 0 | 143 | 46 | 34 | 503 | 143 | 44 |
| Binary | 10111000 | 1 | 1110010 | 0 | 1100011 | 100110 | 11100 | 101000011 | 1100011 | 100100 |
Color Harmonies of #B80172
Complementary color
Monochromatic Colors of #B80172
Black with #B80172
Text Example
Text Example
White with #B80172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80172; }
p { color: rgb(184,1,114); }
H1.HeaderClassName
{
color: #B80172;
}
.AnyTagClassName
{
color: #B80172;
}
</style>
background-color css
<style>
a { background-color: #B80172; }
a { background-color: rgb(184,1,114); }
div.DivClassName
{
background-color: #B80172;
}
.BgClassName
{
background-color: #B80172;
}
</style>
border-color css
<style>
span { border-color: #B80172; }
span { border-color: rgb(184,1,114); }
td.TdClassName
{
border-color: #B80172;
}
.TagClassName
{
border-color: #B80172;
}
</style>