Shades of Jazzberry Jam #BE015F
Tints of Jazzberry Jam #BE015F
RGB
CMYK
RGB Variations
Color information
#BE015F (or 0xBE015F) is known color: Jazzberry Jam. HEX triplet: BE, 01 and 5F. RGB value is (190,1,95). Sum of RGB (Red+Green+Blue) = 190+1+95=286 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.43% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 190 - color contains mainly: red. Hex color #BE015F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE015F is #41FEA0. Grayscale: #444444. Windows color (decimal): -4325025 or 6226366. OLE color: 6226366.
HSL color Cylindrical-coordinate representation of color #BE015F: hue angle of 330.16º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE015F is Cyan = 0, Magento = 0.99, Yellow = 0.5 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 1 | 95 | - |
| CMYK | 0 | 0.99 | 0.5 | 0.25 |
| HSL | 330.16º | 0.99% | 0.37% | - |
| HSV(B) | 330.16º | 0.99% | 0.75% | - |
| XYZ | 23.31 | 11.8 | 11.87 | - |
| YUV | 68.23 | 143.12 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 1 | 95 | 0 | 0.99 | 0.5 | 0.25 | 330.16 | 0.99 | 0.37 |
| Hex | BE | 1 | 5F | 0 | 63 | 32 | 19 | 14A | 63 | 25 |
| Octal | 276 | 1 | 137 | 0 | 143 | 62 | 31 | 512 | 143 | 45 |
| Binary | 10111110 | 1 | 1011111 | 0 | 1100011 | 110010 | 11001 | 101001010 | 1100011 | 100101 |
Color Harmonies of #BE015F
Complementary color
Monochromatic Colors of #BE015F
Black with #BE015F
Text Example
Text Example
White with #BE015F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE015F; }
p { color: rgb(190,1,95); }
H1.HeaderClassName
{
color: #BE015F;
}
.AnyTagClassName
{
color: #BE015F;
}
</style>
background-color css
<style>
a { background-color: #BE015F; }
a { background-color: rgb(190,1,95); }
div.DivClassName
{
background-color: #BE015F;
}
.BgClassName
{
background-color: #BE015F;
}
</style>
border-color css
<style>
span { border-color: #BE015F; }
span { border-color: rgb(190,1,95); }
td.TdClassName
{
border-color: #BE015F;
}
.TagClassName
{
border-color: #BE015F;
}
</style>