Shades of Jazzberry Jam #B5085D
Tints of Jazzberry Jam #B5085D
RGB
CMYK
RGB Variations
Color information
#B5085D (or 0xB5085D) is known color: Jazzberry Jam. HEX triplet: B5, 08 and 5D. RGB value is (181,8,93). Sum of RGB (Red+Green+Blue) = 181+8+93=282 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.18% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 181 - color contains mainly: red. Hex color #B5085D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5085D is #4AF7A2. Grayscale: #454545. Windows color (decimal): -4913059 or 6097077. OLE color: 6097077.
HSL color Cylindrical-coordinate representation of color #B5085D: hue angle of 330.52º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B5085D is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 8 | 93 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.29 |
| HSL | 330.52º | 0.92% | 0.37% | - |
| HSV(B) | 330.52º | 0.96% | 0.71% | - |
| XYZ | 21.12 | 10.79 | 11.33 | - |
| YUV | 69.42 | 141.31 | 207.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 8 | 93 | 0 | 0.96 | 0.49 | 0.29 | 330.52 | 0.92 | 0.37 |
| Hex | B5 | 8 | 5D | 0 | 60 | 31 | 1D | 14B | 5C | 25 |
| Octal | 265 | 10 | 135 | 0 | 140 | 61 | 35 | 513 | 134 | 45 |
| Binary | 10110101 | 1000 | 1011101 | 0 | 1100000 | 110001 | 11101 | 101001011 | 1011100 | 100101 |
Color Harmonies of #B5085D
Complementary color
Monochromatic Colors of #B5085D
Black with #B5085D
Text Example
Text Example
White with #B5085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5085D; }
p { color: rgb(181,8,93); }
H1.HeaderClassName
{
color: #B5085D;
}
.AnyTagClassName
{
color: #B5085D;
}
</style>
background-color css
<style>
a { background-color: #B5085D; }
a { background-color: rgb(181,8,93); }
div.DivClassName
{
background-color: #B5085D;
}
.BgClassName
{
background-color: #B5085D;
}
</style>
border-color css
<style>
span { border-color: #B5085D; }
span { border-color: rgb(181,8,93); }
td.TdClassName
{
border-color: #B5085D;
}
.TagClassName
{
border-color: #B5085D;
}
</style>