Shades of Jazzberry Jam #B5146F
Tints of Jazzberry Jam #B5146F
RGB
CMYK
RGB Variations
Color information
#B5146F (or 0xB5146F) is known color: Jazzberry Jam. HEX triplet: B5, 14 and 6F. RGB value is (181,20,111). Sum of RGB (Red+Green+Blue) = 181+20+111=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B5146F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5146F is #4AEB90. Grayscale: #4E4E4E. Windows color (decimal): -4909969 or 7279797. OLE color: 7279797.
HSL color Cylindrical-coordinate representation of color #B5146F: hue angle of 326.09º 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 #B5146F is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 20 | 111 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.29 |
| HSL | 326.09º | 0.8% | 0.39% | - |
| HSV(B) | 326.09º | 0.89% | 0.71% | - |
| XYZ | 22.18 | 11.47 | 16.08 | - |
| YUV | 78.51 | 146.34 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 20 | 111 | 0 | 0.89 | 0.39 | 0.29 | 326.09 | 0.8 | 0.39 |
| Hex | B5 | 14 | 6F | 0 | 59 | 27 | 1D | 146 | 50 | 27 |
| Octal | 265 | 24 | 157 | 0 | 131 | 47 | 35 | 506 | 120 | 47 |
| Binary | 10110101 | 10100 | 1101111 | 0 | 1011001 | 100111 | 11101 | 101000110 | 1010000 | 100111 |
Color Harmonies of #B5146F
Complementary color
Monochromatic Colors of #B5146F
Black with #B5146F
Text Example
Text Example
White with #B5146F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5146F; }
p { color: rgb(181,20,111); }
H1.HeaderClassName
{
color: #B5146F;
}
.AnyTagClassName
{
color: #B5146F;
}
</style>
background-color css
<style>
a { background-color: #B5146F; }
a { background-color: rgb(181,20,111); }
div.DivClassName
{
background-color: #B5146F;
}
.BgClassName
{
background-color: #B5146F;
}
</style>
border-color css
<style>
span { border-color: #B5146F; }
span { border-color: rgb(181,20,111); }
td.TdClassName
{
border-color: #B5146F;
}
.TagClassName
{
border-color: #B5146F;
}
</style>