Shades of Jazzberry Jam #B20A5E
Tints of Jazzberry Jam #B20A5E
RGB
CMYK
RGB Variations
Color information
#B20A5E (or 0xB20A5E) is known color: Jazzberry Jam. HEX triplet: B2, 0A and 5E. RGB value is (178,10,94). Sum of RGB (Red+Green+Blue) = 178+10+94=282 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.12% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 178 - color contains mainly: red. Hex color #B20A5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20A5E is #4DF5A1. Grayscale: #454545. Windows color (decimal): -5109154 or 6163122. OLE color: 6163122.
HSL color Cylindrical-coordinate representation of color #B20A5E: hue angle of 330º 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 #B20A5E is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 10 | 94 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.30 |
| HSL | 330º | 0.89% | 0.37% | - |
| HSV(B) | 330º | 0.94% | 0.7% | - |
| XYZ | 20.49 | 10.49 | 11.53 | - |
| YUV | 69.81 | 141.66 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 10 | 94 | 0 | 0.94 | 0.47 | 0.30 | 330 | 0.89 | 0.37 |
| Hex | B2 | A | 5E | 0 | 5E | 2F | 1E | 14A | 59 | 25 |
| Octal | 262 | 12 | 136 | 0 | 136 | 57 | 36 | 512 | 131 | 45 |
| Binary | 10110010 | 1010 | 1011110 | 0 | 1011110 | 101111 | 11110 | 101001010 | 1011001 | 100101 |
Color Harmonies of #B20A5E
Complementary color
Monochromatic Colors of #B20A5E
Black with #B20A5E
Text Example
Text Example
White with #B20A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20A5E; }
p { color: rgb(178,10,94); }
H1.HeaderClassName
{
color: #B20A5E;
}
.AnyTagClassName
{
color: #B20A5E;
}
</style>
background-color css
<style>
a { background-color: #B20A5E; }
a { background-color: rgb(178,10,94); }
div.DivClassName
{
background-color: #B20A5E;
}
.BgClassName
{
background-color: #B20A5E;
}
</style>
border-color css
<style>
span { border-color: #B20A5E; }
span { border-color: rgb(178,10,94); }
td.TdClassName
{
border-color: #B20A5E;
}
.TagClassName
{
border-color: #B20A5E;
}
</style>