Shades of Jazzberry Jam #B30174
Tints of Jazzberry Jam #B30174
RGB
CMYK
RGB Variations
Color information
#B30174 (or 0xB30174) is known color: Jazzberry Jam. HEX triplet: B3, 01 and 74. RGB value is (179,1,116). Sum of RGB (Red+Green+Blue) = 179+1+116=296 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.47% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 116 (45.70% from 255 or 39.19% from 296); Max value from RGB is 179 - color contains mainly: red. Hex color #B30174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30174 is #4CFE8B. Grayscale: #434343. Windows color (decimal): -5045900 or 7602611. OLE color: 7602611.
HSL color Cylindrical-coordinate representation of color #B30174: hue angle of 321.24º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B30174 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 1 | 116 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.30 |
| HSL | 321.24º | 0.99% | 0.35% | - |
| HSV(B) | 321.24º | 0.99% | 0.7% | - |
| XYZ | 21.75 | 10.87 | 17.47 | - |
| YUV | 67.33 | 155.47 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 116 | 0 | 0.99 | 0.35 | 0.30 | 321.24 | 0.99 | 0.35 |
| Hex | B3 | 1 | 74 | 0 | 63 | 23 | 1E | 141 | 63 | 23 |
| Octal | 263 | 1 | 164 | 0 | 143 | 43 | 36 | 501 | 143 | 43 |
| Binary | 10110011 | 1 | 1110100 | 0 | 1100011 | 100011 | 11110 | 101000001 | 1100011 | 100011 |
Color Harmonies of #B30174
Complementary color
Monochromatic Colors of #B30174
Black with #B30174
Text Example
Text Example
White with #B30174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30174; }
p { color: rgb(179,1,116); }
H1.HeaderClassName
{
color: #B30174;
}
.AnyTagClassName
{
color: #B30174;
}
</style>
background-color css
<style>
a { background-color: #B30174; }
a { background-color: rgb(179,1,116); }
div.DivClassName
{
background-color: #B30174;
}
.BgClassName
{
background-color: #B30174;
}
</style>
border-color css
<style>
span { border-color: #B30174; }
span { border-color: rgb(179,1,116); }
td.TdClassName
{
border-color: #B30174;
}
.TagClassName
{
border-color: #B30174;
}
</style>