Shades of Jazzberry Jam #B5146C
Tints of Jazzberry Jam #B5146C
RGB
CMYK
RGB Variations
Color information
#B5146C (or 0xB5146C) is known color: Jazzberry Jam. HEX triplet: B5, 14 and 6C. RGB value is (181,20,108). Sum of RGB (Red+Green+Blue) = 181+20+108=309 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.58% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 181 - color contains mainly: red. Hex color #B5146C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5146C is #4AEB93. Grayscale: #4D4D4D. Windows color (decimal): -4909972 or 7083189. OLE color: 7083189.
HSL color Cylindrical-coordinate representation of color #B5146C: hue angle of 327.2º 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 #B5146C is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 20 | 108 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.29 |
| HSL | 327.21º | 0.8% | 0.39% | - |
| HSV(B) | 327.21º | 0.89% | 0.71% | - |
| XYZ | 22.01 | 11.41 | 15.23 | - |
| YUV | 78.17 | 144.84 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 20 | 108 | 0 | 0.89 | 0.40 | 0.29 | 327.21 | 0.8 | 0.39 |
| Hex | B5 | 14 | 6C | 0 | 59 | 28 | 1D | 147 | 50 | 27 |
| Octal | 265 | 24 | 154 | 0 | 131 | 50 | 35 | 507 | 120 | 47 |
| Binary | 10110101 | 10100 | 1101100 | 0 | 1011001 | 101000 | 11101 | 101000111 | 1010000 | 100111 |
Color Harmonies of #B5146C
Complementary color
Monochromatic Colors of #B5146C
Black with #B5146C
Text Example
Text Example
White with #B5146C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5146C; }
p { color: rgb(181,20,108); }
H1.HeaderClassName
{
color: #B5146C;
}
.AnyTagClassName
{
color: #B5146C;
}
</style>
background-color css
<style>
a { background-color: #B5146C; }
a { background-color: rgb(181,20,108); }
div.DivClassName
{
background-color: #B5146C;
}
.BgClassName
{
background-color: #B5146C;
}
</style>
border-color css
<style>
span { border-color: #B5146C; }
span { border-color: rgb(181,20,108); }
td.TdClassName
{
border-color: #B5146C;
}
.TagClassName
{
border-color: #B5146C;
}
</style>