Shades of Jazzberry Jam #B50E6A
Tints of Jazzberry Jam #B50E6A
RGB
CMYK
RGB Variations
Color information
#B50E6A (or 0xB50E6A) is known color: Jazzberry Jam. HEX triplet: B5, 0E and 6A. RGB value is (181,14,106). Sum of RGB (Red+Green+Blue) = 181+14+106=301 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.13% from 301); Green value is 14 (5.86% from 255 or 4.65% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 181 - color contains mainly: red. Hex color #B50E6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50E6A is #4AF195. Grayscale: #4A4A4A. Windows color (decimal): -4911510 or 6950581. OLE color: 6950581.
HSL color Cylindrical-coordinate representation of color #B50E6A: hue angle of 326.95º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B50E6A is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 14 | 106 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.29 |
| HSL | 326.95º | 0.86% | 0.38% | - |
| HSV(B) | 326.95º | 0.92% | 0.71% | - |
| XYZ | 21.81 | 11.18 | 14.64 | - |
| YUV | 74.42 | 145.83 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 14 | 106 | 0 | 0.92 | 0.41 | 0.29 | 326.95 | 0.86 | 0.38 |
| Hex | B5 | E | 6A | 0 | 5C | 29 | 1D | 147 | 56 | 26 |
| Octal | 265 | 16 | 152 | 0 | 134 | 51 | 35 | 507 | 126 | 46 |
| Binary | 10110101 | 1110 | 1101010 | 0 | 1011100 | 101001 | 11101 | 101000111 | 1010110 | 100110 |
Color Harmonies of #B50E6A
Complementary color
Monochromatic Colors of #B50E6A
Black with #B50E6A
Text Example
Text Example
White with #B50E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50E6A; }
p { color: rgb(181,14,106); }
H1.HeaderClassName
{
color: #B50E6A;
}
.AnyTagClassName
{
color: #B50E6A;
}
</style>
background-color css
<style>
a { background-color: #B50E6A; }
a { background-color: rgb(181,14,106); }
div.DivClassName
{
background-color: #B50E6A;
}
.BgClassName
{
background-color: #B50E6A;
}
</style>
border-color css
<style>
span { border-color: #B50E6A; }
span { border-color: rgb(181,14,106); }
td.TdClassName
{
border-color: #B50E6A;
}
.TagClassName
{
border-color: #B50E6A;
}
</style>