Shades of Jazzberry Jam #B5015E
Tints of Jazzberry Jam #B5015E
RGB
CMYK
RGB Variations
Color information
#B5015E (or 0xB5015E) is known color: Jazzberry Jam. HEX triplet: B5, 01 and 5E. RGB value is (181,1,94). Sum of RGB (Red+Green+Blue) = 181+1+94=276 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.58% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 181 - color contains mainly: red. Hex color #B5015E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5015E is #4AFEA1. Grayscale: #414141. Windows color (decimal): -4914850 or 6160821. OLE color: 6160821.
HSL color Cylindrical-coordinate representation of color #B5015E: hue angle of 329º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B5015E is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 94 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.29 |
| HSL | 329º | 0.99% | 0.36% | - |
| HSV(B) | 329º | 0.99% | 0.71% | - |
| XYZ | 21.09 | 10.65 | 11.53 | - |
| YUV | 65.42 | 144.13 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 94 | 0 | 0.99 | 0.48 | 0.29 | 329 | 0.99 | 0.36 |
| Hex | B5 | 1 | 5E | 0 | 63 | 30 | 1D | 149 | 63 | 24 |
| Octal | 265 | 1 | 136 | 0 | 143 | 60 | 35 | 511 | 143 | 44 |
| Binary | 10110101 | 1 | 1011110 | 0 | 1100011 | 110000 | 11101 | 101001001 | 1100011 | 100100 |
Color Harmonies of #B5015E
Complementary color
Monochromatic Colors of #B5015E
Black with #B5015E
Text Example
Text Example
White with #B5015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5015E; }
p { color: rgb(181,1,94); }
H1.HeaderClassName
{
color: #B5015E;
}
.AnyTagClassName
{
color: #B5015E;
}
</style>
background-color css
<style>
a { background-color: #B5015E; }
a { background-color: rgb(181,1,94); }
div.DivClassName
{
background-color: #B5015E;
}
.BgClassName
{
background-color: #B5015E;
}
</style>
border-color css
<style>
span { border-color: #B5015E; }
span { border-color: rgb(181,1,94); }
td.TdClassName
{
border-color: #B5015E;
}
.TagClassName
{
border-color: #B5015E;
}
</style>