Shades of Jazzberry Jam #B20A70
Tints of Jazzberry Jam #B20A70
RGB
CMYK
RGB Variations
Color information
#B20A70 (or 0xB20A70) is known color: Jazzberry Jam. HEX triplet: B2, 0A and 70. RGB value is (178,10,112). Sum of RGB (Red+Green+Blue) = 178+10+112=300 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.33% from 300); Green value is 10 (4.30% from 255 or 3.33% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 178 - color contains mainly: red. Hex color #B20A70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20A70 is #4DF58F. Grayscale: #474747. Windows color (decimal): -5109136 or 7342770. OLE color: 7342770.
HSL color Cylindrical-coordinate representation of color #B20A70: hue angle of 323.57º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20A70 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 10 | 112 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.30 |
| HSL | 323.57º | 0.89% | 0.37% | - |
| HSV(B) | 323.57º | 0.94% | 0.7% | - |
| XYZ | 21.39 | 10.85 | 16.3 | - |
| YUV | 71.86 | 150.66 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 10 | 112 | 0 | 0.94 | 0.37 | 0.30 | 323.57 | 0.89 | 0.37 |
| Hex | B2 | A | 70 | 0 | 5E | 25 | 1E | 144 | 59 | 25 |
| Octal | 262 | 12 | 160 | 0 | 136 | 45 | 36 | 504 | 131 | 45 |
| Binary | 10110010 | 1010 | 1110000 | 0 | 1011110 | 100101 | 11110 | 101000100 | 1011001 | 100101 |
Color Harmonies of #B20A70
Complementary color
Monochromatic Colors of #B20A70
Black with #B20A70
Text Example
Text Example
White with #B20A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20A70; }
p { color: rgb(178,10,112); }
H1.HeaderClassName
{
color: #B20A70;
}
.AnyTagClassName
{
color: #B20A70;
}
</style>
background-color css
<style>
a { background-color: #B20A70; }
a { background-color: rgb(178,10,112); }
div.DivClassName
{
background-color: #B20A70;
}
.BgClassName
{
background-color: #B20A70;
}
</style>
border-color css
<style>
span { border-color: #B20A70; }
span { border-color: rgb(178,10,112); }
td.TdClassName
{
border-color: #B20A70;
}
.TagClassName
{
border-color: #B20A70;
}
</style>