Shades of Jazzberry Jam #B4205D
Tints of Jazzberry Jam #B4205D
RGB
CMYK
RGB Variations
Color information
#B4205D (or 0xB4205D) is known color: Jazzberry Jam. HEX triplet: B4, 20 and 5D. RGB value is (180,32,93). Sum of RGB (Red+Green+Blue) = 180+32+93=305 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.02% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 180 - color contains mainly: red. Hex color #B4205D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4205D is #4BDFA2. Grayscale: #535353. Windows color (decimal): -4972451 or 6103220. OLE color: 6103220.
HSL color Cylindrical-coordinate representation of color #B4205D: hue angle of 335.27º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B4205D is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 32 | 93 | - |
| CMYK | 0 | 0.82 | 0.48 | 0.29 |
| HSL | 335.27º | 0.7% | 0.42% | - |
| HSV(B) | 335.27º | 0.82% | 0.71% | - |
| XYZ | 21.31 | 11.53 | 11.46 | - |
| YUV | 83.21 | 133.53 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 32 | 93 | 0 | 0.82 | 0.48 | 0.29 | 335.27 | 0.7 | 0.42 |
| Hex | B4 | 20 | 5D | 0 | 52 | 30 | 1D | 14F | 46 | 2A |
| Octal | 264 | 40 | 135 | 0 | 122 | 60 | 35 | 517 | 106 | 52 |
| Binary | 10110100 | 100000 | 1011101 | 0 | 1010010 | 110000 | 11101 | 101001111 | 1000110 | 101010 |
Color Harmonies of #B4205D
Complementary color
Monochromatic Colors of #B4205D
Black with #B4205D
Text Example
Text Example
White with #B4205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4205D; }
p { color: rgb(180,32,93); }
H1.HeaderClassName
{
color: #B4205D;
}
.AnyTagClassName
{
color: #B4205D;
}
</style>
background-color css
<style>
a { background-color: #B4205D; }
a { background-color: rgb(180,32,93); }
div.DivClassName
{
background-color: #B4205D;
}
.BgClassName
{
background-color: #B4205D;
}
</style>
border-color css
<style>
span { border-color: #B4205D; }
span { border-color: rgb(180,32,93); }
td.TdClassName
{
border-color: #B4205D;
}
.TagClassName
{
border-color: #B4205D;
}
</style>