Shades of Jazzberry Jam #B40575
Tints of Jazzberry Jam #B40575
RGB
CMYK
RGB Variations
Color information
#B40575 (or 0xB40575) is known color: Jazzberry Jam. HEX triplet: B4, 05 and 75. RGB value is (180,5,117). Sum of RGB (Red+Green+Blue) = 180+5+117=302 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.60% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 180 - color contains mainly: red. Hex color #B40575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40575 is #4BFA8A. Grayscale: #454545. Windows color (decimal): -4979339 or 7669172. OLE color: 7669172.
HSL color Cylindrical-coordinate representation of color #B40575: hue angle of 321.6º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B40575 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 5 | 117 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.29 |
| HSL | 321.6º | 0.95% | 0.36% | - |
| HSV(B) | 321.6º | 0.97% | 0.71% | - |
| XYZ | 22.09 | 11.1 | 17.81 | - |
| YUV | 70.09 | 154.48 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 5 | 117 | 0 | 0.97 | 0.35 | 0.29 | 321.6 | 0.95 | 0.36 |
| Hex | B4 | 5 | 75 | 0 | 61 | 23 | 1D | 142 | 5F | 24 |
| Octal | 264 | 5 | 165 | 0 | 141 | 43 | 35 | 502 | 137 | 44 |
| Binary | 10110100 | 101 | 1110101 | 0 | 1100001 | 100011 | 11101 | 101000010 | 1011111 | 100100 |
Color Harmonies of #B40575
Complementary color
Monochromatic Colors of #B40575
Black with #B40575
Text Example
Text Example
White with #B40575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40575; }
p { color: rgb(180,5,117); }
H1.HeaderClassName
{
color: #B40575;
}
.AnyTagClassName
{
color: #B40575;
}
</style>
background-color css
<style>
a { background-color: #B40575; }
a { background-color: rgb(180,5,117); }
div.DivClassName
{
background-color: #B40575;
}
.BgClassName
{
background-color: #B40575;
}
</style>
border-color css
<style>
span { border-color: #B40575; }
span { border-color: rgb(180,5,117); }
td.TdClassName
{
border-color: #B40575;
}
.TagClassName
{
border-color: #B40575;
}
</style>