Shades of Jazzberry Jam #B50B6D
Tints of Jazzberry Jam #B50B6D
RGB
CMYK
RGB Variations
Color information
#B50B6D (or 0xB50B6D) is known color: Jazzberry Jam. HEX triplet: B5, 0B and 6D. RGB value is (181,11,109). Sum of RGB (Red+Green+Blue) = 181+11+109=301 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.13% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 181 - color contains mainly: red. Hex color #B50B6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50B6D is #4AF492. Grayscale: #484848. Windows color (decimal): -4912275 or 7146421. OLE color: 7146421.
HSL color Cylindrical-coordinate representation of color #B50B6D: hue angle of 325.41º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50B6D is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 11 | 109 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.29 |
| HSL | 325.41º | 0.89% | 0.38% | - |
| HSV(B) | 325.41º | 0.94% | 0.71% | - |
| XYZ | 21.94 | 11.17 | 15.47 | - |
| YUV | 73 | 148.32 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 11 | 109 | 0 | 0.94 | 0.40 | 0.29 | 325.41 | 0.89 | 0.38 |
| Hex | B5 | B | 6D | 0 | 5E | 28 | 1D | 145 | 59 | 26 |
| Octal | 265 | 13 | 155 | 0 | 136 | 50 | 35 | 505 | 131 | 46 |
| Binary | 10110101 | 1011 | 1101101 | 0 | 1011110 | 101000 | 11101 | 101000101 | 1011001 | 100110 |
Color Harmonies of #B50B6D
Complementary color
Monochromatic Colors of #B50B6D
Black with #B50B6D
Text Example
Text Example
White with #B50B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50B6D; }
p { color: rgb(181,11,109); }
H1.HeaderClassName
{
color: #B50B6D;
}
.AnyTagClassName
{
color: #B50B6D;
}
</style>
background-color css
<style>
a { background-color: #B50B6D; }
a { background-color: rgb(181,11,109); }
div.DivClassName
{
background-color: #B50B6D;
}
.BgClassName
{
background-color: #B50B6D;
}
</style>
border-color css
<style>
span { border-color: #B50B6D; }
span { border-color: rgb(181,11,109); }
td.TdClassName
{
border-color: #B50B6D;
}
.TagClassName
{
border-color: #B50B6D;
}
</style>