Shades of Jazzberry Jam #B4045C
Tints of Jazzberry Jam #B4045C
RGB
CMYK
RGB Variations
Color information
#B4045C (or 0xB4045C) is known color: Jazzberry Jam. HEX triplet: B4, 04 and 5C. RGB value is (180,4,92). Sum of RGB (Red+Green+Blue) = 180+4+92=276 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.22% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 180 - color contains mainly: red. Hex color #B4045C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4045C is #4BFBA3. Grayscale: #424242. Windows color (decimal): -4979620 or 6030516. OLE color: 6030516.
HSL color Cylindrical-coordinate representation of color #B4045C: hue angle of 330º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B4045C is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 4 | 92 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.29 |
| HSL | 330º | 0.96% | 0.36% | - |
| HSV(B) | 330º | 0.98% | 0.71% | - |
| XYZ | 20.8 | 10.56 | 11.07 | - |
| YUV | 66.66 | 142.31 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 4 | 92 | 0 | 0.98 | 0.49 | 0.29 | 330 | 0.96 | 0.36 |
| Hex | B4 | 4 | 5C | 0 | 62 | 31 | 1D | 14A | 60 | 24 |
| Octal | 264 | 4 | 134 | 0 | 142 | 61 | 35 | 512 | 140 | 44 |
| Binary | 10110100 | 100 | 1011100 | 0 | 1100010 | 110001 | 11101 | 101001010 | 1100000 | 100100 |
Color Harmonies of #B4045C
Complementary color
Monochromatic Colors of #B4045C
Black with #B4045C
Text Example
Text Example
White with #B4045C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4045C; }
p { color: rgb(180,4,92); }
H1.HeaderClassName
{
color: #B4045C;
}
.AnyTagClassName
{
color: #B4045C;
}
</style>
background-color css
<style>
a { background-color: #B4045C; }
a { background-color: rgb(180,4,92); }
div.DivClassName
{
background-color: #B4045C;
}
.BgClassName
{
background-color: #B4045C;
}
</style>
border-color css
<style>
span { border-color: #B4045C; }
span { border-color: rgb(180,4,92); }
td.TdClassName
{
border-color: #B4045C;
}
.TagClassName
{
border-color: #B4045C;
}
</style>