Shades of Jazzberry Jam #BE0257
Tints of Jazzberry Jam #BE0257
RGB
CMYK
RGB Variations
Color information
#BE0257 (or 0xBE0257) is known color: Jazzberry Jam. HEX triplet: BE, 02 and 57. RGB value is (190,2,87). Sum of RGB (Red+Green+Blue) = 190+2+87=279 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.10% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 87 (34.38% from 255 or 31.18% from 279); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0257 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0257 is #41FDA8. Grayscale: #434343. Windows color (decimal): -4324777 or 5702334. OLE color: 5702334.
HSL color Cylindrical-coordinate representation of color #BE0257: hue angle of 332.87º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE0257 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 2 | 87 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.25 |
| HSL | 332.87º | 0.98% | 0.38% | - |
| HSV(B) | 332.87º | 0.99% | 0.75% | - |
| XYZ | 22.98 | 11.68 | 10.06 | - |
| YUV | 67.9 | 138.78 | 215.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 2 | 87 | 0 | 0.99 | 0.54 | 0.25 | 332.87 | 0.98 | 0.38 |
| Hex | BE | 2 | 57 | 0 | 63 | 36 | 19 | 14D | 62 | 26 |
| Octal | 276 | 2 | 127 | 0 | 143 | 66 | 31 | 515 | 142 | 46 |
| Binary | 10111110 | 10 | 1010111 | 0 | 1100011 | 110110 | 11001 | 101001101 | 1100010 | 100110 |
Color Harmonies of #BE0257
Complementary color
Monochromatic Colors of #BE0257
Black with #BE0257
Text Example
Text Example
White with #BE0257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0257; }
p { color: rgb(190,2,87); }
H1.HeaderClassName
{
color: #BE0257;
}
.AnyTagClassName
{
color: #BE0257;
}
</style>
background-color css
<style>
a { background-color: #BE0257; }
a { background-color: rgb(190,2,87); }
div.DivClassName
{
background-color: #BE0257;
}
.BgClassName
{
background-color: #BE0257;
}
</style>
border-color css
<style>
span { border-color: #BE0257; }
span { border-color: rgb(190,2,87); }
td.TdClassName
{
border-color: #BE0257;
}
.TagClassName
{
border-color: #BE0257;
}
</style>