Shades of Jazzberry Jam #B5136A
Tints of Jazzberry Jam #B5136A
RGB
CMYK
RGB Variations
Color information
#B5136A (or 0xB5136A) is known color: Jazzberry Jam. HEX triplet: B5, 13 and 6A. RGB value is (181,19,106). Sum of RGB (Red+Green+Blue) = 181+19+106=306 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.15% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 181 - color contains mainly: red. Hex color #B5136A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5136A is #4AEC95. Grayscale: #4D4D4D. Windows color (decimal): -4910230 or 6951861. OLE color: 6951861.
HSL color Cylindrical-coordinate representation of color #B5136A: hue angle of 327.78º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5136A is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 19 | 106 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.29 |
| HSL | 327.78º | 0.81% | 0.39% | - |
| HSV(B) | 327.78º | 0.9% | 0.71% | - |
| XYZ | 21.89 | 11.33 | 14.67 | - |
| YUV | 77.36 | 144.17 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 19 | 106 | 0 | 0.90 | 0.41 | 0.29 | 327.78 | 0.81 | 0.39 |
| Hex | B5 | 13 | 6A | 0 | 5A | 29 | 1D | 148 | 51 | 27 |
| Octal | 265 | 23 | 152 | 0 | 132 | 51 | 35 | 510 | 121 | 47 |
| Binary | 10110101 | 10011 | 1101010 | 0 | 1011010 | 101001 | 11101 | 101001000 | 1010001 | 100111 |
Color Harmonies of #B5136A
Complementary color
Monochromatic Colors of #B5136A
Black with #B5136A
Text Example
Text Example
White with #B5136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5136A; }
p { color: rgb(181,19,106); }
H1.HeaderClassName
{
color: #B5136A;
}
.AnyTagClassName
{
color: #B5136A;
}
</style>
background-color css
<style>
a { background-color: #B5136A; }
a { background-color: rgb(181,19,106); }
div.DivClassName
{
background-color: #B5136A;
}
.BgClassName
{
background-color: #B5136A;
}
</style>
border-color css
<style>
span { border-color: #B5136A; }
span { border-color: rgb(181,19,106); }
td.TdClassName
{
border-color: #B5136A;
}
.TagClassName
{
border-color: #B5136A;
}
</style>