Shades of Jazzberry Jam #B5145D
Tints of Jazzberry Jam #B5145D
RGB
CMYK
RGB Variations
Color information
#B5145D (or 0xB5145D) is known color: Jazzberry Jam. HEX triplet: B5, 14 and 5D. RGB value is (181,20,93). Sum of RGB (Red+Green+Blue) = 181+20+93=294 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.56% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 181 - color contains mainly: red. Hex color #B5145D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5145D is #4AEBA2. Grayscale: #4C4C4C. Windows color (decimal): -4909987 or 6100149. OLE color: 6100149.
HSL color Cylindrical-coordinate representation of color #B5145D: hue angle of 332.8º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B5145D is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 20 | 93 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.29 |
| HSL | 332.8º | 0.8% | 0.39% | - |
| HSV(B) | 332.8º | 0.89% | 0.71% | - |
| XYZ | 21.28 | 11.11 | 11.38 | - |
| YUV | 76.46 | 137.34 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 20 | 93 | 0 | 0.89 | 0.49 | 0.29 | 332.8 | 0.8 | 0.39 |
| Hex | B5 | 14 | 5D | 0 | 59 | 31 | 1D | 14D | 50 | 27 |
| Octal | 265 | 24 | 135 | 0 | 131 | 61 | 35 | 515 | 120 | 47 |
| Binary | 10110101 | 10100 | 1011101 | 0 | 1011001 | 110001 | 11101 | 101001101 | 1010000 | 100111 |
Color Harmonies of #B5145D
Complementary color
Monochromatic Colors of #B5145D
Black with #B5145D
Text Example
Text Example
White with #B5145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5145D; }
p { color: rgb(181,20,93); }
H1.HeaderClassName
{
color: #B5145D;
}
.AnyTagClassName
{
color: #B5145D;
}
</style>
background-color css
<style>
a { background-color: #B5145D; }
a { background-color: rgb(181,20,93); }
div.DivClassName
{
background-color: #B5145D;
}
.BgClassName
{
background-color: #B5145D;
}
</style>
border-color css
<style>
span { border-color: #B5145D; }
span { border-color: rgb(181,20,93); }
td.TdClassName
{
border-color: #B5145D;
}
.TagClassName
{
border-color: #B5145D;
}
</style>