Shades of Jazzberry Jam #B20572
Tints of Jazzberry Jam #B20572
RGB
CMYK
RGB Variations
Color information
#B20572 (or 0xB20572) is known color: Jazzberry Jam. HEX triplet: B2, 05 and 72. RGB value is (178,5,114). Sum of RGB (Red+Green+Blue) = 178+5+114=297 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.93% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 178 - color contains mainly: red. Hex color #B20572 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20572 is #4DFA8D. Grayscale: #444444. Windows color (decimal): -5110414 or 7472562. OLE color: 7472562.
HSL color Cylindrical-coordinate representation of color #B20572: hue angle of 322.2º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B20572 is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 5 | 114 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.30 |
| HSL | 322.2º | 0.95% | 0.36% | - |
| HSV(B) | 322.2º | 0.97% | 0.7% | - |
| XYZ | 21.45 | 10.79 | 16.87 | - |
| YUV | 69.15 | 153.31 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 5 | 114 | 0 | 0.97 | 0.36 | 0.30 | 322.2 | 0.95 | 0.36 |
| Hex | B2 | 5 | 72 | 0 | 61 | 24 | 1E | 142 | 5F | 24 |
| Octal | 262 | 5 | 162 | 0 | 141 | 44 | 36 | 502 | 137 | 44 |
| Binary | 10110010 | 101 | 1110010 | 0 | 1100001 | 100100 | 11110 | 101000010 | 1011111 | 100100 |
Color Harmonies of #B20572
Complementary color
Monochromatic Colors of #B20572
Black with #B20572
Text Example
Text Example
White with #B20572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20572; }
p { color: rgb(178,5,114); }
H1.HeaderClassName
{
color: #B20572;
}
.AnyTagClassName
{
color: #B20572;
}
</style>
background-color css
<style>
a { background-color: #B20572; }
a { background-color: rgb(178,5,114); }
div.DivClassName
{
background-color: #B20572;
}
.BgClassName
{
background-color: #B20572;
}
</style>
border-color css
<style>
span { border-color: #B20572; }
span { border-color: rgb(178,5,114); }
td.TdClassName
{
border-color: #B20572;
}
.TagClassName
{
border-color: #B20572;
}
</style>