Shades of Jazzberry Jam #B40C68
Tints of Jazzberry Jam #B40C68
RGB
CMYK
RGB Variations
Color information
#B40C68 (or 0xB40C68) is known color: Jazzberry Jam. HEX triplet: B4, 0C and 68. RGB value is (180,12,104). Sum of RGB (Red+Green+Blue) = 180+12+104=296 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.81% from 296); Green value is 12 (5.08% from 255 or 4.05% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40C68 is #4BF397. Grayscale: #484848. Windows color (decimal): -4977560 or 6818996. OLE color: 6818996.
HSL color Cylindrical-coordinate representation of color #B40C68: hue angle of 327.14º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B40C68 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 12 | 104 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.29 |
| HSL | 327.14º | 0.88% | 0.38% | - |
| HSV(B) | 327.14º | 0.93% | 0.71% | - |
| XYZ | 21.45 | 10.97 | 14.08 | - |
| YUV | 72.72 | 145.66 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 12 | 104 | 0 | 0.93 | 0.42 | 0.29 | 327.14 | 0.88 | 0.38 |
| Hex | B4 | C | 68 | 0 | 5D | 2A | 1D | 147 | 58 | 26 |
| Octal | 264 | 14 | 150 | 0 | 135 | 52 | 35 | 507 | 130 | 46 |
| Binary | 10110100 | 1100 | 1101000 | 0 | 1011101 | 101010 | 11101 | 101000111 | 1011000 | 100110 |
Color Harmonies of #B40C68
Complementary color
Monochromatic Colors of #B40C68
Black with #B40C68
Text Example
Text Example
White with #B40C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40C68; }
p { color: rgb(180,12,104); }
H1.HeaderClassName
{
color: #B40C68;
}
.AnyTagClassName
{
color: #B40C68;
}
</style>
background-color css
<style>
a { background-color: #B40C68; }
a { background-color: rgb(180,12,104); }
div.DivClassName
{
background-color: #B40C68;
}
.BgClassName
{
background-color: #B40C68;
}
</style>
border-color css
<style>
span { border-color: #B40C68; }
span { border-color: rgb(180,12,104); }
td.TdClassName
{
border-color: #B40C68;
}
.TagClassName
{
border-color: #B40C68;
}
</style>