Shades of Jazzberry Jam #B20D5A
Tints of Jazzberry Jam #B20D5A
RGB
CMYK
RGB Variations
Color information
#B20D5A (or 0xB20D5A) is known color: Jazzberry Jam. HEX triplet: B2, 0D and 5A. RGB value is (178,13,90). Sum of RGB (Red+Green+Blue) = 178+13+90=281 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.35% from 281); Green value is 13 (5.47% from 255 or 4.63% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 178 - color contains mainly: red. Hex color #B20D5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20D5A is #4DF2A5. Grayscale: #464646. Windows color (decimal): -5108390 or 5901746. OLE color: 5901746.
HSL color Cylindrical-coordinate representation of color #B20D5A: hue angle of 332º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20D5A is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 13 | 90 | - |
| CMYK | 0 | 0.93 | 0.49 | 0.30 |
| HSL | 332º | 0.86% | 0.37% | - |
| HSV(B) | 332º | 0.93% | 0.7% | - |
| XYZ | 20.35 | 10.49 | 10.63 | - |
| YUV | 71.11 | 138.66 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 13 | 90 | 0 | 0.93 | 0.49 | 0.30 | 332 | 0.86 | 0.37 |
| Hex | B2 | D | 5A | 0 | 5D | 31 | 1E | 14C | 56 | 25 |
| Octal | 262 | 15 | 132 | 0 | 135 | 61 | 36 | 514 | 126 | 45 |
| Binary | 10110010 | 1101 | 1011010 | 0 | 1011101 | 110001 | 11110 | 101001100 | 1010110 | 100101 |
Color Harmonies of #B20D5A
Complementary color
Monochromatic Colors of #B20D5A
Black with #B20D5A
Text Example
Text Example
White with #B20D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20D5A; }
p { color: rgb(178,13,90); }
H1.HeaderClassName
{
color: #B20D5A;
}
.AnyTagClassName
{
color: #B20D5A;
}
</style>
background-color css
<style>
a { background-color: #B20D5A; }
a { background-color: rgb(178,13,90); }
div.DivClassName
{
background-color: #B20D5A;
}
.BgClassName
{
background-color: #B20D5A;
}
</style>
border-color css
<style>
span { border-color: #B20D5A; }
span { border-color: rgb(178,13,90); }
td.TdClassName
{
border-color: #B20D5A;
}
.TagClassName
{
border-color: #B20D5A;
}
</style>