Shades of Jazzberry Jam #BE026C
Tints of Jazzberry Jam #BE026C
RGB
CMYK
RGB Variations
Color information
#BE026C (or 0xBE026C) is known color: Jazzberry Jam. HEX triplet: BE, 02 and 6C. RGB value is (190,2,108). Sum of RGB (Red+Green+Blue) = 190+2+108=300 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.33% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 190 - color contains mainly: red. Hex color #BE026C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE026C is #41FD93. Grayscale: #464646. Windows color (decimal): -4324756 or 7078590. OLE color: 7078590.
HSL color Cylindrical-coordinate representation of color #BE026C: hue angle of 326.17º 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 #BE026C is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 2 | 108 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.25 |
| HSL | 326.17º | 0.98% | 0.38% | - |
| HSV(B) | 326.17º | 0.99% | 0.75% | - |
| XYZ | 23.96 | 12.07 | 15.25 | - |
| YUV | 70.3 | 149.28 | 213.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 2 | 108 | 0 | 0.99 | 0.43 | 0.25 | 326.17 | 0.98 | 0.38 |
| Hex | BE | 2 | 6C | 0 | 63 | 2B | 19 | 146 | 62 | 26 |
| Octal | 276 | 2 | 154 | 0 | 143 | 53 | 31 | 506 | 142 | 46 |
| Binary | 10111110 | 10 | 1101100 | 0 | 1100011 | 101011 | 11001 | 101000110 | 1100010 | 100110 |
Color Harmonies of #BE026C
Complementary color
Monochromatic Colors of #BE026C
Black with #BE026C
Text Example
Text Example
White with #BE026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE026C; }
p { color: rgb(190,2,108); }
H1.HeaderClassName
{
color: #BE026C;
}
.AnyTagClassName
{
color: #BE026C;
}
</style>
background-color css
<style>
a { background-color: #BE026C; }
a { background-color: rgb(190,2,108); }
div.DivClassName
{
background-color: #BE026C;
}
.BgClassName
{
background-color: #BE026C;
}
</style>
border-color css
<style>
span { border-color: #BE026C; }
span { border-color: rgb(190,2,108); }
td.TdClassName
{
border-color: #BE026C;
}
.TagClassName
{
border-color: #BE026C;
}
</style>