Shades of Jazzberry Jam #B5004E
Tints of Jazzberry Jam #B5004E
RGB
CMYK
RGB Variations
Color information
#B5004E (or 0xB5004E) is known color: Jazzberry Jam. HEX triplet: B5, 00 and 4E. RGB value is (181,0,78). Sum of RGB (Red+Green+Blue) = 181+0+78=259 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.88% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 181 - color contains mainly: red. Hex color #B5004E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5004E is #4AFFB1. Grayscale: #3E3E3E. Windows color (decimal): -4915122 or 5111989. OLE color: 5111989.
HSL color Cylindrical-coordinate representation of color #B5004E: hue angle of 334.14º 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 #B5004E is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 0 | 78 | - |
| CMYK | 0 | 1 | 0.57 | 0.29 |
| HSL | 334.14º | 1% | 0.35% | - |
| HSV(B) | 334.14º | 1% | 0.71% | - |
| XYZ | 20.43 | 10.37 | 8.13 | - |
| YUV | 63.01 | 136.47 | 212.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 0 | 78 | 0 | 1 | 0.57 | 0.29 | 334.14 | 1 | 0.35 |
| Hex | B5 | 0 | 4E | 0 | 64 | 39 | 1D | 14E | 64 | 23 |
| Octal | 265 | 0 | 116 | 0 | 144 | 71 | 35 | 516 | 144 | 43 |
| Binary | 10110101 | 0 | 1001110 | 0 | 1100100 | 111001 | 11101 | 101001110 | 1100100 | 100011 |
Color Harmonies of #B5004E
Complementary color
Monochromatic Colors of #B5004E
Black with #B5004E
Text Example
Text Example
White with #B5004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5004E; }
p { color: rgb(181,0,78); }
H1.HeaderClassName
{
color: #B5004E;
}
.AnyTagClassName
{
color: #B5004E;
}
</style>
background-color css
<style>
a { background-color: #B5004E; }
a { background-color: rgb(181,0,78); }
div.DivClassName
{
background-color: #B5004E;
}
.BgClassName
{
background-color: #B5004E;
}
</style>
border-color css
<style>
span { border-color: #B5004E; }
span { border-color: rgb(181,0,78); }
td.TdClassName
{
border-color: #B5004E;
}
.TagClassName
{
border-color: #B5004E;
}
</style>