Shades of Jazzberry Jam #B60173
Tints of Jazzberry Jam #B60173
RGB
CMYK
RGB Variations
Color information
#B60173 (or 0xB60173) is known color: Jazzberry Jam. HEX triplet: B6, 01 and 73. RGB value is (182,1,115). Sum of RGB (Red+Green+Blue) = 182+1+115=298 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.07% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 182 - color contains mainly: red. Hex color #B60173 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60173 is #49FE8C. Grayscale: #434343. Windows color (decimal): -4849293 or 7537078. OLE color: 7537078.
HSL color Cylindrical-coordinate representation of color #B60173: hue angle of 322.21º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B60173 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 1 | 115 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.29 |
| HSL | 322.21º | 0.99% | 0.36% | - |
| HSV(B) | 322.21º | 0.99% | 0.71% | - |
| XYZ | 22.4 | 11.2 | 17.2 | - |
| YUV | 68.12 | 154.47 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 1 | 115 | 0 | 0.99 | 0.37 | 0.29 | 322.21 | 0.99 | 0.36 |
| Hex | B6 | 1 | 73 | 0 | 63 | 25 | 1D | 142 | 63 | 24 |
| Octal | 266 | 1 | 163 | 0 | 143 | 45 | 35 | 502 | 143 | 44 |
| Binary | 10110110 | 1 | 1110011 | 0 | 1100011 | 100101 | 11101 | 101000010 | 1100011 | 100100 |
Color Harmonies of #B60173
Complementary color
Monochromatic Colors of #B60173
Black with #B60173
Text Example
Text Example
White with #B60173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60173; }
p { color: rgb(182,1,115); }
H1.HeaderClassName
{
color: #B60173;
}
.AnyTagClassName
{
color: #B60173;
}
</style>
background-color css
<style>
a { background-color: #B60173; }
a { background-color: rgb(182,1,115); }
div.DivClassName
{
background-color: #B60173;
}
.BgClassName
{
background-color: #B60173;
}
</style>
border-color css
<style>
span { border-color: #B60173; }
span { border-color: rgb(182,1,115); }
td.TdClassName
{
border-color: #B60173;
}
.TagClassName
{
border-color: #B60173;
}
</style>