Shades of Jazzberry Jam #B7115E
Tints of Jazzberry Jam #B7115E
RGB
CMYK
RGB Variations
Color information
#B7115E (or 0xB7115E) is known color: Jazzberry Jam. HEX triplet: B7, 11 and 5E. RGB value is (183,17,94). Sum of RGB (Red+Green+Blue) = 183+17+94=294 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.24% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 183 - color contains mainly: red. Hex color #B7115E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7115E is #48EEA1. Grayscale: #4B4B4B. Windows color (decimal): -4779682 or 6164919. OLE color: 6164919.
HSL color Cylindrical-coordinate representation of color #B7115E: hue angle of 332.17º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B7115E is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 94 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.28 |
| HSL | 332.17º | 0.83% | 0.39% | - |
| HSV(B) | 332.17º | 0.91% | 0.72% | - |
| XYZ | 21.75 | 11.28 | 11.62 | - |
| YUV | 75.41 | 138.5 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 94 | 0 | 0.91 | 0.49 | 0.28 | 332.17 | 0.83 | 0.39 |
| Hex | B7 | 11 | 5E | 0 | 5B | 31 | 1C | 14C | 53 | 27 |
| Octal | 267 | 21 | 136 | 0 | 133 | 61 | 34 | 514 | 123 | 47 |
| Binary | 10110111 | 10001 | 1011110 | 0 | 1011011 | 110001 | 11100 | 101001100 | 1010011 | 100111 |
Color Harmonies of #B7115E
Complementary color
Monochromatic Colors of #B7115E
Black with #B7115E
Text Example
Text Example
White with #B7115E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7115E; }
p { color: rgb(183,17,94); }
H1.HeaderClassName
{
color: #B7115E;
}
.AnyTagClassName
{
color: #B7115E;
}
</style>
background-color css
<style>
a { background-color: #B7115E; }
a { background-color: rgb(183,17,94); }
div.DivClassName
{
background-color: #B7115E;
}
.BgClassName
{
background-color: #B7115E;
}
</style>
border-color css
<style>
span { border-color: #B7115E; }
span { border-color: rgb(183,17,94); }
td.TdClassName
{
border-color: #B7115E;
}
.TagClassName
{
border-color: #B7115E;
}
</style>