Shades of Jazzberry Jam #B50566
Tints of Jazzberry Jam #B50566
RGB
CMYK
RGB Variations
Color information
#B50566 (or 0xB50566) is known color: Jazzberry Jam. HEX triplet: B5, 05 and 66. RGB value is (181,5,102). Sum of RGB (Red+Green+Blue) = 181+5+102=288 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.85% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 102 (40.23% from 255 or 35.42% from 288); Max value from RGB is 181 - color contains mainly: red. Hex color #B50566 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50566 is #4AFA99. Grayscale: #444444. Windows color (decimal): -4913818 or 6686133. OLE color: 6686133.
HSL color Cylindrical-coordinate representation of color #B50566: hue angle of 326.93º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B50566 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 5 | 102 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.29 |
| HSL | 326.93º | 0.95% | 0.36% | - |
| HSV(B) | 326.93º | 0.97% | 0.71% | - |
| XYZ | 21.51 | 10.89 | 13.54 | - |
| YUV | 68.68 | 146.81 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 5 | 102 | 0 | 0.97 | 0.44 | 0.29 | 326.93 | 0.95 | 0.36 |
| Hex | B5 | 5 | 66 | 0 | 61 | 2C | 1D | 147 | 5F | 24 |
| Octal | 265 | 5 | 146 | 0 | 141 | 54 | 35 | 507 | 137 | 44 |
| Binary | 10110101 | 101 | 1100110 | 0 | 1100001 | 101100 | 11101 | 101000111 | 1011111 | 100100 |
Color Harmonies of #B50566
Complementary color
Monochromatic Colors of #B50566
Black with #B50566
Text Example
Text Example
White with #B50566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50566; }
p { color: rgb(181,5,102); }
H1.HeaderClassName
{
color: #B50566;
}
.AnyTagClassName
{
color: #B50566;
}
</style>
background-color css
<style>
a { background-color: #B50566; }
a { background-color: rgb(181,5,102); }
div.DivClassName
{
background-color: #B50566;
}
.BgClassName
{
background-color: #B50566;
}
</style>
border-color css
<style>
span { border-color: #B50566; }
span { border-color: rgb(181,5,102); }
td.TdClassName
{
border-color: #B50566;
}
.TagClassName
{
border-color: #B50566;
}
</style>