Shades of Jazzberry Jam #BE2065
Tints of Jazzberry Jam #BE2065
RGB
CMYK
RGB Variations
Color information
#BE2065 (or 0xBE2065) is known color: Jazzberry Jam. HEX triplet: BE, 20 and 65. RGB value is (190,32,101). Sum of RGB (Red+Green+Blue) = 190+32+101=323 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.82% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2065 is #41DF9A. Grayscale: #565656. Windows color (decimal): -4317083 or 6627518. OLE color: 6627518.
HSL color Cylindrical-coordinate representation of color #BE2065: hue angle of 333.8º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE2065 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 32 | 101 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.25 |
| HSL | 333.8º | 0.71% | 0.44% | - |
| HSV(B) | 333.8º | 0.83% | 0.75% | - |
| XYZ | 24.1 | 12.92 | 13.54 | - |
| YUV | 87.11 | 135.85 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 101 | 0 | 0.83 | 0.47 | 0.25 | 333.8 | 0.71 | 0.44 |
| Hex | BE | 20 | 65 | 0 | 53 | 2F | 19 | 14E | 47 | 2C |
| Octal | 276 | 40 | 145 | 0 | 123 | 57 | 31 | 516 | 107 | 54 |
| Binary | 10111110 | 100000 | 1100101 | 0 | 1010011 | 101111 | 11001 | 101001110 | 1000111 | 101100 |
Color Harmonies of #BE2065
Complementary color
Monochromatic Colors of #BE2065
Black with #BE2065
Text Example
Text Example
White with #BE2065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2065; }
p { color: rgb(190,32,101); }
H1.HeaderClassName
{
color: #BE2065;
}
.AnyTagClassName
{
color: #BE2065;
}
</style>
background-color css
<style>
a { background-color: #BE2065; }
a { background-color: rgb(190,32,101); }
div.DivClassName
{
background-color: #BE2065;
}
.BgClassName
{
background-color: #BE2065;
}
</style>
border-color css
<style>
span { border-color: #BE2065; }
span { border-color: rgb(190,32,101); }
td.TdClassName
{
border-color: #BE2065;
}
.TagClassName
{
border-color: #BE2065;
}
</style>