Shades of Jazzberry Jam #B60174
Tints of Jazzberry Jam #B60174
RGB
CMYK
RGB Variations
Color information
#B60174 (or 0xB60174) is known color: Jazzberry Jam. HEX triplet: B6, 01 and 74. RGB value is (182,1,116). Sum of RGB (Red+Green+Blue) = 182+1+116=299 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.87% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 182 - color contains mainly: red. Hex color #B60174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60174 is #49FE8B. Grayscale: #434343. Windows color (decimal): -4849292 or 7602614. OLE color: 7602614.
HSL color Cylindrical-coordinate representation of color #B60174: hue angle of 321.88º 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 #B60174 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 1 | 116 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.29 |
| HSL | 321.88º | 0.99% | 0.36% | - |
| HSV(B) | 321.88º | 0.99% | 0.71% | - |
| XYZ | 22.45 | 11.23 | 17.51 | - |
| YUV | 68.23 | 154.97 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 1 | 116 | 0 | 0.99 | 0.36 | 0.29 | 321.88 | 0.99 | 0.36 |
| Hex | B6 | 1 | 74 | 0 | 63 | 24 | 1D | 142 | 63 | 24 |
| Octal | 266 | 1 | 164 | 0 | 143 | 44 | 35 | 502 | 143 | 44 |
| Binary | 10110110 | 1 | 1110100 | 0 | 1100011 | 100100 | 11101 | 101000010 | 1100011 | 100100 |
Color Harmonies of #B60174
Complementary color
Monochromatic Colors of #B60174
Black with #B60174
Text Example
Text Example
White with #B60174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60174; }
p { color: rgb(182,1,116); }
H1.HeaderClassName
{
color: #B60174;
}
.AnyTagClassName
{
color: #B60174;
}
</style>
background-color css
<style>
a { background-color: #B60174; }
a { background-color: rgb(182,1,116); }
div.DivClassName
{
background-color: #B60174;
}
.BgClassName
{
background-color: #B60174;
}
</style>
border-color css
<style>
span { border-color: #B60174; }
span { border-color: rgb(182,1,116); }
td.TdClassName
{
border-color: #B60174;
}
.TagClassName
{
border-color: #B60174;
}
</style>