Shades of Jazzberry Jam #B4146C
Tints of Jazzberry Jam #B4146C
RGB
CMYK
RGB Variations
Color information
#B4146C (or 0xB4146C) is known color: Jazzberry Jam. HEX triplet: B4, 14 and 6C. RGB value is (180,20,108). Sum of RGB (Red+Green+Blue) = 180+20+108=308 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.44% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 180 - color contains mainly: red. Hex color #B4146C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4146C is #4BEB93. Grayscale: #4D4D4D. Windows color (decimal): -4975508 or 7083188. OLE color: 7083188.
HSL color Cylindrical-coordinate representation of color #B4146C: hue angle of 327º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B4146C is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 20 | 108 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.29 |
| HSL | 327º | 0.8% | 0.39% | - |
| HSV(B) | 327º | 0.89% | 0.71% | - |
| XYZ | 21.78 | 11.29 | 15.22 | - |
| YUV | 77.87 | 145.01 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 20 | 108 | 0 | 0.89 | 0.40 | 0.29 | 327 | 0.8 | 0.39 |
| Hex | B4 | 14 | 6C | 0 | 59 | 28 | 1D | 147 | 50 | 27 |
| Octal | 264 | 24 | 154 | 0 | 131 | 50 | 35 | 507 | 120 | 47 |
| Binary | 10110100 | 10100 | 1101100 | 0 | 1011001 | 101000 | 11101 | 101000111 | 1010000 | 100111 |
Color Harmonies of #B4146C
Complementary color
Monochromatic Colors of #B4146C
Black with #B4146C
Text Example
Text Example
White with #B4146C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4146C; }
p { color: rgb(180,20,108); }
H1.HeaderClassName
{
color: #B4146C;
}
.AnyTagClassName
{
color: #B4146C;
}
</style>
background-color css
<style>
a { background-color: #B4146C; }
a { background-color: rgb(180,20,108); }
div.DivClassName
{
background-color: #B4146C;
}
.BgClassName
{
background-color: #B4146C;
}
</style>
border-color css
<style>
span { border-color: #B4146C; }
span { border-color: rgb(180,20,108); }
td.TdClassName
{
border-color: #B4146C;
}
.TagClassName
{
border-color: #B4146C;
}
</style>