Shades of Jazzberry Jam #B4096C
Tints of Jazzberry Jam #B4096C
RGB
CMYK
RGB Variations
Color information
#B4096C (or 0xB4096C) is known color: Jazzberry Jam. HEX triplet: B4, 09 and 6C. RGB value is (180,9,108). Sum of RGB (Red+Green+Blue) = 180+9+108=297 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.61% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 180 - color contains mainly: red. Hex color #B4096C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4096C is #4BF693. Grayscale: #474747. Windows color (decimal): -4978324 or 7080372. OLE color: 7080372.
HSL color Cylindrical-coordinate representation of color #B4096C: hue angle of 325.26º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B4096C is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 9 | 108 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.29 |
| HSL | 325.26º | 0.9% | 0.37% | - |
| HSV(B) | 325.26º | 0.95% | 0.71% | - |
| XYZ | 21.63 | 10.98 | 15.17 | - |
| YUV | 71.42 | 148.65 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 9 | 108 | 0 | 0.95 | 0.40 | 0.29 | 325.26 | 0.9 | 0.37 |
| Hex | B4 | 9 | 6C | 0 | 5F | 28 | 1D | 145 | 5A | 25 |
| Octal | 264 | 11 | 154 | 0 | 137 | 50 | 35 | 505 | 132 | 45 |
| Binary | 10110100 | 1001 | 1101100 | 0 | 1011111 | 101000 | 11101 | 101000101 | 1011010 | 100101 |
Color Harmonies of #B4096C
Complementary color
Monochromatic Colors of #B4096C
Black with #B4096C
Text Example
Text Example
White with #B4096C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4096C; }
p { color: rgb(180,9,108); }
H1.HeaderClassName
{
color: #B4096C;
}
.AnyTagClassName
{
color: #B4096C;
}
</style>
background-color css
<style>
a { background-color: #B4096C; }
a { background-color: rgb(180,9,108); }
div.DivClassName
{
background-color: #B4096C;
}
.BgClassName
{
background-color: #B4096C;
}
</style>
border-color css
<style>
span { border-color: #B4096C; }
span { border-color: rgb(180,9,108); }
td.TdClassName
{
border-color: #B4096C;
}
.TagClassName
{
border-color: #B4096C;
}
</style>