Shades of Jazzberry Jam #B40057
Tints of Jazzberry Jam #B40057
RGB
CMYK
RGB Variations
Color information
#B40057 (or 0xB40057) is known color: Jazzberry Jam. HEX triplet: B4, 00 and 57. RGB value is (180,0,87). Sum of RGB (Red+Green+Blue) = 180+0+87=267 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.42% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 87 (34.38% from 255 or 32.58% from 267); Max value from RGB is 180 - color contains mainly: red. Hex color #B40057 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40057 is #4BFFA8. Grayscale: #3F3F3F. Windows color (decimal): -4980649 or 5701812. OLE color: 5701812.
HSL color Cylindrical-coordinate representation of color #B40057: hue angle of 331º 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 #B40057 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 0 | 87 | - |
| CMYK | 0 | 1 | 0.52 | 0.29 |
| HSL | 331º | 1% | 0.35% | - |
| HSV(B) | 331º | 1% | 0.71% | - |
| XYZ | 20.54 | 10.39 | 9.94 | - |
| YUV | 63.74 | 141.13 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 0 | 87 | 0 | 1 | 0.52 | 0.29 | 331 | 1 | 0.35 |
| Hex | B4 | 0 | 57 | 0 | 64 | 34 | 1D | 14B | 64 | 23 |
| Octal | 264 | 0 | 127 | 0 | 144 | 64 | 35 | 513 | 144 | 43 |
| Binary | 10110100 | 0 | 1010111 | 0 | 1100100 | 110100 | 11101 | 101001011 | 1100100 | 100011 |
Color Harmonies of #B40057
Complementary color
Monochromatic Colors of #B40057
Black with #B40057
Text Example
Text Example
White with #B40057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40057; }
p { color: rgb(180,0,87); }
H1.HeaderClassName
{
color: #B40057;
}
.AnyTagClassName
{
color: #B40057;
}
</style>
background-color css
<style>
a { background-color: #B40057; }
a { background-color: rgb(180,0,87); }
div.DivClassName
{
background-color: #B40057;
}
.BgClassName
{
background-color: #B40057;
}
</style>
border-color css
<style>
span { border-color: #B40057; }
span { border-color: rgb(180,0,87); }
td.TdClassName
{
border-color: #B40057;
}
.TagClassName
{
border-color: #B40057;
}
</style>