Shades of Jazzberry Jam #B5115D
Tints of Jazzberry Jam #B5115D
RGB
CMYK
RGB Variations
Color information
#B5115D (or 0xB5115D) is known color: Jazzberry Jam. HEX triplet: B5, 11 and 5D. RGB value is (181,17,93). Sum of RGB (Red+Green+Blue) = 181+17+93=291 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.20% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 181 - color contains mainly: red. Hex color #B5115D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5115D is #4AEEA2. Grayscale: #4A4A4A. Windows color (decimal): -4910755 or 6099381. OLE color: 6099381.
HSL color Cylindrical-coordinate representation of color #B5115D: hue angle of 332.2º 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 #B5115D is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 17 | 93 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.29 |
| HSL | 332.2º | 0.83% | 0.39% | - |
| HSV(B) | 332.2º | 0.91% | 0.71% | - |
| XYZ | 21.23 | 11.01 | 11.36 | - |
| YUV | 74.7 | 138.33 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 93 | 0 | 0.91 | 0.49 | 0.29 | 332.2 | 0.83 | 0.39 |
| Hex | B5 | 11 | 5D | 0 | 5B | 31 | 1D | 14C | 53 | 27 |
| Octal | 265 | 21 | 135 | 0 | 133 | 61 | 35 | 514 | 123 | 47 |
| Binary | 10110101 | 10001 | 1011101 | 0 | 1011011 | 110001 | 11101 | 101001100 | 1010011 | 100111 |
Color Harmonies of #B5115D
Complementary color
Monochromatic Colors of #B5115D
Black with #B5115D
Text Example
Text Example
White with #B5115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5115D; }
p { color: rgb(181,17,93); }
H1.HeaderClassName
{
color: #B5115D;
}
.AnyTagClassName
{
color: #B5115D;
}
</style>
background-color css
<style>
a { background-color: #B5115D; }
a { background-color: rgb(181,17,93); }
div.DivClassName
{
background-color: #B5115D;
}
.BgClassName
{
background-color: #B5115D;
}
</style>
border-color css
<style>
span { border-color: #B5115D; }
span { border-color: rgb(181,17,93); }
td.TdClassName
{
border-color: #B5115D;
}
.TagClassName
{
border-color: #B5115D;
}
</style>