Shades of Jazzberry Jam #B50069
Tints of Jazzberry Jam #B50069
RGB
CMYK
RGB Variations
Color information
#B50069 (or 0xB50069) is known color: Jazzberry Jam. HEX triplet: B5, 00 and 69. RGB value is (181,0,105). Sum of RGB (Red+Green+Blue) = 181+0+105=286 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.29% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 181 - color contains mainly: red. Hex color #B50069 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50069 is #4AFF96. Grayscale: #414141. Windows color (decimal): -4915095 or 6881461. OLE color: 6881461.
HSL color Cylindrical-coordinate representation of color #B50069: hue angle of 325.19º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B50069 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 0 | 105 | - |
| CMYK | 0 | 1 | 0.42 | 0.29 |
| HSL | 325.19º | 1% | 0.35% | - |
| HSV(B) | 325.19º | 1% | 0.71% | - |
| XYZ | 21.61 | 10.84 | 14.32 | - |
| YUV | 66.09 | 149.97 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 0 | 105 | 0 | 1 | 0.42 | 0.29 | 325.19 | 1 | 0.35 |
| Hex | B5 | 0 | 69 | 0 | 64 | 2A | 1D | 145 | 64 | 23 |
| Octal | 265 | 0 | 151 | 0 | 144 | 52 | 35 | 505 | 144 | 43 |
| Binary | 10110101 | 0 | 1101001 | 0 | 1100100 | 101010 | 11101 | 101000101 | 1100100 | 100011 |
Color Harmonies of #B50069
Complementary color
Monochromatic Colors of #B50069
Black with #B50069
Text Example
Text Example
White with #B50069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50069; }
p { color: rgb(181,0,105); }
H1.HeaderClassName
{
color: #B50069;
}
.AnyTagClassName
{
color: #B50069;
}
</style>
background-color css
<style>
a { background-color: #B50069; }
a { background-color: rgb(181,0,105); }
div.DivClassName
{
background-color: #B50069;
}
.BgClassName
{
background-color: #B50069;
}
</style>
border-color css
<style>
span { border-color: #B50069; }
span { border-color: rgb(181,0,105); }
td.TdClassName
{
border-color: #B50069;
}
.TagClassName
{
border-color: #B50069;
}
</style>