Shades of Jazzberry Jam #B4005D
Tints of Jazzberry Jam #B4005D
RGB
CMYK
RGB Variations
Color information
#B4005D (or 0xB4005D) is known color: Jazzberry Jam. HEX triplet: B4, 00 and 5D. RGB value is (180,0,93). Sum of RGB (Red+Green+Blue) = 180+0+93=273 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.93% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 180 - color contains mainly: red. Hex color #B4005D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4005D is #4BFFA2. Grayscale: #404040. Windows color (decimal): -4980643 or 6095028. OLE color: 6095028.
HSL color Cylindrical-coordinate representation of color #B4005D: hue angle of 329º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B4005D is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 0 | 93 | - |
| CMYK | 0 | 1 | 0.48 | 0.29 |
| HSL | 329º | 1% | 0.35% | - |
| HSV(B) | 329º | 1% | 0.71% | - |
| XYZ | 20.8 | 10.49 | 11.29 | - |
| YUV | 64.42 | 144.13 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 0 | 93 | 0 | 1 | 0.48 | 0.29 | 329 | 1 | 0.35 |
| Hex | B4 | 0 | 5D | 0 | 64 | 30 | 1D | 149 | 64 | 23 |
| Octal | 264 | 0 | 135 | 0 | 144 | 60 | 35 | 511 | 144 | 43 |
| Binary | 10110100 | 0 | 1011101 | 0 | 1100100 | 110000 | 11101 | 101001001 | 1100100 | 100011 |
Color Harmonies of #B4005D
Complementary color
Monochromatic Colors of #B4005D
Black with #B4005D
Text Example
Text Example
White with #B4005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4005D; }
p { color: rgb(180,0,93); }
H1.HeaderClassName
{
color: #B4005D;
}
.AnyTagClassName
{
color: #B4005D;
}
</style>
background-color css
<style>
a { background-color: #B4005D; }
a { background-color: rgb(180,0,93); }
div.DivClassName
{
background-color: #B4005D;
}
.BgClassName
{
background-color: #B4005D;
}
</style>
border-color css
<style>
span { border-color: #B4005D; }
span { border-color: rgb(180,0,93); }
td.TdClassName
{
border-color: #B4005D;
}
.TagClassName
{
border-color: #B4005D;
}
</style>