Shades of Jazzberry Jam #B5056F
Tints of Jazzberry Jam #B5056F
RGB
CMYK
RGB Variations
Color information
#B5056F (or 0xB5056F) is known color: Jazzberry Jam. HEX triplet: B5, 05 and 6F. RGB value is (181,5,111). Sum of RGB (Red+Green+Blue) = 181+5+111=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B5056F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5056F is #4AFA90. Grayscale: #454545. Windows color (decimal): -4913809 or 7275957. OLE color: 7275957.
HSL color Cylindrical-coordinate representation of color #B5056F: hue angle of 323.86º 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 #B5056F is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 5 | 111 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.29 |
| HSL | 323.86º | 0.95% | 0.36% | - |
| HSV(B) | 323.86º | 0.97% | 0.71% | - |
| XYZ | 21.98 | 11.08 | 16.02 | - |
| YUV | 69.71 | 151.31 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 5 | 111 | 0 | 0.97 | 0.39 | 0.29 | 323.86 | 0.95 | 0.36 |
| Hex | B5 | 5 | 6F | 0 | 61 | 27 | 1D | 144 | 5F | 24 |
| Octal | 265 | 5 | 157 | 0 | 141 | 47 | 35 | 504 | 137 | 44 |
| Binary | 10110101 | 101 | 1101111 | 0 | 1100001 | 100111 | 11101 | 101000100 | 1011111 | 100100 |
Color Harmonies of #B5056F
Complementary color
Monochromatic Colors of #B5056F
Black with #B5056F
Text Example
Text Example
White with #B5056F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5056F; }
p { color: rgb(181,5,111); }
H1.HeaderClassName
{
color: #B5056F;
}
.AnyTagClassName
{
color: #B5056F;
}
</style>
background-color css
<style>
a { background-color: #B5056F; }
a { background-color: rgb(181,5,111); }
div.DivClassName
{
background-color: #B5056F;
}
.BgClassName
{
background-color: #B5056F;
}
</style>
border-color css
<style>
span { border-color: #B5056F; }
span { border-color: rgb(181,5,111); }
td.TdClassName
{
border-color: #B5056F;
}
.TagClassName
{
border-color: #B5056F;
}
</style>