Shades of Jazzberry Jam #B5056D
Tints of Jazzberry Jam #B5056D
RGB
CMYK
RGB Variations
Color information
#B5056D (or 0xB5056D) is known color: Jazzberry Jam. HEX triplet: B5, 05 and 6D. RGB value is (181,5,109). Sum of RGB (Red+Green+Blue) = 181+5+109=295 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.36% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 181 - color contains mainly: red. Hex color #B5056D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5056D is #4AFA92. Grayscale: #454545. Windows color (decimal): -4913811 or 7144885. OLE color: 7144885.
HSL color Cylindrical-coordinate representation of color #B5056D: hue angle of 324.55º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B5056D is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 5 | 109 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.29 |
| HSL | 324.55º | 0.95% | 0.36% | - |
| HSV(B) | 324.55º | 0.97% | 0.71% | - |
| XYZ | 21.87 | 11.04 | 15.45 | - |
| YUV | 69.48 | 150.31 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 5 | 109 | 0 | 0.97 | 0.40 | 0.29 | 324.55 | 0.95 | 0.36 |
| Hex | B5 | 5 | 6D | 0 | 61 | 28 | 1D | 145 | 5F | 24 |
| Octal | 265 | 5 | 155 | 0 | 141 | 50 | 35 | 505 | 137 | 44 |
| Binary | 10110101 | 101 | 1101101 | 0 | 1100001 | 101000 | 11101 | 101000101 | 1011111 | 100100 |
Color Harmonies of #B5056D
Complementary color
Monochromatic Colors of #B5056D
Black with #B5056D
Text Example
Text Example
White with #B5056D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5056D; }
p { color: rgb(181,5,109); }
H1.HeaderClassName
{
color: #B5056D;
}
.AnyTagClassName
{
color: #B5056D;
}
</style>
background-color css
<style>
a { background-color: #B5056D; }
a { background-color: rgb(181,5,109); }
div.DivClassName
{
background-color: #B5056D;
}
.BgClassName
{
background-color: #B5056D;
}
</style>
border-color css
<style>
span { border-color: #B5056D; }
span { border-color: rgb(181,5,109); }
td.TdClassName
{
border-color: #B5056D;
}
.TagClassName
{
border-color: #B5056D;
}
</style>