Shades of Jazzberry Jam #B4116C
Tints of Jazzberry Jam #B4116C
RGB
CMYK
RGB Variations
Color information
#B4116C (or 0xB4116C) is known color: Jazzberry Jam. HEX triplet: B4, 11 and 6C. RGB value is (180,17,108). Sum of RGB (Red+Green+Blue) = 180+17+108=305 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.02% from 305); Green value is 17 (7.03% from 255 or 5.57% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 180 - color contains mainly: red. Hex color #B4116C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4116C is #4BEE93. Grayscale: #4B4B4B. Windows color (decimal): -4976276 or 7082420. OLE color: 7082420.
HSL color Cylindrical-coordinate representation of color #B4116C: hue angle of 326.5º 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 #B4116C is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 17 | 108 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.29 |
| HSL | 326.5º | 0.83% | 0.39% | - |
| HSV(B) | 326.5º | 0.91% | 0.71% | - |
| XYZ | 21.73 | 11.19 | 15.2 | - |
| YUV | 76.11 | 146 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 17 | 108 | 0 | 0.91 | 0.40 | 0.29 | 326.5 | 0.83 | 0.39 |
| Hex | B4 | 11 | 6C | 0 | 5B | 28 | 1D | 147 | 53 | 27 |
| Octal | 264 | 21 | 154 | 0 | 133 | 50 | 35 | 507 | 123 | 47 |
| Binary | 10110100 | 10001 | 1101100 | 0 | 1011011 | 101000 | 11101 | 101000111 | 1010011 | 100111 |
Color Harmonies of #B4116C
Complementary color
Monochromatic Colors of #B4116C
Black with #B4116C
Text Example
Text Example
White with #B4116C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4116C; }
p { color: rgb(180,17,108); }
H1.HeaderClassName
{
color: #B4116C;
}
.AnyTagClassName
{
color: #B4116C;
}
</style>
background-color css
<style>
a { background-color: #B4116C; }
a { background-color: rgb(180,17,108); }
div.DivClassName
{
background-color: #B4116C;
}
.BgClassName
{
background-color: #B4116C;
}
</style>
border-color css
<style>
span { border-color: #B4116C; }
span { border-color: rgb(180,17,108); }
td.TdClassName
{
border-color: #B4116C;
}
.TagClassName
{
border-color: #B4116C;
}
</style>