Shades of Jazzberry Jam #B50A70
Tints of Jazzberry Jam #B50A70
RGB
CMYK
RGB Variations
Color information
#B50A70 (or 0xB50A70) is known color: Jazzberry Jam. HEX triplet: B5, 0A and 70. RGB value is (181,10,112). Sum of RGB (Red+Green+Blue) = 181+10+112=303 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.74% from 303); Green value is 10 (4.30% from 255 or 3.30% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 181 - color contains mainly: red. Hex color #B50A70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50A70 is #4AF58F. Grayscale: #484848. Windows color (decimal): -4912528 or 7342773. OLE color: 7342773.
HSL color Cylindrical-coordinate representation of color #B50A70: hue angle of 324.21º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50A70 is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 10 | 112 | - |
| CMYK | 0 | 0.94 | 0.38 | 0.29 |
| HSL | 324.21º | 0.9% | 0.37% | - |
| HSV(B) | 324.21º | 0.94% | 0.71% | - |
| XYZ | 22.09 | 11.21 | 16.33 | - |
| YUV | 72.76 | 150.15 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 10 | 112 | 0 | 0.94 | 0.38 | 0.29 | 324.21 | 0.9 | 0.37 |
| Hex | B5 | A | 70 | 0 | 5E | 26 | 1D | 144 | 5A | 25 |
| Octal | 265 | 12 | 160 | 0 | 136 | 46 | 35 | 504 | 132 | 45 |
| Binary | 10110101 | 1010 | 1110000 | 0 | 1011110 | 100110 | 11101 | 101000100 | 1011010 | 100101 |
Color Harmonies of #B50A70
Complementary color
Monochromatic Colors of #B50A70
Black with #B50A70
Text Example
Text Example
White with #B50A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50A70; }
p { color: rgb(181,10,112); }
H1.HeaderClassName
{
color: #B50A70;
}
.AnyTagClassName
{
color: #B50A70;
}
</style>
background-color css
<style>
a { background-color: #B50A70; }
a { background-color: rgb(181,10,112); }
div.DivClassName
{
background-color: #B50A70;
}
.BgClassName
{
background-color: #B50A70;
}
</style>
border-color css
<style>
span { border-color: #B50A70; }
span { border-color: rgb(181,10,112); }
td.TdClassName
{
border-color: #B50A70;
}
.TagClassName
{
border-color: #B50A70;
}
</style>