Shades of Jazzberry Jam #BE0055
Tints of Jazzberry Jam #BE0055
RGB
CMYK
RGB Variations
Color information
#BE0055 (or 0xBE0055) is known color: Jazzberry Jam. HEX triplet: BE, 00 and 55. RGB value is (190,0,85). Sum of RGB (Red+Green+Blue) = 190+0+85=275 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.09% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0055 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0055 is #41FFAA. Grayscale: #424242. Windows color (decimal): -4325291 or 5570750. OLE color: 5570750.
HSL color Cylindrical-coordinate representation of color #BE0055: hue angle of 333.16º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE0055 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 0 | 85 | - |
| CMYK | 0 | 1 | 0.55 | 0.25 |
| HSL | 333.16º | 1% | 0.37% | - |
| HSV(B) | 333.16º | 1% | 0.75% | - |
| XYZ | 22.87 | 11.6 | 9.63 | - |
| YUV | 66.5 | 138.45 | 216.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 0 | 85 | 0 | 1 | 0.55 | 0.25 | 333.16 | 1 | 0.37 |
| Hex | BE | 0 | 55 | 0 | 64 | 37 | 19 | 14D | 64 | 25 |
| Octal | 276 | 0 | 125 | 0 | 144 | 67 | 31 | 515 | 144 | 45 |
| Binary | 10111110 | 0 | 1010101 | 0 | 1100100 | 110111 | 11001 | 101001101 | 1100100 | 100101 |
Color Harmonies of #BE0055
Complementary color
Monochromatic Colors of #BE0055
Black with #BE0055
Text Example
Text Example
White with #BE0055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0055; }
p { color: rgb(190,0,85); }
H1.HeaderClassName
{
color: #BE0055;
}
.AnyTagClassName
{
color: #BE0055;
}
</style>
background-color css
<style>
a { background-color: #BE0055; }
a { background-color: rgb(190,0,85); }
div.DivClassName
{
background-color: #BE0055;
}
.BgClassName
{
background-color: #BE0055;
}
</style>
border-color css
<style>
span { border-color: #BE0055; }
span { border-color: rgb(190,0,85); }
td.TdClassName
{
border-color: #BE0055;
}
.TagClassName
{
border-color: #BE0055;
}
</style>