Shades of Jazzberry Jam #B4114E
Tints of Jazzberry Jam #B4114E
RGB
CMYK
RGB Variations
Color information
#B4114E (or 0xB4114E) is known color: Jazzberry Jam. HEX triplet: B4, 11 and 4E. RGB value is (180,17,78). Sum of RGB (Red+Green+Blue) = 180+17+78=275 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.45% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 78 (30.86% from 255 or 28.36% from 275); Max value from RGB is 180 - color contains mainly: red. Hex color #B4114E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4114E is #4BEEB1. Grayscale: #484848. Windows color (decimal): -4976306 or 5116340. OLE color: 5116340.
HSL color Cylindrical-coordinate representation of color #B4114E: hue angle of 337.55º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B4114E is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 17 | 78 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.29 |
| HSL | 337.55º | 0.83% | 0.39% | - |
| HSV(B) | 337.55º | 0.91% | 0.71% | - |
| XYZ | 20.4 | 10.65 | 8.19 | - |
| YUV | 72.69 | 131 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 17 | 78 | 0 | 0.91 | 0.57 | 0.29 | 337.55 | 0.83 | 0.39 |
| Hex | B4 | 11 | 4E | 0 | 5B | 39 | 1D | 152 | 53 | 27 |
| Octal | 264 | 21 | 116 | 0 | 133 | 71 | 35 | 522 | 123 | 47 |
| Binary | 10110100 | 10001 | 1001110 | 0 | 1011011 | 111001 | 11101 | 101010010 | 1010011 | 100111 |
Color Harmonies of #B4114E
Complementary color
Monochromatic Colors of #B4114E
Black with #B4114E
Text Example
Text Example
White with #B4114E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4114E; }
p { color: rgb(180,17,78); }
H1.HeaderClassName
{
color: #B4114E;
}
.AnyTagClassName
{
color: #B4114E;
}
</style>
background-color css
<style>
a { background-color: #B4114E; }
a { background-color: rgb(180,17,78); }
div.DivClassName
{
background-color: #B4114E;
}
.BgClassName
{
background-color: #B4114E;
}
</style>
border-color css
<style>
span { border-color: #B4114E; }
span { border-color: rgb(180,17,78); }
td.TdClassName
{
border-color: #B4114E;
}
.TagClassName
{
border-color: #B4114E;
}
</style>