Shades of Jazzberry Jam #B5005E
Tints of Jazzberry Jam #B5005E
RGB
CMYK
RGB Variations
Color information
#B5005E (or 0xB5005E) is known color: Jazzberry Jam. HEX triplet: B5, 00 and 5E. RGB value is (181,0,94). Sum of RGB (Red+Green+Blue) = 181+0+94=275 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.82% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 181 - color contains mainly: red. Hex color #B5005E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5005E is #4AFFA1. Grayscale: #404040. Windows color (decimal): -4915106 or 6160565. OLE color: 6160565.
HSL color Cylindrical-coordinate representation of color #B5005E: hue angle of 328.84º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B5005E is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 0 | 94 | - |
| CMYK | 0 | 1 | 0.48 | 0.29 |
| HSL | 328.84º | 1% | 0.35% | - |
| HSV(B) | 328.84º | 1% | 0.71% | - |
| XYZ | 21.08 | 10.63 | 11.53 | - |
| YUV | 64.84 | 144.47 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 0 | 94 | 0 | 1 | 0.48 | 0.29 | 328.84 | 1 | 0.35 |
| Hex | B5 | 0 | 5E | 0 | 64 | 30 | 1D | 149 | 64 | 23 |
| Octal | 265 | 0 | 136 | 0 | 144 | 60 | 35 | 511 | 144 | 43 |
| Binary | 10110101 | 0 | 1011110 | 0 | 1100100 | 110000 | 11101 | 101001001 | 1100100 | 100011 |
Color Harmonies of #B5005E
Complementary color
Monochromatic Colors of #B5005E
Black with #B5005E
Text Example
Text Example
White with #B5005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5005E; }
p { color: rgb(181,0,94); }
H1.HeaderClassName
{
color: #B5005E;
}
.AnyTagClassName
{
color: #B5005E;
}
</style>
background-color css
<style>
a { background-color: #B5005E; }
a { background-color: rgb(181,0,94); }
div.DivClassName
{
background-color: #B5005E;
}
.BgClassName
{
background-color: #B5005E;
}
</style>
border-color css
<style>
span { border-color: #B5005E; }
span { border-color: rgb(181,0,94); }
td.TdClassName
{
border-color: #B5005E;
}
.TagClassName
{
border-color: #B5005E;
}
</style>