Shades of Jazzberry Jam #B5036C
Tints of Jazzberry Jam #B5036C
RGB
CMYK
RGB Variations
Color information
#B5036C (or 0xB5036C) is known color: Jazzberry Jam. HEX triplet: B5, 03 and 6C. RGB value is (181,3,108). Sum of RGB (Red+Green+Blue) = 181+3+108=292 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.99% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 181 - color contains mainly: red. Hex color #B5036C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5036C is #4AFC93. Grayscale: #434343. Windows color (decimal): -4914324 or 7078837. OLE color: 7078837.
HSL color Cylindrical-coordinate representation of color #B5036C: hue angle of 324.61º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B5036C is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 3 | 108 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.29 |
| HSL | 324.61º | 0.97% | 0.36% | - |
| HSV(B) | 324.61º | 0.98% | 0.71% | - |
| XYZ | 21.8 | 10.97 | 15.16 | - |
| YUV | 68.19 | 150.47 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 3 | 108 | 0 | 0.98 | 0.40 | 0.29 | 324.61 | 0.97 | 0.36 |
| Hex | B5 | 3 | 6C | 0 | 62 | 28 | 1D | 145 | 61 | 24 |
| Octal | 265 | 3 | 154 | 0 | 142 | 50 | 35 | 505 | 141 | 44 |
| Binary | 10110101 | 11 | 1101100 | 0 | 1100010 | 101000 | 11101 | 101000101 | 1100001 | 100100 |
Color Harmonies of #B5036C
Complementary color
Monochromatic Colors of #B5036C
Black with #B5036C
Text Example
Text Example
White with #B5036C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5036C; }
p { color: rgb(181,3,108); }
H1.HeaderClassName
{
color: #B5036C;
}
.AnyTagClassName
{
color: #B5036C;
}
</style>
background-color css
<style>
a { background-color: #B5036C; }
a { background-color: rgb(181,3,108); }
div.DivClassName
{
background-color: #B5036C;
}
.BgClassName
{
background-color: #B5036C;
}
</style>
border-color css
<style>
span { border-color: #B5036C; }
span { border-color: rgb(181,3,108); }
td.TdClassName
{
border-color: #B5036C;
}
.TagClassName
{
border-color: #B5036C;
}
</style>